Before posting a new topic, try looking for your error here and see if you can fix it.
- Code: Select all
PHP Warning: require([LIBRARY.PHP OR TASKS.PHP]): failed to open stream: No such file or directory in [SCRIPT LOCATION] on line [LINE REQUIRE IS ON]
PHP Fatal error: require(): Failed opening required '[LIBRARY.PHP OR TASKS.PHP]' (include_path='.;C:\php5\pear') in [SCRIPT LOCATION] on line [LINE REQUIRE IS ON]
Make sure that library.php and tasks.php are in the same folder as the script you are running.
----------
- Code: Select all
PHP Parse error: syntax error, unexpected $end in [SCRIPT LOCATION] on line [SOME LINE]
Make sure you have all the closing curly brackets "}".
----------
- Code: Select all
PHP Parse error: syntax error, unexpected [SOME ; OR SOMETHING] in [SCRIPT LOCATION] on line [SOME LINE]
Check the line above, or a few lines above, the line given in the error and make sure there is a ending sign or whatever it's called. (";", "{", etc.)
----------
That's just a few I found. I think there are more that have been posted in this topic.
Please edit this if you have another or if I have something wrong.
Also, if you have a new error that is not on here, just post a new topic, don't post it in this post.
*** THIS IS NOT A SUPPORT TOPIC ***





