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

Urgent - Site broken

This is a discussion on Urgent - Site broken within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Hello, I received some emails today that our forum was down. Site: http://www.thinnertimesforum.com For some reason, in IE, when I ...

  1. #1
    Junior Member
    Real Name
    John
    Join Date
    Feb 2008
    Posts
    9
    Liked
    0 times

    Exclamation Urgent - Site broken

    Hello,
    I received some emails today that our forum was down.

    Site: http://www.thinnertimesforum.com

    For some reason, in IE, when I click on a forum, for example Introduce Yourself, I get a page error and URL for http://www.thinnertimesforum.com/forumdisplay.php?f=21, and from FireFox I get the following: http://www.thinnertimesforum.com/dom...duce-yourself/

    The URL should be http://www.thinnertimesforum.com/introduce-yourself/. This literally stopped working overnight, and since then I have upgraded both vBulletin and vbSEO. Nothing has fixed the problem. I have also re-uploaded the htaccess file.

    Does anyone know what could be causing this problem?


    Thank you!!!!!
    John

  2. #2
    Junior Member
    Real Name
    John
    Join Date
    Feb 2008
    Posts
    9
    Liked
    0 times
    A couple of strange things to add on to this:

    Things like "New Thread" work -http://www.thinnertimesforum.com/newthread.php?do=newthread&f=17

    I can access the individual forums by manually typing their full URL: http://www.thinnertimesforum.com/socialize/ or http://www.thinnertimesforum.com/introduce-yourself/

    These URLs are not showing up in the links throughout the forum though.

    -John

  3. #3
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Hello,

    please try to define VBSEO_CUSTOM_DOCROOT option in config_vbseo.php file:
    PHP Code:
    define('VBSEO_CUSTOM_DOCROOT',         '/path/to/domainroot'); 
    if it still doesn't work please open a support ticket with FTP access.

    Note: to get your domain path you can create this "wherami.php" script *in domain root*:
    PHP Code:
    <?php
    echo dirname(__FILE__);
    ?>
    and open it in browser with http://www.domain.com/whereami.php
    Last edited by Oleg Ignatiuk; 05-07-2008 at 04:04 AM.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  4. #4
    Junior Member
    Real Name
    John
    Join Date
    Feb 2008
    Posts
    9
    Liked
    0 times
    Thank you for your response. That didn't seem to fix the problem, unfortunately. I just submitte the FTP information.

    Thanks!
    John

  5. #5
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    update: setting VBSEO_CUSTOM_DOCROOT resolved the issue.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  6. #6
    Member networktemple's Avatar
    Real Name
    Nakz.
    Join Date
    Jun 2007
    Posts
    33
    Liked
    0 times
    Yes this does fixed the problem!! use this script to check as stated:
    <?php
    echo dirname(__FILE__);
    ?>

  7. #7
    Junior Member
    Real Name
    John
    Join Date
    Feb 2008
    Posts
    9
    Liked
    0 times
    Yes,
    It solved the problem. The weird thing is that everything was working fine for a couple of months, and it literally broke over-night (no changes made).

    When I tried their fix, I accidentally used the wrong file location. They helped me out with that and it fixed the problem.



    Best,
    John

  8. #8
    Junior Member
    Real Name
    Sola
    Join Date
    Apr 2007
    Location
    New Jersey
    Posts
    20
    Liked
    0 times
    Quote Originally Posted by Oleg Ignatiuk View Post
    update: setting VBSEO_CUSTOM_DOCROOT resolved the issue.
    Kindly tell me how you fixed this issue, as I seem to be having it now. Is this a MYSQL query or a file entry? I don't see such a field in vbseo config file...

    Thanks.

  9. #9
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    As described above in the post #3.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  10. #10
    Junior Member
    Real Name
    Sola
    Join Date
    Apr 2007
    Location
    New Jersey
    Posts
    20
    Liked
    0 times
    Quote Originally Posted by Oleg Ignatiuk View Post
    As described above in the post #3.
    Believe me, I can read a little English and I did read post 3 where it says A FILE. But that file in my installation does NOT have a PLACE to enter that information, which is why THIS is an attempt at CLARIFICATION. So clarify if you will. Thank you.

  11. #11
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    In vBSEO package there is a file named config_vbseo.php. You can find that file in your forums includes/ folder.
    You should open that file and search for "VBSEO_CUSTOM_DOCROOT". Default setting is empty.
    If it still doesn't work, please open a support ticket with FTP access to check that.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  12. #12
    Senior Member
    Real Name
    jskoh
    Join Date
    Mar 2009
    Posts
    137
    Liked
    0 times
    Quote Originally Posted by Oleg Ignatiuk View Post
    Hello,

    please try to define VBSEO_CUSTOM_DOCROOT option in config_vbseo.php file:
    PHP Code:
    define('VBSEO_CUSTOM_DOCROOT',         '/path/to/domainroot'); 
    if it still doesn't work please open a support ticket with FTP access.

    Note: to get your domain path you can create this "wherami.php" script *in domain root*:
    PHP Code:
    <?php
    echo dirname(__FILE__);
    ?>
    and open it in browser with http://www.domain.com/whereami.php
    hi... i didnt really get the meaning of this... btw i cant find the

    PHP Code:
    define('VBSEO_CUSTOM_DOCROOT',         '/path/to/domainroot'); 

  13. #13
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Please check the ticket - I've defined the path for you.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  14. #14
    Senior Member
    Real Name
    jskoh
    Join Date
    Mar 2009
    Posts
    137
    Liked
    0 times
    hi.. it still cant work.... =(

  15. #15
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    You have forums URL incorrectly set in vBulletin admincp options, make sure that it's defined correctly (including forums folder name).
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


Page 1 of 2 1 2 LastLast

Similar Threads

  1. URGENT - site down, vbseo error
    By webgroup in forum Troubleshooting
    Replies: 2
    Last Post: 02-27-2008, 12:40 AM
  2. URGENT! Links broken
    By rosey in forum Bug Reporting
    Replies: 4
    Last Post: 10-25-2007, 06:52 PM
  3. Site map broken 1.5 to 1.7 upgrade
    By ford-trucks.com in forum Troubleshooting
    Replies: 1
    Last Post: 03-06-2007, 01:11 PM
  4. Broken site vent
    By sunshyne in forum Troubleshooting
    Replies: 2
    Last Post: 03-05-2007, 07:03 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
  •