I been banging my head on the wall for 5 hours, trying to get this plugin to work on my server
And nothing, always the sitemap url's were not mapped correctly, and I had my .htaccess file setup fine.
Finally I came across this post:
Quote:
As a temporary fix, please try this:
in vbseo_getsitemap.php
find
Code:
error_reporting(E_ALL&~E_NOTICE);
replace with
Code:
@error_reporting(E_ALL ^ E_NOTICE ^ E_DEPRECATED);
|
This save me, it should be added to the TOP post in this thread, until v2.6 is released.
This is major problem for most people on today's new servers with the latest PHP system.
See here for the original thread, that saved my day:
http://www.vbseo.com/f67/vbseo-sitem...66/#post252157
This will stop people with messing with their .htaccess and manually copying the files from the /data directory into the forum directory, what a funny bug.
Too bad no one is answering people on how to fix it correctly!
I me posting this will helps some other people out!