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

Naru

Newbie
  
  • Posts

    3
  • Joined

  • Last visited

1 Follower

Naru's Achievements

Newbie

Newbie (1/14)

  • Conversation Starter
  • First Post
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

3

Reputation

  1. Проблема решена. если вдруг кому понадобится, то мне помогло следующее: В system/startup.php добавить строчку ini_set('memory_limit','-1'); // Register Globals ini_set('memory_limit','-1'); if (ini_get('register_globals')) { ini_set('session.use_cookies', 'On'); ini_set('session.use_trans_sid', 'Off'); session_set_cookie_params(0, '/'); session_start(); // ...code continues to closing curly }
  2. Некоторое время назад появлялась ошибка на подобие "PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 27794488 bytes) in /home/**/**/www/system/library/cache.php on line 39" (при попытке изменить заказ в админке, а позже и при попытке осуществить рассылку). Решилась эта проблема после связи с хостером и увеличением доступной памяти для PHP. Но сейчас она снова появилась. Можно ли решить этот вопрос без дальнейшего увеличения количество памяти?
  3. Внезапно возникла такая же проблема. В php.ini кол-во памяти выделяемой было увеличено, но проблема не исчезла. Помогите пожалуйста.
×
×
  • 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.