Results 1 to 6 of 6

Registration Broken

This is a discussion on Registration Broken within the Bug Reporting forums, part of the vBSEO SEO Plugin category; Hi, Haing just upgraded to VBSeo 3.5.2 and running vbulletin 4.1.1, the registration system has stopped working as it is ...

  1. #1
    Junior Member
    Real Name
    Tim
    Join Date
    Jun 2007
    Posts
    10
    Liked
    0 times

    Registration Broken

    Hi,

    Haing just upgraded to VBSeo 3.5.2 and running vbulletin 4.1.1, the registration system has stopped working as it is looking for a template associated with VBSEO via the plugin below.

    The error originates from this Plugin titled "VBSeo Register"

    PHP Code:
    if(THIS_SCRIPT == 'register')
    {
    foreach(
    $vbulletin->templatecache as $_tpl => $fb2p)
    if(
    strstr($_tpl'register'))
    $vbulletin->templatecache[$_tpl] = str_replace('$header''$header $navbar'$fb2p);
    eval(
    '$navbar = "' fetch_template('navbar') . '";');

    I have disabled it in the meantime.

    TIm

  2. #2
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    Quote Originally Posted by Wunderlust View Post
    Hi,

    Haing just upgraded to VBSeo 3.5.2 and running vbulletin 4.1.1, the registration system has stopped working as it is looking for a template associated with VBSEO via the plugin below.

    The error originates from this Plugin titled "VBSeo Register"

    PHP Code:
    if(THIS_SCRIPT == 'register')
    {
    foreach(
    $vbulletin->templatecache as $_tpl => $fb2p)
    if(
    strstr($_tpl'register'))
    $vbulletin->templatecache[$_tpl] = str_replace('$header''$header $navbar'$fb2p);
    eval(
    '$navbar = "' fetch_template('navbar') . '";');

    I have disabled it in the meantime.

    TIm
    Can you be more specific about what exactly is happening? register is a default template. Do you not have this template?

  3. #3
    Junior Member
    Real Name
    Tim
    Join Date
    Jun 2007
    Posts
    10
    Liked
    0 times
    Hi Brian,

    The following error is shown on the registration page when this plugin is enabled.

    PHP Code:
    Warningfetch_template() calls should be replaced by the vB_Template class. Template namenavbar in [path]/includes/functions.php on line 4097

    Parse error
    syntax errorunexpected T_STRING in /home/xxxxx/public_html/forum/includes/class_bootstrap.php(412) : eval()'d code(322) : eval()'d code on line 1

    Parse error
    syntax errorunexpected T_VARIABLE in /home/xxxx/public_html/forum/includes/class_core.php(4425) : eval()'d code on line 28 

  4. #4
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,100
    Liked
    622 times
    Blog Entries
    4
    Hello ,

    vBSEO product doesn't have the above code at all. This code was supplied to users when they were using vBSEO Style 1.0
    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
    Tim
    Join Date
    Jun 2007
    Posts
    10
    Liked
    0 times
    Ahh thanks, that'll be why!

  6. #6
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,100
    Liked
    622 times
    Blog Entries
    4
    You're welcome , you can safely disable the plugin
    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

Similar Threads

  1. registration
    By xabo in forum General Discussion
    Replies: 7
    Last Post: 06-09-2010, 06:59 PM
  2. 32 bit registration key
    By Kaustubh in forum Troubleshooting
    Replies: 1
    Last Post: 12-25-2007, 12:55 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
  •