ibinamaster
Customer
User A: User of Forum
User B: Admin
I'm using custom rewrite URLs, but also tried the default ones. The URLs aren't the problem, because the same URL works for other users.
I have one particular Thread that causes a critical error. This Thread has 100 replies, 1 delated reply and is 11 pages long.
Scenario 1: forum.php (Homepage)

Clicking on the link (1) with the thread title:
without SEO: going to the first unread post (ok)
User A: going to the first unread post (everything works fine)
User B: resulting in the following error:
Clicking on the icon (2):
without SEO: going to the last post (ok)
User A: going to page 11 and the last post on page 11 (everything works fine)
User B: going to the first post of page 10 (not ok)
Scenario 2: forumdisplay.php

Clicking on the icon (2):
without SEO: going to the last post
User A: going to page 11 and the last post on page 11 (everything works fine)
User B: going to the first post of page 10 (not ok)
User B: Admin
I'm using custom rewrite URLs, but also tried the default ones. The URLs aren't the problem, because the same URL works for other users.
I have one particular Thread that causes a critical error. This Thread has 100 replies, 1 delated reply and is 11 pages long.
Scenario 1: forum.php (Homepage)

Clicking on the link (1) with the thread title:
without SEO: going to the first unread post (ok)
User A: going to the first unread post (everything works fine)
User B: resulting in the following error:
Warning: preg_match() [function.preg-match]: Compilation failed: missing ) at offset 102 in test/dbtech/dbseo/includes/class_core.php on line 2410
Warning: preg_match() [function.preg-match]: Compilation failed: missing terminating ] for character class at offset 102 in test/dbtech/dbseo/includes/class_core.php on line 2410
Warning: Cannot modify header information - headers already sent by (output started at test/dbtech/dbseo/includes/class_core.php:2410) in test/dbtech/dbseo/includes/class_core.php on line 849
Page not found
Clicking on the icon (2):
without SEO: going to the last post (ok)
User A: going to page 11 and the last post on page 11 (everything works fine)
User B: going to the first post of page 10 (not ok)
Scenario 2: forumdisplay.php

Clicking on the icon (2):
without SEO: going to the last post
User A: going to page 11 and the last post on page 11 (everything works fine)
User B: going to the first post of page 10 (not ok)