I just installed 1.7 and created a new template - it works great when template switching is turned on, but when i turn off template switching, all i get is a blank page. I have checked that the default template is correctly filled in.
Any ideas?
This is a discussion on Template Issue - Please help! within the osCmax v1.7 Discussion forums, part of the osCmax v1.7 Forums category; I just installed 1.7 and created a new template - it works great when template switching is turned on, but ...
I just installed 1.7 and created a new template - it works great when template switching is turned on, but when i turn off template switching, all i get is a blank page. I have checked that the default template is correctly filled in.
Any ideas?
I worked around this problem. I had to leave template switching on in admin, and just remove the template switching code completely from all of the templates and the template directory. Not pretty, but it works.I just hope I never need to turn it back "on" - I'll have to go re-add the code.
Hi..
I had the same problem.
If you want to solve this, you have to change the following file
includes/application_top.php
Line# 540 from
$tplDir = DIR_WS_TEMPLATES_BASE . DIR_WS_TEMPLATES;
TO------
$tplDir = DIR_WS_TEMPLATES_BASE . DIR_WS_TEMPLATES_DEFAULT;
Boris....
Bookmarks