Skip to content

Важное с Sysman.Ru: 2.x: ПРЕДУПРЕЖДЕНИЕ: [2] preg_match()

Song:

Симптомы:

 

Получаем следущую ошибку:

Цитата
ПРЕДУПРЕЖДЕНИЕ: [2] preg_match() [function.preg-match]: Compilation failed: internal error: overran compiling workspace at offset 17923 (Строка: 197 файла /sources/classes/class_session.php)

Строка 197 указывает на:

[b]if[/b] ( preg_match( '/('.implode( '|', [color=#048284]$this[/color]->bot_safe ) .')/i', [color=#048284]$this[/color]->ipsclass->my_getenv('HTTP_USER_AGENT'), [color=#048284]$match[/color] ) ){

 

Решение:

Замените её на:

[b]if[/b] ( preg_match( '/('.preg_quote( implode( '|', [color=#048284]$this[/color]->bot_safe ), '/').')/i', [color=#048284]$this[/color]->ipsclass->my_getenv('HTTP_USER_AGENT'), [color=#048284]$match[/color] ) ){

Featured Replies

No posts to show
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.