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. tyo
  2. General Discussion
  3. Wednesday, 18 June 2014
  4.  Subscribe via email
Dear,

I am using T3V3 version 2.1.6 with tpl_t3_bs3_blank. The problem is happen when I enable the development mode. The web page become not display or blank page. However when I disable the dev mode, the page back to normal display.
I tried to checking it on Title , then the result are 6 Errors, 4 warning(s). Below are the results :


Using experimental feature: HTML5 Conformance Checker.
No Character Encoding Found! Falling back to UTF-8.
No Character encoding declared at document level
Element head is missing a required instance of child element title.
<jdoc:include type="head" />

Element name jdoc:include cannot be represented as XML 1.0.
<jdoc:include type="head" />
Element jdoc:include not allowed as child of element body in this context. (Suppressing further errors from this subtree.)
<jdoc:include type="head" />

Self-closing syntax (/>;) used on a non-void HTML element. Ignoring the slash and treating as a start tag.


End of file seen and there were open elements.


Unclosed element jdoc:include.
<jdoc:include type="head" />




Need your help to solve this problem

Kindest Regards
Comment
There are no comments made yet.
Accepted Answer
Accepted Answer Pending Moderation
0
Votes
Undo
Hi, please try to open the file: plugins/system/t3/includes/lessphp/less/less.php then add the following rule:

@set_time_limit(0);
@ini_set('memory_limit', '64M');


Note: please add the code right below:

require_once( dirname(__FILE__).'/cache.php');


If it does not work, please pm me your FTP info. I will try to fix it in your site.

Gardner.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # Permalink
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Tyo

For this problem, please pm me your site url, admin account, we will have closer check for you.

Gardner.
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 Tyo

For this problem, please pm me your site url, admin account, we will have closer check for you.

Gardner.


I just sent you PM. Kindly please share in here the problem caused and that solution.
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
Thank you Tyo, I will check and reply you soon.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Tyo,

Here is the error with your site:

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 46 bytes) in /hermes/bosnaweb02a/b533/ipg.citythemeznet/demo/t3blank/plugins/system/t3/includes/lessphp/less/less.php on line 7185

Please enable Error report to check. Please follow the error message to fix the issue.

Gardner.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Tyo,

Here is the error with your site:

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 46 bytes) in /hermes/bosnaweb02a/b533/ipg.citythemeznet/demo/t3blank/plugins/system/t3/includes/lessphp/less/less.php on line 7185

Please enable Error report to check. Please follow the error message to fix the issue.

Gardner.


Thanks for your replying. So, it means, I should open less.php file then change the size ?
Could you tell me the code that i should change ?
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Hi, please try to open the file: plugins/system/t3/includes/lessphp/less/less.php then add the following rule:

@set_time_limit(0);
@ini_set('memory_limit', '64M');


Note: please add the code right below:

require_once( dirname(__FILE__).'/cache.php');


If it does not work, please pm me your FTP info. I will try to fix it in your site.

Gardner.


Yeah, it's work... thank you Gardner Luna (^__^)
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
Great to see it works :)
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 7
  • Page :
  • 1


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