sparky Posted January 9, 2015 Report Posted January 9, 2015 i get this error on admin side any one know how to fix ? Warning: opendir(modules/Plugins/uploads/) [function.opendir]: failed to open dir: No such file or directory in /home/###########/public_html/admin/modules/plugins/plugins.php on line 43 Warning: readdir() expects parameter 1 to be resource, boolean given in /home/###########/public_html/admin/modules/plugins/plugins.php on line 46 Warning: closedir() expects parameter 1 to be resource, boolean given in /home/###########/public_html/admin/modules/plugins/plugins.php on line 73 Quote
Tom Posted January 9, 2015 Report Posted January 9, 2015 (edited) It sounds like it's trying to read a directory that doesn't exist. Have you followed the plugin installation instructions correctly? Edited January 9, 2015 by servetas useless post by DJRixton deleted 1 Quote
Tom Posted January 10, 2015 Report Posted January 10, 2015 If you navigate to the modules/Plugins/uploads folder in your FTP client does it exist? Does it have the correct permission set? Alternatively, is your server file system case sensitive? The folder it's looking for contains a capital letter, whereas based on the logs the name is in lowercase. 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.