Hello i am trying to install a script but i got stuck with this error can someone help me please? Here is the code: Warning: include(/home/myuser/public_html/videosmodules/languages/) [function.include]: failed to open stream: No such file or directory in /home/myuser/public_html/videos/configs/config.php on line 89 Warning: include() [function.include]: Failed opening '/home/myuser/public_html/videosmodules/languages/' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/myuser/public_html/videos/configs/config.php on line 89 Fatal error: Call to a member function getrows() on a non-object in /home/myuser/public_html/videos/configs/functions.php on line 85 PHP:
You haven't installed two of the scripts (the files shown at the end of the first two errors). The last error is most probably caused by any of the other two, so try finding and installing those files first.
Then maybe you don't have permissions to read the files, but the error is from those files missing. Check again the full paths and check if you can read the files trough the web server
i re-uploaded the files and even chmod them 777 as said on the installation txt but still same error, any php guru in here?