PDA

View Full Version : Warnings



chalkieman
08-19-2009, 05:08 PM
people what does this mean and how do i correct or do I ignore it?
Thanks

Warning: opendir(/home1/bishopfe/public_html/images/phocagallery/thumbs) [function.opendir]: failed to open dir: Permission denied in /home1/bishopfe/public_html/libraries/joomla/filesystem/folder.php on line 484

Warning: readdir(): supplied argument is not a valid Directory resource in /home1/bishopfe/public_html/libraries/joomla/filesystem/folder.php on line 485

Warning: closedir(): supplied argument is not a valid Directory resource in /home1/bishopfe/public_html/libraries/joomla/filesystem/folder.php on line 511

farcaster
08-19-2009, 05:37 PM
Have you actually gone in and checked your site to see if the referenced folder really exists (/home1/bishopfe/public_html/images/phocagallery/thumbs) ???

If it does, then you likely have a joomla issue.

If it doesn't, then it's possible that you got hacked, or worse, you accidently "hacked" yourself.

KenJackson
08-19-2009, 07:12 PM
What's your domain? If you say domain.com, I'll go look at this:
http://domain.com/images/phocagallery/thumbs/

If I get an error, I'll try this (is phocagallery spelled right?):
http://domain.com/images/phocagallery/

If I get an error, I'll try this:
http://domain.com/images/

The highest directory that has an error probably indicates that that directory doesn't exist or maybe has the permissions set wrong, or possibly is spelled wrong.

farcaster
08-19-2009, 09:49 PM
Is this a site that has been working, or is it one that you are trying to bring online?