After uploading the PHPformgenerator files to my server and making sure that all required permissions were given, I got this message when inattempted to open the index.php file.
"Fatal error: Cannot redeclare copy_dirs() (previously declared in /home/mysitename/phpform/copyfunc.php:3) in /home/mysitename/phpform/copyfunc.php on line 66"
Line 66 states;"function copy_dirs($wf, $wto)"
I have no idea what this means
NOTE: In this message, I changed the actual name of my site to "mysitename" for security purposes.
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
After uploading the PHPformgenerator files to my server and making sure that all required permissions were given, I got this message when inattempted to open the index.php file.
"Fatal error: Cannot redeclare copy_dirs() (previously declared in /home/mysitename/phpform/copyfunc.php:3) in /home/mysitename/phpform/copyfunc.php on line 66"
Line 66 states;"function copy_dirs($wf, $wto)"
I have no idea what this means
NOTE: In this message, I changed the actual name of my site to "mysitename" for security purposes.
Thanks
Fixed It.thanks anyway