Hi tried to run this but only get through partially...
This is in the vbsitemap-multi code:
$v='0';//;0;//3.5;//vBulletin version 3.5 (or leave as zero for v3.3-3.7)
since I'm running 3.7
//directory that the vBulletin forum is in.
$base="forums/"; //if in the subdirectory forum
as my forums are
www.muslimprofessionals.org.uk/forums/index.php
so have I got that right?
when running it from forum root get the following errors:
Warning: chmod(): Operation not permitted in /home/www/mulimpro/vbsitemap-multi.php on line 178
Warning: gzopen(sitemap1.xml.gz): failed to open stream: Permission denied in /home/www/mulimpro/vbsitemap-multi.php on line 249
Warning: chmod(): No such file or directory in /home/www/mulimpro/vbsitemap-multi.php on line 252
Warning: gzwrite(): supplied argument is not a valid stream resource in /home/www/mulimpro/vbsitemap-multi.php on line 263
Warning: gzwrite(): supplied argument is not a valid stream resource in /home/www/mulimpro/vbsitemap-multi.php on line 437
Warning: gzwrite(): supplied argument is not a valid stream resource in /home/www/mulimpro/vbsitemap-multi.php on line 562
Warning: gzwrite(): supplied argument is not a valid stream resource in /home/www/mulimpro/vbsitemap-multi.php on line 611
Warning: gzwrite(): supplied argument is not a valid stream resource in /home/www/mulimpro/vbsitemap-multi.php on line 621
Warning: gzclose(): supplied argument is not a valid stream resource in /home/www/mulimpro/vbsitemap-multi.php on line 622
I created the sitemap XML file myself manually thinking that if I run this script then it will populate the values in there however,nothing is in there...
The following file sitemap1.xml.gz is also not created.
Chmod all the files yet still cant understand, can anyone help?
Kind regards,
Hanif
Any ideas where I'm going wrong?