-
AuthorPosts
-
January 14, 2013 at 12:05 pm #183963
if i put disable Development Mode, enable compress, and click to compile less, the process don’t stop… it keeps turning without stopping, and i get a broken site without css…
Stork11 FriendStork11
- Join date:
- March 2011
- Posts:
- 2273
- Downloads:
- 0
- Uploads:
- 142
- Thanks:
- 55
- Thanked:
- 431 times in 393 posts
January 15, 2013 at 7:14 am #479777Hello altuna,
Please check if “templates/ja_brisk/css/” folder has write permission or not.
Regards.
dpchap015 Frienddpchap015
- Join date:
- September 2011
- Posts:
- 300
- Downloads:
- 75
- Uploads:
- 57
- Thanks:
- 1
- Thanked:
- 24 times in 1 posts
January 24, 2013 at 11:09 am #481027<em>@altuna 355050 wrote:</em><blockquote>if i put disable Development Mode, enable compress, and click to compile less, the process don’t stop… it keeps turning without stopping, and i get a broken site without css…</blockquote>
@altuna : Did you add any CSS property to LESS and then you are compiling it ?dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
February 1, 2013 at 2:54 pm #482029Hello, we have the same problem : “compile less to css” never stop…!
And yes we modifed the template.css (sorry now we make change in the custom.css).
So what can we do to fix this ? Just replace the template.css from template package ?
Thank in advance for any help.
Stork11 FriendStork11
- Join date:
- March 2011
- Posts:
- 2273
- Downloads:
- 0
- Uploads:
- 142
- Thanks:
- 55
- Thanked:
- 431 times in 393 posts
February 2, 2013 at 7:38 am #482133<em>@dieudonne 358141 wrote:</em><blockquote>Hello, we have the same problem : “compile less to css” never stop…!
And yes we modifed the template.css (sorry now we make change in the custom.css).
So what can we do to fix this ? Just replace the template.css from template package ?
Thank in advance for any help.</blockquote>
Hello dieudonne,Please check if “templates/ja_brisk/css/” folder has write permission or not.
Regards.
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
February 4, 2013 at 11:44 am #482360templates : 0755
ja_bricks : 0755
css : 0755.So I think it is ok.
Update1 : now it is ok. I don’t know why.
Update2 : Ah no, I’ll test it again : start 04/02/2012 @ 12h32 and it still runing. see my screenshot.
How long does it take it? Here we are now about more than 10 minutes…!Very strange….
Joomla 2.5 – JA-Brisk 1.0.1 – JA T3V3 1.0.3
Stork11 FriendStork11
- Join date:
- March 2011
- Posts:
- 2273
- Downloads:
- 0
- Uploads:
- 142
- Thanks:
- 55
- Thanked:
- 431 times in 393 posts
February 6, 2013 at 2:30 am #482614Hello dieudonne,
Because there are a lot of .less files, so it takes a lot of time to complete the process (compile .less files to .css files) .
Regards.
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
February 6, 2013 at 10:58 am #482675Hello,
for us, it is already with the development mode enabled.
Compilation start at 11h36 and still working… it is now 11h58 and still running !!Do you have a other idea of this bug ?
Thank in advance.
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
February 6, 2013 at 11:52 am #48268012h52 and still running …
It’s very strange.
digimax001 Frienddigimax001
- Join date:
- August 2012
- Posts:
- 19
- Downloads:
- 0
- Uploads:
- 5
- Thanked:
- 2 times in 1 posts
February 18, 2013 at 12:35 am #483715Mines doing the same! Any solution yet???????
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
February 18, 2013 at 10:21 am #483784I don’t know what is happenning, but this thing is strange.
Can we have some help from the dev team ?We also open a ticket (2 weeks ago (5th february!)), but no answer.
The ticket’s Owner is Wall Crusher.Thank in advance.
Wall Crasher DeveloperWall Crasher
- Join date:
- December 2011
- Posts:
- 1113
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 66
- Thanked:
- 361 times in 300 posts
February 19, 2013 at 2:54 am #483864Hi dieudonne,
I am sorry that I lost track of this thread.
The Compile less don’t stop may from have some reasons below:
1. Your server file permission does not allow create new file
2. The LESS file have some syntax error or missing fileThe Compile progress should not last longer more than 5 minutes.
The indicator is still waiting just because of Javascript error (the source of problem is from 2 reason above), it does not mean the compile progress has not stopped. You do not have to worry about the compile progress waste your server resource.Please try open pluginssystemt3adminjst3v3admin.js and replace the function (from line 43 to 5
$('#t3-admin-tb-recompile').on('click', function(){
var jrecompile = $(this);
jrecompile.addClass('loading');
$.get(T3Admin.adminurl, {'t3action': 'lesscall'}, function(rsp){
jrecompile.removeClass('loading');rsp = $.trim(rsp);
if(rsp){
var json = rsp;
if(rsp.charAt(0) != '[' && rsp.charAt(0) != '{'){
json = rsp.match(/{.*?}/);
if(json && json[0]){
json = json[0];
}
}if(json && typeof json == 'string'){
json = $.parseJSON(json);if(json && (json.error || json.successful)){
T3Admin.systemMessage(json.error || json.successful);
}
}
}
});
return false;
});This will help you identify the LESS compile problem.
You can also pm ftp/admin to me to check if it not working.
Regards
digimax001 Frienddigimax001
- Join date:
- August 2012
- Posts:
- 19
- Downloads:
- 0
- Uploads:
- 5
- Thanked:
- 2 times in 1 posts
February 20, 2013 at 2:23 am #483959Hi, Maybe be a silly question but what does Compile less do? When is it required?
Stork11 FriendStork11
- Join date:
- March 2011
- Posts:
- 2273
- Downloads:
- 0
- Uploads:
- 142
- Thanks:
- 55
- Thanked:
- 431 times in 393 posts
February 20, 2013 at 7:34 am #483991<em>@digimax001 360905 wrote:</em><blockquote>Hi, Maybe be a silly question but what does Compile less do? When is it required?</blockquote>
Hi,First, you should research LESS here http://lesscss.org/ to know what LESS is.
Compile LESS feature will compile .less files to .css files. It’ll increase your site performance.
Regards.
AuthorPostsThis topic contains 18 replies, has 7 voices, and was last updated by Wall Crasher 11 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum