We moved to new unified forum!

Please post all new support queries in our New Forum.

T3 Community Discussion & Support

Let's build the best free Joomla template framework, together!
  1. tjabo
  2. General Discussion
  3. Thursday, 27 June 2013
  4.  Subscribe via email
I'm getting this error:

Unexpected error. Please refresh the page try again later.

once i want to compile LESS to CSS,
I don't understand why this is happening.

The changes I make within the variables custom.less doesn't take effect.
Thank you for your support

best
V.
Comment
There are no comments made yet.
Accepted Answer Pending Moderation
0
Votes
Undo
...
Server requirement:
- PHP 5.3+
- max_execution_time 300
- memory_limit 128M
...


@Admin: Thank you for the hint.

After some testing I have found that memory_limit = 34M is the minimum required to ensure that the compiler works. max_execution_time was set to 30.

Based on this finding, I have set the variables as follows:
max_execution_time = 120
memory_limit = 64M


Information about the technical environment:

PHP 5.3.3-7+squeeze19 with Suhosin-Patch
Joomla! 3.3.3
T3 BS3 Blank Template 2.1.6
T3 Framework plugin 2.3.2


Best Regards
Michael
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
hi admin, i have same problem, when compile LESS to CSS

there is no custom.less, no custom.css, just only T3_BS3_BLANK and T3_BLANK templates

here is my server configuration:

PHP: 5.6.9
NGINX: 1.8.0
memory_limit: 256MB
max_execution_time: 120

Before this version, there no problem, why after update 2.4.9 and joomla 3.4.3 has lots of problems???

PS: After add the "?themer=1" it can open page, there is nothing error
Attachments (1)
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Tweaking the memory limit and execution time worked for me. Go into your site host's CPanel and look for the control to edit the php.ini file.

max_execution_time 300
memory_limit 128M
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 3
  • Page :
  • 1
  • 2


There are no replies made for this post yet.
However, you are not allowed to reply to this post.