Quote:
Originally Posted by hassshasss
these errors when I download maps you want to delete sitemap are not deleted I wonder why?
Warning: fwrite(): supplied argument is not a valid stream resource in [path]/vbseo_sitemap/index.php on line 259
Warning: fclose(): supplied argument is not a valid stream resource in [path]/vbseo_sitemap/index.php on line 260
|
solution of the problem we wrote a friend
http://www.vbseo.com/f67/sitemap-dow...44/index2.html found here already. I would add the following
Please try to modify vbseo_sitemap/index.php file:
find:
PHP Code:
$pf = fopen($dl_log, 'w');
replace with:
PHP Code:
$pf = fopen(VBSEO_SM_DLDAT, 'w');