Hmm, When i try to run the sitemap generator, it gives me 500 Internal Server Error :ermm: am I missing something from my php build? It dosn't give me any other error.
I'm on vb3.0.8
PHP Version 4.4.0
Apache/1.3.31 (Unix) DAV/1.0.3 mod_fastcgi/2.4.2 mod_gzip/1.3.26.1a PHP/4.3.10 mod_ssl/2.8.19 OpenSSL/0.9.6c
I followed the instructions, and I have the configuration:
PHP Code:
// vBSEO Installed?
'vbseo_sm_vbseo' => '',
// Run from vB Scheduled Tasks Manager ONLY
'vbseo_sm_crononly' => '',
should it be this?
PHP Code:
// vBSEO Installed?
'vbseo_sm_vbseo' => '0',
// Run from vB Scheduled Tasks Manager ONLY
'vbseo_sm_crononly' => '0',
actually tried both, but still no go :ermm:
The CHMOD 777 to the datafolder has been done, heck i tried even chmod 777 the entire vbseo_sitemap folder.