- Posts: 9
- Thank you received: 0
Blank page!
-
GrogWorld
Inactive member - Topic Author
- New Member
Less
More
10 years 10 months ago #37143
by GrogWorld
Replied by GrogWorld on topic Blank page!
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 10 months 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.
-
GrogWorld
Inactive member - Topic Author
- New Member
Less
More
- Posts: 9
- Thank you received: 0
10 years 10 months 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 - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 10 months ago - 10 years 10 months 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: 10 years 10 months ago by ivan.milic.
Please Log in to join the conversation.
Time to create page: 0.084 seconds