Installation Woes [message #2886] |
Tue, 04 June 2002 14:39 |
derekg
Messages: 9 Registered: May 2002
Karma: 0
|
Junior Member |
|
|
I keep getting the following after installation and upon opening login.php.
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in GLOBALS.php on line 26
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in GLOBALS.php on line 27
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in GLOBALS.php on line 28
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in GLOBALS.php on line 29
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in GLOBALS.php on line 30
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in GLOBALS.php on line 31
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in GLOBALS.php on line 34
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in GLOBALS.php on line 41
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in GLOBALS.php on line 44
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in GLOBALS.php on line 45
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in GLOBALS.php on line 54
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in GLOBALS.php on line 55
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in GLOBALS.php on line 56
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in GLOBALS.php on line 61
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in GLOBALS.php on line 62
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in GLOBALS.php on line 63
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in GLOBALS.php on line 64
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in GLOBALS.php on line 67
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in GLOBALS.php on line 90
Warning: Cannot add header information - headers already sent by (output started at GLOBALS.php:26) in /clients/CMHA/www/FUDforum/Data/include/cookies.inc on line 129
The GLOBALS.php folder does not exist when checked from cuteFTP...I know I'm doing something wrong, but what is it???
|
|
|
|
Re: Installation Woes [message #2893 is a reply to message #2886] |
Tue, 04 June 2002 15:30 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
The problem can be fixed by removing \ before the $ in GLOBALS.php
Which version of the forum were you trying to install?
FUDforum Core Developer
|
|
|
Re: Installation Woes [message #2894 is a reply to message #2891] |
Tue, 04 June 2002 15:30 |
derekg
Messages: 9 Registered: May 2002
Karma: 0
|
Junior Member |
|
|
The GLOBALS.php is created as a directory during installation, not as a file, and when I try to open or access it using cuteftp, i get an error that it does not exist?????
Version 1.2.8 I actually just downloaded it again, started everything from scratch and still received the same problems.
[Updated on: Tue, 04 June 2002 15:32] Report message to a moderator
|
|
|
Re: Installation Woes [message #2898 is a reply to message #2894] |
Tue, 04 June 2002 15:39 |
derekg
Messages: 9 Registered: May 2002
Karma: 0
|
Junior Member |
|
|
Woes are over, thanks....
Instead of thinking about the problem, I chose to bang my head against the wall repeatedly.....while the installation creates a bunch of directories called GLOBALS.php, there is actually a FILE, which I never thought to look past the folder for. I found it, deleted the backslashes, and low an behold, everything seems to be ticking along nicely. Thanks
|
|
|