I cannot backup the XML file its goin to the Password page again and nothing happenes after that
i m trying to upgrade to the new version of vbSEO
This is a discussion on Cannot BackUp ( vbseo_all.xml ) within the Troubleshooting forums, part of the vBSEO SEO Plugin category; I cannot backup the XML file its goin to the Password page again and nothing happenes after that i m ...
I cannot backup the XML file its goin to the Password page again and nothing happenes after that
i m trying to upgrade to the new version of vbSEO
Hello,
please open a support ticket with your vbseocp URL/password.
Thank you!
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
I'm having this same problem. Instead of downloading the settings file it just redirtects to the login page :/
Hello,
PM sent.
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Can you PM me the solution too? Why not post the solution, it would make it easier for everyone having this problem.
Update: there may be a problem with vbseocp displaying at some host, so if you are upgrading vBSEO and just want to backup your settings first, you can perform upgrade in this way instead:
1. upload all new vBSEO files except of includes/config_vbseo.php file
2. import vBSEO xml product file in vB admincp
3. open vbseocp and backup your settings
4. upload new config_vbseo.php file
5. open vbseocp and restore your settings from the file backed up in the step 3
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
My problem was with the [session] block in my php.ini file.
I changed it to look like the following and everything is fine:
session.save_path= C:\PHP\sessiondata (this line should be added too, I pasted it outside the code block because vbulletin removed the '\')PHP Code:[Session]
session.save_handler = files
;session.save_path = /tmp
session.use_cookies = 1
session.name = PHPSESSID
session.auto_start = 0
session.cookie_lifetime = 0
session.cookie_path = /
session.cookie_domain =
session.serialize_handler = php
session.gc_probability = 1
session.gc_divisor = 100
session.gc_maxlifetime = 1440
session.bug_compat_42 = 1
session.bug_compat_warn = 1
session.referer_check =
session.entropy_length = 0
session.entropy_file =
;session.entropy_length = 16
;session.entropy_file = /dev/urandom
session.cache_limiter = nocache
session.cache_expire = 180
session.use_trans_sid = 0