Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • hilli Friend
    #195720

    Hello @ all,

    I get the error message in ThemeMagic: Unexpected error. Please refresh the page try again later.

    In the LESS to CSS function I get the error: Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 81 bytes) in /www/htdocs/w00b216e/joomla_15/jupgrade/joomla32/plugins/system/t3/includes/lessphp/less/less.php on line 6952

    Is this a server-setting-problem?

    regards

    Saguaros Moderator
    #526551

    This error relates to the limited PHP memory size. Below is my suggestion:

    – If you have access to your PHP.ini file, change the line in PHP.ini. If your line shows 32M try 64M: memory_limit = 64M ; Maximum amount of memory a script may consume (64MB). Here we consider 64M as good configuration. Depending on your need, server codition, how is your site, you could use 32M, 96M, 128M, 256M, 512M, 1024M, 2048M, 4096M. Make sure your server allows you to use that much dedicated memory.

    – If you don’t have access to PHP.ini, please try to add this to a .htaccess file: php_value memory_limit 64M

    This relates to server side so it would be best if you talk to your hosting provider to get help on this.

    hilli Friend
    #526761

    Thank you!

    I have edit the memory limit @ my .htaccess file.

    Now it work’s!

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  hilli 10 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum