- Posts: 9
- Thank you received: 0
Blank page!
12 years 2 days ago #37143
by GrogWorld
Replied by GrogWorld on topic Blank page!
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 1 day ago #37157
by ivan.milic
Replied by ivan.milic on topic Blank page!
In administration panel in global configuration set 'Error Reporting' to maximum temporally. Then see if some error messages will pop out when you browse your site. Post that messages here .
Please Log in to join the conversation.
12 years 21 hours ago #37174
by GrogWorld
Replied by GrogWorld on topic Blank page!
Nothing. Just blank page...
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 15 hours ago - 12 years 15 hours ago #37185
by ivan.milic
Replied by ivan.milic on topic Blank page!
They appeared but inside source. Open:
templates/hot_responsive/index.php
after this line:
define( 'YOURBASEPATH', dirname(__FILE__) );
insert this:
define('DS', DIRECTORY_SEPARATOR);
(remember to turn off Error reporting when you are done)
templates/hot_responsive/index.php
after this line:
define( 'YOURBASEPATH', dirname(__FILE__) );
insert this:
define('DS', DIRECTORY_SEPARATOR);
(remember to turn off Error reporting when you are done)
Last edit: 12 years 15 hours ago by ivan.milic.
Please Log in to join the conversation.
Time to create page: 0.169 seconds