Install Problem [message #1837] |
Tue, 23 April 2002 16:51 |
HeyHeyHey
Messages: 13 Registered: April 2002
Karma: 0
|
Junior Member |
|
|
Hey, i got the latest version of FUDForum off the Download section.
I uploaded all the .php and the .gif files into my website it has mySQL and PHP support.
I run the install.php but it always says:
The directory you've specifieddoes not appear to be the directory where forum sources were decompressed to.
Why is this do i need to call the files from my Hard-Drive or on the webserver?
Someone please help.
|
|
|
Re: Install Problem [message #1838 is a reply to message #1837] |
Tue, 23 April 2002 16:56 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Judging by the error I presume you were installing FUDforum 1.9.8RC2.
The error you are seeing is ocurring for a very simple reason.
The install script has placed a file inside the directory you specified as WWW Server Root. Then it tried to access the fiel by going to the web path you speicified as WWW Root. When it was unable to retrieve the file the script complained.
Make sure that files placed in WWW Server Root directory you've speicified can be accessed by going to the web path you've speicified in WWW Root.
FUDforum Core Developer
|
|
|
|
Re: Install Problem [message #1840 is a reply to message #1839] |
Tue, 23 April 2002 17:13 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Okie. I went to see your install script and you appear to be running the 1.2X version, not 1.9.8 as I had originally thought.
Here is what you should enter:
Step #1: /www/php50.com/html/hackhunter/ Step #2: Server Root: /www/php50.com/html/hackhunter/forum/ Forum Data Root: /www/php50.com/html/hackhunter/forum/ Forum WWW Root: http://php50.com/hackhunter/forum/
This will install the forum in such a way it can be accessed via: http://php50.com/hackhunter/forum/
make sure you create /www/php50.com/html/hackhaunter/forum/ directory and chmod it 777 before you proceed.
FUDforum Core Developer
|
|
|
Re: Install Problem [message #1841 is a reply to message #1837] |
Tue, 23 April 2002 17:27 |
HeyHeyHey
Messages: 13 Registered: April 2002
Karma: 0
|
Junior Member |
|
|
I followed what you said and the steps worked fine but after the second step i got this
Could not create /www/php50.com/html/hackhunter/forum/include with 755 permissions
Whats this mean?
sorry to bother you.
[Updated on: Tue, 23 April 2002 17:29] Report message to a moderator
|
|
|
Re: Install Problem [message #1842 is a reply to message #1841] |
Tue, 23 April 2002 17:34 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
It means that the install script couldn't execute mkdir() function.
According to the phpinfo() on your server a whole slew of file system functions have been disabled by your admin.
I'd wager that unless a good number of those functions are allowed you won't be able to use the forum.
You should mention to your admin that disaling of the functions he disabled is pointless, since ALL the shell execution functions are still enabled.
FUDforum Core Developer
|
|
|
|
|
|
|
|
Re: Install Problem [message #1888 is a reply to message #1885] |
Wed, 24 April 2002 13:36 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
HeyHeyHey wrote on Wed, 24 April 2002 7:43 AM | I got it installed but when i go to the site for my forums i now get
Fatal error: Call to undefined function: fud_use() in index.php on line 22
Now what is this?
|
Hmm... Can you send your GLOBASLS.php file please.
Thanks
FUDforum Core Developer
|
|
|
|
Re: Install Problem [message #1897 is a reply to message #1892] |
Wed, 24 April 2002 14:57 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
the file was created during the forum installation. It can be found inside the /www/php50.com/html/hackhunter/forum/ directory if that is where you've installed your forum
FUDforum Core Developer
|
|
|
|
Re: Install Problem [message #1904 is a reply to message #1901] |
Wed, 24 April 2002 17:05 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
That is DEFINATELY the reason for the problem.
Could it be that the safe mode has prevented the install script from creating the file?
I would recommend that you find a webhost that has PHP 4.1.0 or higher and has Safe Mode (php) disabled. Safe Mode is a REALLY poor design solution at a problem PHP shouldn't be trying to solve. Hopefuly once Apache2 mpm support stabalizes this "feature" will die.
FUDforum Core Developer
|
|
|
|
Re: Install Problem [message #1907 is a reply to message #1905] |
Wed, 24 April 2002 17:34 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
GLOBALS.php is a configuration, I can send you a copy, sure, but you still will need to modify the file with the correct paths.
That file gets created during the install process normally.
FUDforum Core Developer
|
|
|
|
|
|
|