Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

gerich131

Newbie
  
  • Posts

    1
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

gerich131's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Conversation Starter

Recent Badges

0

Reputation

  1. Нужна помощь!!!! На сайте появились ошибки Notice: unserialize(): Error at offset 110 of 910 bytes in /var/www/u0299192/data/www/xn--82-6kcia0bmc6abxt.xn--p1ai/index.php on line 69 Notice: unserialize(): Error at offset 517 of 9587 bytes in /var/www/u0299192/data/www/xn--82-6kcia0bmc6abxt.xn--p1ai/index.php on line 69 Notice: unserialize(): Error at offset 95 of 1234 bytes in /var/www/u0299192/data/www/xn--82-6kcia0bmc6abxt.xn--p1ai/index.php on line 69 Notice: unserialize(): Error at offset 22 of 34 bytes in /var/www/u0299192/data/www/xn--82-6kcia0bmc6abxt.xn--p1ai/index.php on line 69 Notice: unserialize(): Error at offset 126 of 337 bytes in /var/www/u0299192/data/www/xn--82-6kcia0bmc6abxt.xn--p1ai/index.php on line 69 Notice: unserialize(): Error at offset 107 of 376 bytes in /var/www/u0299192/data/www/xn--82-6kcia0bmc6abxt.xn--p1ai/index.php on line 69 Notice: unserialize(): Error at offset 145 of 656 bytes in /var/www/u0299192/data/www/xn--82-6kcia0bmc6abxt.xn--p1ai/index.php on line 69 Notice: unserialize(): Error at offset 165 of 607 bytes in /var/www/u0299192/data/www/xn--82-6kcia0bmc6abxt.xn--p1ai/index.php on line 69 Notice: unserialize(): Error at offset 57 of 91 bytes in /var/www/u0299192/data/www/xn--82-6kcia0bmc6abxt.xn--p1ai/index.php on line 69 Notice: unserialize(): Error at offset 66 of 6792 bytes in /var/www/u0299192/data/www/xn--82-6kcia0bmc6abxt.xn--p1ai/index.php on line 69 Notice: unserialize(): Error at offset 173 of 6318 bytes in /var/www/u0299192/data/www/xn--82-6kcia0bmc6abxt.xn--p1ai/index.php on line 69 Notice: unserialize(): Error at offset 2769 of 5436 bytes in /var/www/u0299192/data/www/xn--82-6kcia0bmc6abxt.xn--p1ai/index.php on line 69 62 // Settings 63 $query = $db->query("SELECT * FROM " . DB_PREFIX . "setting WHERE store_id = '0' OR store_id = '" . (int)$config->get('config_store_id') . "' ORDER BY store_id ASC"); 64 65 foreach ($query->rows as $setting) { 66 if (!$setting['serialized']) { 67 $config->set($setting['key'], $setting['value']); 68 } else { 69 $config->set($setting['key'], unserialize($setting['value'])); 70 } 71 }
×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.