I have a problem..I have installed the cms on a win IIS server and everything looks ok..like normal..but when I go to index page there is just a blank page..And having debug on I do not really get any error messages, but from what I can tell it kind of stops in the process..I installed the test files and templates(which looks ok in the admin).
Take a look:
Code: Select all
Generated in 0.399415 seconds by CMS Made Simple using 6 SQL queries and n/a bytes of memory
Debug:
loading smarty
Debug:
loading adodb
Debug:
loading page functions
Debug:
loading content functions
Debug:
loading pageinfo functions
Debug:
done loading files
Debug:
(mysql): SELECT * FROM cms_userplugins - Error (0):
Debug:
(mysql): SELECT sitepref_name, sitepref_value from cms_siteprefs - Error (0):
Debug:
(mysql): SELECT * FROM cms_modules ORDER BY module_name - Error (0):
Debug:
(mysql): SELECT c.content_id, c.content_name, c.content_alias, c.menu_text, c.hierarchy, c.metadata, c.id_hierarchy, c.prop_names, c.modified_date AS c_date, c.cachable, t.template_id, t.encoding, t.modified_date AS t_date FROM cms_templates t INNER JOIN cms_content c ON c.template_id = t.template_id WHERE c.content_alias = 'home' AND c.active = 1 - Error (0):
Debug:
(mysql): SELECT MAX(modified_date) AS thedate FROM cms_content c - Error (0):
Debug:
(mysql): SELECT template_id, template_name, template_content, stylesheet, encoding, active, default_template, modified_date FROM cms_templates WHERE template_id = '4' - Error (0):
Thanks!! / Gnolen