Page 1 of 1

This common blank page question again

Posted: Wed Jul 12, 2006 11:59 am
by gnolen
Hi,

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): 

What can be wrong here? Any help would be helpful for me..

Thanks!! / Gnolen

Re: This common blank page question again

Posted: Sun Jul 23, 2006 4:22 pm
by tsw
anything in server logs?

cant really help as we havent been able to reproduce this problem :/

Re: This common blank page question again

Posted: Mon Aug 14, 2006 10:09 am
by tkemmere
What worked for me, when I had a similar problem:

put a .htaccess file in my HTML folder.

inside the file: php_value memory_limit 16M

Regards, Thomas.

Re: This common blank page question again

Posted: Fri Aug 18, 2006 12:13 am
by leevings
Same problem.... >:(

Re: This common blank page question again

Posted: Fri Aug 18, 2006 1:15 am
by calguy1000
Yes, this usually means that PHP has run out of it's allocated memory, and this will need to be increased. either via the /etc/php.ini (if you have access), or using the .htaccess trick (if your host allows you to override this).

If not, you'll need to get in touch with your host and work with them to up the php memry limit.

Re: This common blank page question again

Posted: Fri Sep 01, 2006 10:52 am
by microOn
The Increase of memory with 16M did not work for me. The system admin did this. I still get blank home page, but admin works great. Do i have to an new install of cmsms?

Re: This common blank page question again

Posted: Thu Sep 07, 2006 9:12 am
by leMich
Same problem !
My site (0.12) began to bug when editing a few pages (texts modifications correct in admin but not showing up in the front page !!). I cleared the cache and now i got a blank index page ! Help !!!

Re: This common blank page question again

Posted: Fri Sep 08, 2006 9:07 am
by leMich
My problem is solved ! The problem was the disc space on the hosting. My sql backups took more than 100 mo, and that's why other writing actions were automaticaly blocked (front page not showing up and no modifications possible in the admin). Hope this can help someone...