Warning: Unable to access modules/admin/language/lang-english.php in /export/apache/htdocs/html/mainfile.php on line xx
or
Warning: Unable to access themes/DeepBlue/images/admin/stories.gif in /export/apache/htdocs/html/admin.php on line xxx
For some yet unknown reason, certain sites/setups experience this warning. I and others have found that if you suppress the error message, because it really isn't an error and most other sites don't see it, by prefixing the file_exists() with @file_exists(), all is well! So, just do a global search and replace on file_exists => @file_exists and see if that fixes it.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum