Magento Expert Forum - Improve your Magento experience

Results 1 to 2 of 2

Product detail page does not load properly

  1. #1
    New member
    Join Date
    Jul 2015
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Product detail page does not load properly

    Hi Dear,

    My website product details page is not loading properly. when it is loaded it show this message "Allowed memory size of 33554432 bytes exhausted (tried to allocate 2000 bytes)" but i changed php.ini file that Memory 512 Mb. now what should i do in here???

    View more threads in the same category:


  2. #2
    Junior Member
    Join Date
    May 2015
    Posts
    50
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    you need to edit the php.ini.sample file in magneto root folder rename the file to php.ine

    add below code
    disable_functions =
    memory_limit = 384M
    extension=pdo.so
    extension=pdo_mysql.so
    extension=pdo_sqlite.so

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •