php errors please help

bigguy

Retired
Messages
10,984
Reaction score
10
Points
38
Have you uploaded all the files and chmodded them properly ??
 

chitwa

New Member
Messages
128
Reaction score
0
Points
0
Heh heh! basically, your php script does not 'see' the named files, e.g constants.php, functions.php, etc (forget the long path names, just look at the file being pointed to. Most likely, you have moved the script from its original folder to another place.
SOLUTION:
If you want the script to remain in the place you have put it, open it in an editor and manually configure the paths to point and 'see' the named files.
 

n4tec

Active Member
Messages
3,312
Reaction score
0
Points
36
I would recommend you either install the one provided via Fantastico or you got to overwrite that folder or delete it and reupload it..
 
B

Brandon

Guest
Simple make sure the files constants.php, functions.php, etc are located in the folder. If not go to phpbb.com and reupload them.
 
Top