Page 1 of 2 1 2 LastLast
Results 1 to 15 of 17

Cannot save vbseo conf properly

This is a discussion on Cannot save vbseo conf properly within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Centos 5 memory_limit : 128Mb PHP 5.2.8 Copyright (c) 1997-2008 The PHP Group Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend ...

  1. #1
    Junior Member
    Real Name
    KingPin
    Join Date
    Mar 2007
    Posts
    10
    Liked
    0 times

    Cannot save vbseo conf properly

    Centos 5
    memory_limit : 128Mb
    PHP 5.2.8
    Copyright (c) 1997-2008 The PHP Group
    Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies
    with XCache v2.0.0-dev, Copyright (c) 2005-2007, by mOo
    with the ionCube PHP Loader v3.1.32, Copyright (c) 2002-2007, by ionCube Ltd., and
    with Zend Extension Manager v1.2.2, Copyright (c) 2003-2007, by Zend Technologies
    with Suhosin v0.9.27, Copyright (c) 2007, by SektionEins GmbH
    with Zend Optimizer v3.3.3, Copyright (c) 1998-2007, by Zend Technologies
    Server version: Apache/2.2.10 (Unix)
    vBulletin v3.8.3
    vbseo : v3.3.0

    When I save the config my custom urls and most info from other text boxes disappears. this happens no matter what I edit, as soon as I click save in any part of the CP my custom urls and some other text boxes disappear. Usually I end up download an xml of the config, editing by hand and reuploading which works fine. thank you for any help.

  2. #2
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    22,367
    Liked
    542 times
    Blog Entries
    4
    Please make sure you have following in suhosin settings

    suhosin.memory_limit 32mb
    suhosin.request.max_vars 2048
    suhosin.post.max_vars 2048
    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

  3. #3
    Junior Member
    Real Name
    KingPin
    Join Date
    Mar 2007
    Posts
    10
    Liked
    0 times
    already have the values in there :(

  4. #4
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    22,367
    Liked
    542 times
    Blog Entries
    4
    Please supply a phpinfo file link
    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

  5. #5
    Junior Member
    Real Name
    KingPin
    Join Date
    Mar 2007
    Posts
    10
    Liked
    0 times

  6. #6
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    22,367
    Liked
    542 times
    Blog Entries
    4
    You need to apply the settings i supplied you. In your phpinfo file it is clearly listed as
    suhosin.memory_limit 0
    suhosin.request.max_vars 200
    suhosin.post.max_vars 200

    After you apply the changes , you need to restart apache
    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

  7. #7
    Junior Member
    Real Name
    KingPin
    Join Date
    Mar 2007
    Posts
    10
    Liked
    0 times
    now this is weird my /usr/lib/php.ini has the following :

    Code:
    suhosin.memory_limit 200mb
    suhosin.request.max_vars 4048
    suhosin.post.max_vars 4048
    yet no amount of httpd restarts seems to change any of those values in phpinfo.

  8. #8
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    22,367
    Liked
    542 times
    Blog Entries
    4
    Your php.ini file is /usr/local/lib/php.ini
    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

  9. #9
    Junior Member
    Real Name
    KingPin
    Join Date
    Mar 2007
    Posts
    10
    Liked
    0 times
    same file

  10. #10
    Senior Member
    Real Name
    Adrian A.
    Join Date
    Aug 2005
    Posts
    150
    Liked
    0 times
    Well you aren`t doing something right, or you have 2 PHP ini`s, and you`re editing the wrong one.
    What specs does your server have ? Do you have cPanel ?
    How do you restart apache ?
    Various Topics - PM for Big Board Admin Solutions

  11. #11
    Junior Member
    Real Name
    KingPin
    Join Date
    Mar 2007
    Posts
    10
    Liked
    0 times
    Im editing the one I have always edited(/usr/lib/php.ini). it always works. I do have cpanel and I restart apache as I always have using service httpd restart. server is quad core xeon, 4 gigs ram not sure what that should do for purpose of this issue .

  12. #12
    Senior Member
    Real Name
    Adrian A.
    Join Date
    Aug 2005
    Posts
    150
    Liked
    0 times
    service httpd restart is deprecated
    httpd -k restart -D SSL is for Apache v2.
    Various Topics - PM for Big Board Admin Solutions

  13. #13
    Senior Member
    Real Name
    Adrian A.
    Join Date
    Aug 2005
    Posts
    150
    Liked
    0 times
    Also, try going in root and type "

    php -i | grep php.ini

    That will bring up the actual php.ini
    Various Topics - PM for Big Board Admin Solutions

  14. #14
    Junior Member
    Real Name
    KingPin
    Join Date
    Mar 2007
    Posts
    10
    Liked
    0 times
    Configuration File (php.ini) Path => /usr/local/lib

    and restarted apache via WHM also. same issue.

  15. #15
    Senior Member
    Real Name
    Marco Mamdouh
    Join Date
    May 2008
    Location
    Egypt
    Posts
    2,627
    Liked
    1 times
    Blog Entries
    1
    Try to upload this file in your site root
    Attached Files

Page 1 of 2 1 2 LastLast

Similar Threads

  1. i cant save changes on my vbseo!
    By cloferba in forum General Discussion
    Replies: 1
    Last Post: 03-06-2009, 04:16 PM
  2. Replies: 4
    Last Post: 02-25-2009, 04:46 AM
  3. httpd.conf changes = Invalid Thread Specified [VBseo 3.2]
    By MRBarto in forum Troubleshooting
    Replies: 4
    Last Post: 08-04-2008, 07:45 PM
  4. I can't save settings in vBSEO anymore???
    By StarBuG in forum Bug Reporting
    Replies: 4
    Last Post: 10-09-2007, 03:12 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
  •