Results 1 to 7 of 7

Cannot BackUp ( vbseo_all.xml )

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 ...

  1. #1
    Senior Member UnderEstimated's Avatar
    Real Name
    Kaleem
    Join Date
    May 2006
    Location
    NJ
    Posts
    267
    Liked
    10 times

    Cannot BackUp ( vbseo_all.xml )

    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

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Hello,

    please open a support ticket with your vbseocp URL/password.

    Thank you!

  3. #3
    Junior Member
    Real Name
    jwm2
    Join Date
    May 2006
    Posts
    1
    Liked
    0 times
    I'm having this same problem. Instead of downloading the settings file it just redirtects to the login page :/

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Hello,

    PM sent.

  5. #5
    Member
    Real Name
    Corey Costadura
    Join Date
    May 2006
    Posts
    42
    Liked
    0 times
    Can you PM me the solution too? Why not post the solution, it would make it easier for everyone having this problem.

  6. #6
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    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

  7. #7
    Member
    Real Name
    Corey Costadura
    Join Date
    May 2006
    Posts
    42
    Liked
    0 times
    My problem was with the [session] block in my php.ini file.

    I changed it to look like the following and everything is fine:

    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 
    session.save_path= C:\PHP\sessiondata (this line should be added too, I pasted it outside the code block because vbulletin removed the '\')

Similar Threads

  1. RC8 - Rules importing from backup
    By xb_ in forum Bug Reporting
    Replies: 4
    Last Post: 09-09-2005, 07:40 AM
  2. config module - store password with backup
    By T2DMan in forum vBSEO Features Archive
    Replies: 1
    Last Post: 08-15-2005, 07:14 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •