If you get this kind of error on your home page
QUOTE:
Warning: fwrite(): supplied argument is not a valid stream resource
in /home/virtuema/public_html/mambots/system/vmrss_v4.php on line 0
Warning: fclose(): supplied argument is not a valid stream resource
in /home/virtuema/public_html/mambots/system/vmrss_v4.php on line 0
Warning: fopen(/home/virtuema/public_html/mambots/system/vmrss_v4/featured_products.xml)
[function.fopen]: failed to open stream: Permission denied
in /home/virtuema/public_html/mambots/system/vmrss_v4.php on line 0
This is because the directory
yourwebsite.com/mambots/system/vmrss_v4/
Is unwritable, or the XML files that is has created in the past and stored within there, are unwritable and the Mambot has been unable to rewrite with the new content.
Just make the files to either 777 or 757 and the vmrss_v4 directory to 755. This should solve the problem
Regards
Ian