new install error in login.php [message #2875] |
Tue, 04 June 2002 05:09 |
anschris2
Messages: 3 Registered: June 2002
Karma: 0
|
Junior Member |
|
|
I just installed the 1.2.8 of the FUD forum and I am having trouble.
I am hosting on a unix host machine. I have PHP and MySQL running.
I am getting the following error:
Fatal error: Call to undefined function: fud_use() in /home/psi2/public_html/networkdiscovery/login.php on line 23
I can't find where the fud_use function is defined. Am I missing something?
Please help!
Andrew
|
|
|
Re: new install error in login.php [message #2902 is a reply to message #2875] |
Tue, 04 June 2002 15:42 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
anschris2 wrote on Tue, 04 June 2002 01:09 | I just installed the 1.2.8 of the FUD forum and I am having trouble.
I am hosting on a unix host machine. I have PHP and MySQL running.
I am getting the following error:
Fatal error: Call to undefined function: fud_use() in /home/psi2/public_html/networkdiscovery/login.php on line 23
I can't find where the fud_use function is defined. Am I missing something?
Please help!
Andrew
|
can you check that you have a GLOBALS.php inside the /home/psi2/public_html/networkdiscovery/ directory?
FUDforum Core Developer
|
|
|
Re: new install error in login.php [message #2929 is a reply to message #2875] |
Tue, 04 June 2002 21:07 |
anschris2
Messages: 3 Registered: June 2002
Karma: 0
|
Junior Member |
|
|
Sorry. My mistake. The login.php file is in the forum directory and there is a GLOBALS.php file, but it is a virtual link I think. In my WS_FTP it shows up as half file and half directory.
I have looked in my include folder and found another GLOBALS.php file just like it, except that it has a file size of 0. In that same include folder, there is a globals.php (actual file) but when I opened it to view, all the settings that I entered during the install came out blank.
I edited this file on my computer and attempted to upload, but of course, the file is somehow write protected even for the owner of the file and the people who built the server.
I can't even remove the FUD forum to start over.
When I did do the install, I had an error along the way. On step 2, when I submitted the paths, I got a bunch of error messages and then the boxes below for entering the mysql info. I hit back and submit again and then I got the page up just fine. I don't know if that somehow affected it or not.
Any help is greatly appreciated.
Andrew
|
|
|
Re: new install error in login.php [message #2930 is a reply to message #2929] |
Tue, 04 June 2002 21:13 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
The GLOBALS.php is a symlink, to the GLOBALS.php inside the include directory. If the GLOBALS.php inside the include directory is blank/empty there is your problem.
FUDforum Core Developer
|
|
|
|
|