Hey, While trying to install a myspace train i got the following error: Fatal error: Cannot redeclare getstring() (previously declared in /home/user/public_html/train/includes/precalls.php:31) in /home/user/public_html/train/includes/precalls.php on line 31 I have attached the php file with this error to this thread, if you know how to fix this please do. Thanks GP
I'm just guessing, but you are probably including the file twice? Use include_once or require_once instead of include or require. What is a myspace train anyway?
i managed to fix this, it wasnt actually that file, but do u know why the forms on http://www.cgiproxy.co.uk/train/pages.php?page=home and http://www.cgiproxy.co.uk/train/pages.php?page=join when the form to add a user to the train is clicked on submit it doesnt go to: http://www.cgiproxy.co.uk/train/pages.php?page=addconfirm only http://www.cgiproxy.co.uk/train/pages.php Thanks GP