Serega Posted September 18, 2009 Share Posted September 18, 2009 я тут столкнулся с проблемой.. после установки магазина захожу я в админку а там такая карусель.. в Панель Управления >> Платежи, выписует Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 98304 bytes) in F:\AppServ\www\prestashop2\classes\Module.php(325) : eval()'d code on line 497 тоже самое пишет и в Панель Управления >> Модули Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 98304 bytes) in F:\AppServ\www\prestashop2\classes\Module.php(325) : eval()'d code on line 497 неподскажете шо ето может быть..стоит он на винде на апсерве Link to comment Share on other sites More sharing options...
Warsteiner Posted September 18, 2009 Share Posted September 18, 2009 Похоже, что надо увеличить memory_limit в настройках php (файл php.ini). У Вас стоит 8МБ, поставьте 12 и будет счастье.Ещё нашёл решение тут на форумах:В файле конфигурации \config\config.inc.php пропишите ini_set('memory_limit','-1'); Link to comment Share on other sites More sharing options...
Serega Posted September 19, 2009 Author Share Posted September 19, 2009 Огромное спасибо =) воспользовался вторым вариантом и всё заработало=)))) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now