Welcome to Geeklog, Anonymous Monday, December 23 2024 @ 02:03 pm EST
Geeklog Forums
Help, error loading gl
Howie
Anonymous
Can anyonw help me with this, I got this msg when I try loading the index.php
Parse error: parse error, unexpected '<' in /home/werkz/public_html/voices/lib-common.php on line 2664
Thanks.
34
12
Quote
Anonymous
Anonymous
If anybody can help with this installation as well. I've had no luck at all getting GL to run on my site. I'm hosted by Yahoo, running PHP 4.3 and mysql. I've gotten GL to work fine on my test server, but nothing from the Yahoo site.
Any ideas? e-mail me..... melaas@netzero.com
18
15
Quote
Anonymous
Anonymous
Parse errors are usually caused by not having matching quotes, brackets, parenthesis, etc or missing a ; or having a malformed command, or having extra characters floating around. Check out line 2664 and those around it to see if this is your problem. If you can't figure it out, then post a few lines above, including, and below that number.
17
13
Quote
Anonymous
Anonymous
You don't give much info. What errors are you getting?
15
14
Quote
Status: offline
rawdata
Forum User
Full Member
Registered: 02/17/03
Posts: 236
Are you trying to install 1.3.7 or 1.3.7sr1? I thought Dirk fixed this problem in sr1.
If it's 1.3.7, then upgrade to 1.3.7sr1. If this is sr1, then go inside index.php and comment out this section of code:
if (isset ($HTTP_SERVER_VARS['HTTP_HOST']) &&
!empty ($HTTP_SERVER_VARS['HTTP_HOST'])) {
preg_match ("///([^/]*)/", $_CONF['site_url'], $server);
if (strcasecmp ($HTTP_SERVER_VARS['HTTP_HOST'], $server[1]) != 0) {
// this may be a case of a www. vs. non-www. URL ...
if (!empty ($QUERY_STRING)) {
$query = '?' . $QUERY_STRING;
} else {
$query = '';
}
echo COM_refresh ($_CONF['site_url'] . '/index.php' . $query);
exit;
}
}
This should stop the constant cycling. The redirect was added because of a www versus non-www issue. In config.php, we enter the site's url either with or without the www. If someone enters the alternate way, they won't be recognized as being signed in. The redirect gets around this problem. If you can't use it though, you'll need to "fix" your cookies. I explained the problem in this post. Let me know if you need more detailed instructions.
If it's 1.3.7, then upgrade to 1.3.7sr1. If this is sr1, then go inside index.php and comment out this section of code:
Text Formatted Code
if (isset ($HTTP_SERVER_VARS['HTTP_HOST']) &&
!empty ($HTTP_SERVER_VARS['HTTP_HOST'])) {
preg_match ("///([^/]*)/", $_CONF['site_url'], $server);
if (strcasecmp ($HTTP_SERVER_VARS['HTTP_HOST'], $server[1]) != 0) {
// this may be a case of a www. vs. non-www. URL ...
if (!empty ($QUERY_STRING)) {
$query = '?' . $QUERY_STRING;
} else {
$query = '';
}
echo COM_refresh ($_CONF['site_url'] . '/index.php' . $query);
exit;
}
}
12
13
Quote
Anonymous
Anonymous
I did it! I am so so happy! *muaks!!
hOWIE
12
12
Quote
All times are EST. The time is now 02:03 pm.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content