• Welcome to Sitemap Generator Forum.
 

Cron job was setup, but getting errors:

Started by matthew, December 30, 2006, 12:52:32 AM

Previous topic - Next topic

matthew

Here is a bit of the code I am receiving:

Warning: fopen(/home/arena/public_html/generator/data/urllist.txt): failed to open stream: Permission denied in /home/arena/public_html/generator/pages/class.xml-creator.inc.php(2) : eval()'d code on line 91

Warning: fwrite(): supplied argument is not a valid stream resource in /home/arena/public_html/generator/pages/class.xml-creator.inc.php(2) : eval()'d code on line 151

Warning: fwrite(): supplied argument is not a valid stream resource in /home/arena/public_html/generator/pages/class.xml-creator.inc.php(2) : eval()'d code on line 151

Warning: fwrite(): supplied argument is not a valid stream resource in /home/arena/public_html/generator/pages/class.xml-creator.inc.php(2) : eval()'d code on line 151

Warning: fwrite(): supplied argument is not a valid stream resource in /home/arena/public_html/generator/pages/class.xml-creator.inc.php(2) : eval()'d code on line 151

Warning: fclose(): supplied argument is not a valid stream resource in /home/arena/public_html/generator/pages/class.xml-creator.inc.php(2) : eval()'d code on line 163 <br>Creating HTML sitemap...
Warning: fopen(/home/arena/public_html/generator/data/sitemap.html): failed to open stream: Permission denied in /home/arena/public_html/generator/pages/class.html-creator.inc.php(2) : eval()'d code on line 133

Warning: fwrite(): supplied argument is not a valid stream resource in /home/arena/public_html/generator/pages/class.html-creator.inc.php(2) : eval()'d code on line 134

Warning: fclose(): supplied argument is not a valid stream resource in /home/arena/public_html/generator/pages/class.html-creator.inc.php(2) : eval()'d code on line 135 <script> top.location = 'index.php?op=view'



Thanks


matthew

Quote from: admin on December 30, 2006, 02:36:31 AM
Hello,

make sure that you set 0777 permissions for generator/data/ folder.

Just checked to make sure, and permissions for the data folder were 777.

Any other ideas?

matthew

still getting those errors, do I have give certain permissions to my data folder?

Just trying to figure this out since again I am getting the same error.


matthew


tonypsc

Hi, I am having the same erro msg too.

Does that mean removing every files within the Data folder? (even the sitemap.xml, urllist.txt etc)

thanks
anthony

XML-Sitemaps Support

Yes, you could try to make sure that data/ folder is set to 0777 permissions and all files inside data/ folder are set to 0666. If it still doesn't work, simply removed files from data/ folder.