Topic: Installation Problems

I installed PunBB in a directory called bbs.  Everything seemed to install fine, but when I try to login as an admin for the first time, I get the following 404 Not Found Message: The requested URL /Code Samples/BBS/punbb-1.1.4/upload/include/o_redirect_delay was not found on this server.

I'm thinking this may be a Base URL problem, but I'm not sure how to correct it.  I tried using http://www.surve.com as the base URL, and also tried http://www.surve.com/bbs as the base URL. j

Not sure if this matters: MySQL is hosted on another server (sqlc1.megasqlservers.com) which I entered into the configuration form during installation.

The BBS is at http://www.surve.com/bbs
My admin login is: SurveBBS / bbsadmin

Any ideas?

Thanks,
Heather

2

Re: Installation Problems

It seems to me that you didn't upload the admin files. Did you?

Re: Installation Problems

Are you talking about files like admin_bans.php?  If so, I have about 12 files starting with admin_ uploaded to the server.  I re-uploaded everything in a different FTP program, and I'm now able to log-in without the 404 error.  Thanks!

4

Re: Installation Problems

Yes, that is what I meant.

5

Re: Installation Problems

I think my post fit in here too.
I have installed the forum nearly succesful, but now i got a warning above every page from the forum i visit:

Warning: open_basedir restriction in effect. File is in wrong directory in /home/httpd/vhosts/coloseum.nl/httpdocs/forum/include/functions.php on line 236

Can someone help me to fix this?

6

Re: Installation Problems

O jeah, that line 236:

            require($pun_root.'pms/functions_navlinks.php');


and the file pms/functions_navlinks.php exist!!

7

Re: Installation Problems

(The reason why i posted as guest is that the hotmail server is too busy so i have to wait for my password.)

Oja, i didnt had this problem when i runned this forum on my own localhost apache2 webserver.

Re: Installation Problems

Now i know the problem is in the punbb ++ functions.php
Cause with the normal functions.php there is no error, but i allso dont got all phpbb++ functions.

Re: Installation Problems

I have edit something on the code, and now it works. (add include/ directory to line 236 in functions.php.)

big_smile