Status
Not open for further replies.

sevenmix

Customer
Hi

I have lot of this on error_log:

Code:
[07-Mar-2014 12:11:24 Europe/Berlin] PHP Warning:  preg_match() [<a href='function.preg-match'>function.preg-match</a>]: Compilation failed: missing terminating ] for character class at offset 102 in /home/forobeta/public_html/dbtech/dbseo/includes/class_core.php on line 2341

What could it be?
 
This usually means that one of your URL rewrite formats are using incorrect syntax.

For instance, creating a custom URL rewrite format like this: threads/[thread_id>-[thread_title} would cause this issue because of the > and } characters when they should both be ]

Can you please verify that all your custom URL rewrite formats do not have such typos? If the problem persists, try also removing any custom rewrite rules.

If neither of these troubleshooting steps fixes it, let me know :)
 
This usually means that one of your URL rewrite formats are using incorrect syntax.

For instance, creating a custom URL rewrite format like this: threads/[thread_id>-[thread_title} would cause this issue because of the > and } characters when they should both be ]

Can you please verify that all your custom URL rewrite formats do not have such typos? If the problem persists, try also removing any custom rewrite rules.

If neither of these troubleshooting steps fixes it, let me know :)

Hi

I just verified it and i dont have any typo and im not using custom urls btw :(
 
Do you have display_errors set to On? If not, please turn it on, and find the page where it occurs on. Once that's done, I may be able to resolve it.
 
Do you have display_errors set to On? If not, please turn it on, and find the page where it occurs on. Once that's done, I may be able to resolve it.

I just need to add this: ini_set("display_errors", true);
to config.php or im losing something?

I see this errors on error.log:
[13-Mar-2014 18:45:29 Europe/Berlin] PHP Warning: preg_match() [<a href='function.preg-match'>function.preg-match</a>]: Compilation failed: missing terminating ] for character class at offset 102 in /home/forobeta/public_html/dbtech/dbseo/includes/class_core.php on line 2361
[13-Mar-2014 18:45:29 Europe/Berlin] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/forobeta/public_html/dbtech/dbseo/includes/class_core.php:2361) in /home/forobeta/public_html/dbtech/dbseo/includes/class_core.php on line 836
 
If i set display errors on class_core.php i got this:

Notice: Undefined index: Datastore in /home/forobeta/public_html/dbtech/dbseo/includes/class_datastore.php on line 22

Notice: Undefined index: Datastore in /home/forobeta/public_html/dbtech/dbseo/includes/class_datastore.php on line 23

Notice: Undefined index: DBSEO in /home/forobeta/public_html/dbtech/dbseo/includes/class_db.php on line 86

Notice: Undefined index: vbblog in /home/forobeta/public_html/dbtech/dbseo/includes/class_core.php on line 309

Notice: Undefined index: vbcms in /home/forobeta/public_html/dbtech/dbseo/includes/class_core.php on line 327

Notice: Undefined offset: 0 in /home/forobeta/public_html/dbtech/dbseo/includes/class_core.php on line 385

Notice: Undefined variable: isie in /home/forobeta/public_html/dbtech/dbseo/includes/class_core.php on line 6582

Notice: Undefined variable: isie in /home/forobeta/public_html/dbtech/dbseo/includes/class_core.php on line 6582

Notice: Undefined index: query in /home/forobeta/public_html/dbtech/dbseo/includes/class_core.php on line 506

Notice: Undefined offset: 1 in /home/forobeta/public_html/dbtech/dbseo/includes/class_core.php on line 660

Notice: Undefined index: do in /home/forobeta/public_html/dbtech/dbseo/includes/class_core.php on line 712

Notice: Undefined index: do in /home/forobeta/public_html/dbseo.php on line 38

Notice: Undefined index: rawurls in /home/forobeta/public_html/dbtech/dbseo/includes/class_core.php on line 1714

Notice: Undefined index: t in /home/forobeta/public_html/dbtech/dbseo/includes/class_core.php on line 3446

Notice: Undefined index: page in /home/forobeta/public_html/dbtech/dbseo/includes/class_core.php on line 3446

Notice: Undefined index: _process in /home/forobeta/public_html/dbseo.php on line 371
 
Are you able to find a page where the error posted in the OP appears? Those notices can be safely ignored for the purpose of debugging this :)
 
The specific piece of code is universal, so it could be ANY page really.

If you PM me with an AdminCP account I can try to see if there's maybe a broken format somewhere on my end :)
 
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,190
Customer rating
5.00 star(s) 1 ratings
Back
Top