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. Mehdi
  2. General Discussion
  3. Wednesday, 05 February 2014
  4.  Subscribe via email
Hi

I am new to developing with .Less and wanted to experiment with T3 on my local computer. I have set up and installed T3 on MAMP on OSX and all is working fine except when I switch on "Enable Development Mode". This caused the template to load with a blank page on the front-end.

I am assuming that this is to do with the setup of PHP under MAMP. What do I need to add to the installation to that the browser runs with .LESS

Any assistance would be most appreciated.
Comment
There are no comments made yet.
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Mehdi,

T3 will automatic compile LESS to CSS when you enable Development Mode.
If you want to compile by yourself, you can use the Compile LESS to CSS button.

The LESS builder require more power of CPU and RAM usage.
Please check your php ini file, you should have 128MB memory limit in minimum.

Regards
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
Thank you for the reply,

I was looking to have T3 do the compiling which is why I was attempting to use the "Enable Development Mode" setting.

The memory setting is now set to 512MB, still resulting in a blank page with the following code:

?html lang="en-gb" dir="ltr" class="<jdoc:include type="pageclass" ></jdoc:include>"??head?
?/head??body??jdoc:include type="head"?

?!-- META FOR IOS & HANDHELD --?
?meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"?
?style type="text/stylesheet"?
@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }
?/style?
?script type="text/javascript"?
//?![CDATA[
if (navigator.userAgent.match(/IEMobile\/10\.0/)) {
var msViewportStyle = document.createElement("style";);
msViewportStyle.appendChild(
document.createTextNode("@-ms-viewport{width:auto!important}";)
);
document.getElementsByTagName("head";)[0].appendChild(msViewportStyle);
}
//]]?
?/script?
?meta name="HandheldFriendly" content="true"?
?meta name="apple-mobile-web-app-capable" content="YES"?
?!-- //META FOR IOS & HANDHELD --?


?/jdoc:include??/body??/html?


* I had to replace < and > with ? so the code displays
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
Hi Mehdi,

I am sorry but it is hard to detect your problem.
Please enable error reporting and try again.

Also, please set the memory_limit to 128MB and restart the server to take the effect.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 3
  • Page :
  • 1


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