Hi Guys, I was changing some small things on my blog: www.muscleplusfitness.com and something has gone wrong! I was trying to activate a plugin I think when the error message (shown below) popped up: Warning: include_once(/home/gewealth/public_html/muscleplusfitness.com/wp-content/plugins/RSS-images/) [function.include-once]: failed to open stream: Success in /home/gewealth/public_html/muscleplusfitness.com/wp-settings.php on line 473 Warning: include_once() [function.include]: Failed opening '/home/gewealth/public_html/muscleplusfitness.com/wp-content/plugins/RSS-images/' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/gewealth/public_html/muscleplusfitness.com/wp-settings.php on line 473 ANY SUGGESTIONS PEOPLE???
Hi What was it exactly that you were doing prior to the error message you have shown us here ? Have you deleted/de-activated that plugin to see what happened ? On the last error your trying to redirect but as you have set the header information before, (that will then always error if you try to send another header info). Kind Regards
I have just deleted both the plugins I tried to activate earlier and still the problem exists. I dont quite get what is happening and what you said about the 'last error'
If it was fine before, it is probably the plug in. Make sure it is the most up to date version, if that doesn't work...look at the folder where the error is coming from..many times "failed to open stream" errors are fixed by setting the properties of the folder to make it writable. If that doesn't work, I generally just delete the plug in, and look for a similar one. Unfortunately, every plug in does not work with the latest version of WP, nor every theme. It also may be conflicting with another plug in...to check that, deactivate all other plug ins, and activate just the new one and see what happens, if you still get an error, it may not be worth using the plug in. That's just my opinion, I am no where near an expert, but that is what I usually do.