Bug DBSEO Problem

Status
Not open for further replies.

2five

Customer
Warning: preg_replace() [function.preg-replace]: No ending delimiter '#' found in /home/pokertr/public_html/dbtech/dbseo/includes/rewrite/customrewrite.php on line 98

This is the error I am getting when I view the site without adding forum.php to the end of the url. Because of this issue I cant even view other pages because I then get the headers already sent error on other pages. I need to resolve this issue fast. Please help.

I have the the seo plugin disabled currently so the site can atleast be accessible, but I need it back up.
 
Just so you know, we did a vbseo import when we installed this, but I reset the settings to make sure that wasnt the cause of the issue and it wasnt the cause, the error still showed. I do know for sure that dbseo is the issue because the error goes away when I disable the plugin, so.

Code:
//==========================================================================

// Sample Custom Rewrite Rule: showgroup.php as forumleaders.html (Remove the \'//\' in front of the rule to enable).

//==========================================================================

//\'^showgroups\\.php$\' => \'forumleaders.html\'

//==========================================================================

// Sample Custom Rewrite Rules: calendar as static pages (Remove the \'//\' in front of the rules to enable).

// Note: Enable the calendar dropdown redirect rule within the Custom 301 Redirects section below.

//==========================================================================

//\'calendar\\.php$\' => \'calendar/\'

//\'^calendar\\.php\\?c=1$\' => \'calendar/\'

//\'^calendar\\.php\\?(c=1&)?do=(display.+?)(&year=)?$\' => \'calendar/$2/[NF]\'

//\'calendar\\.php\\?(c=1&)?nojs=1\' => \'calendar/nojs/[NF]\'

//\'calendar\\.php\\?(c=1&)?do=(display.+?)&nojs=1\' => \'calendar/$2/nojs/[NF]\'

//\'calendar\\.php\\?(c=1&)?week=(\\d+)&nojs=1\' => \'calendar/week-$2/nojs/[NF]\'

//\'calendar\\.php\\?(c=1&)?month=(\\d+)&year=(\\d+)&nojs=1\' => \'calendar/$3/$2/nojs/[NF]\'

//\'^calendar\\.php\\?do=getinfo&(c=1&)?day=(\\d+)-(\\d+)-(\\d+)(&c=1)?$\' => \'calendar/$2/$3/$4/\'

//\'^calendar\\.php\\?do=getinfo&e=(\\d+)(&day=[0-9\\-]+)?(&c=1)?$\' => \'calendar/event-$1/\'

//\'^calendar\\.php\\?(s=&)?(c=1&)?(week=&)?month=(\\d+)&year=(\\d+)(&c=1)?(&do=displaymonth)?$\' => \'calendar/$5/$4/\'

//\'^calendar\\.php\\?c=1&week=(\\d+)(&do=displayweek&month=.+?)?$\' => \'calendar/week-$1/\'

\'^view\\.php\\?pg=(.+?)$\' => \'page-$1.html\'
 
Replace the contents with this
Code:
//==========================================================================
// Sample Custom Rewrite Rule: showgroup.php as forumleaders.html (Remove the '//' in front of the rule to enable).
//==========================================================================
//'^showgroups\.php$' => 'forumleaders.html'
//==========================================================================
// Sample Custom Rewrite Rules: calendar as static pages (Remove the '//' in front of the rules to enable).
// Note: Enable the calendar dropdown redirect rule within the Custom 301 Redirects section below.
//==========================================================================
//'calendar\.php$' => 'calendar/'
//'^calendar\.php\?c=1$' => 'calendar/'
//'^calendar\.php\?(c=1&)?do=(display.+?)(&year=)?$' => 'calendar/$2/[NF]'
//'calendar\.php\?(c=1&)?nojs=1' => 'calendar/nojs/[NF]'
//'calendar\.php\?(c=1&)?do=(display.+?)&nojs=1' => 'calendar/$2/nojs/[NF]'
//'calendar\.php\?(c=1&)?week=(\d+)&nojs=1' => 'calendar/week-$2/nojs/[NF]'
//'calendar\.php\?(c=1&)?month=(\d+)&year=(\d+)&nojs=1' => 'calendar/$3/$2/nojs/[NF]'
//'^calendar\.php\?do=getinfo&(c=1&)?day=(\d+)-(\d+)-(\d+)(&c=1)?$' => 'calendar/$2/$3/$4/'
//'^calendar\.php\?do=getinfo&e=(\d+)(&day=[0-9\-]+)?(&c=1)?$' => 'calendar/event-$1/'
//'^calendar\.php\?(s=&)?(c=1&)?(week=&)?month=(\d+)&year=(\d+)(&c=1)?(&do=displaymonth)?$' => 'calendar/$5/$4/'
//'^calendar\.php\?c=1&week=(\d+)(&do=displayweek&month=.+?)?$' => 'calendar/week-$1/'
'^view\.php\?pg=(.+?)$' => 'page-$1.html'
 
Excellent, glad to hear it :)

If you have any further queries or issues, please feel free to start a new support ticket. Thanks!
 
Status
Not open for further replies.

Legacy DragonByte SEO

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
7,194
Customer rating
5.00 star(s) 1 ratings
Back
Top