How to restore all default vbseo settings (vbseo_all.xml = urls + other)?
Reinstallation or upgrade doesn't help.
Thank you in advance.
This is a discussion on How to restore default vbseo settings? within the General Discussion forums, part of the vBSEO SEO Plugin category; How to restore all default vbseo settings (vbseo_all.xml = urls + other)? Reinstallation or upgrade doesn't help. Thank you in ...
How to restore all default vbseo settings (vbseo_all.xml = urls + other)?
Reinstallation or upgrade doesn't help.
Thank you in advance.
Hello ,
vbseo_all.xml is the backup file that keep all vBSEO settings.
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam
assuming you are on 3.5.1,
open vbseo/resources/xml/config.ml
find
replace withCode:<setting> <name>VBSEO_CONFIG_INIT</name> <value>0</value> </setting>
visit vbseoCP.php and you should pull default settings (may need to save password and license keys again)Code:<setting> <name>VBSEO_CONFIG_INIT</name> <value>1</value> </setting>
Brian Cummiskey / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Brian, you are right. This is the solution:
Code:<setting> <name>VBSEO_CONFIG_INIT</name> <value>1</value> </setting>
This does not work for me.
I reset those lines, revisit VBSEO ADMINCP and I still see the cache there: website1_vbseo_storage
vbseo_storage is for an opcode cacher, like xcache or eaccerlator. Make sure you've flushed that as well.
Brian Cummiskey / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Yes we disabled that option however it still appeared when we would try the reset. It took manually doing a delete from datastore where title = some_vbseo_variable to get it to finally reset.