PDA


View Full Version : Error message


Furies
06-06-2005, 04:43 AM
Parse error: parse error, unexpected ':' in /home/chosenor/public_html/index.php on line 22

Furies
06-06-2005, 05:40 AM
I get the error after trying to go to a page I made, now I get the error just tryign to go to Index

kall
06-06-2005, 05:55 AM
Is there perhaps a : on line 22 of your index.php?

The line should look like:chdir('/home/chosenor/public_html/forums');

(changing /forums to whatever your forums directory is under.)

LEAD_WEIGHT
06-06-2005, 02:50 PM
or just chdir('/forums'); that is what mine is set as but that is me.