I installed the script onto the webserver and then got this error :
Warning: main(../version.php): failed to open stream: No such file or directory in /home/t3chb0y/public_html/animeworld26/tracker/index.php on line 106
Fatal error: main(): Failed opening required '../version.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/t3chb0y/public_html/animeworld26/tracker/index.php on line 106
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I installed the script onto the webserver and then got this error :
Warning: main(../version.php): failed to open stream: No such file or directory in /home/t3chb0y/public_html/animeworld26/tracker/index.php on line 106
Fatal error: main(): Failed opening required '../version.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/t3chb0y/public_html/animeworld26/tracker/index.php on line 106
When installing the scripts, you may need to edit lines 106 and 107 if you put them in the same directory as config.php and version.php.
Manually remove the "../" from each line and it should work.