This common blank page question again

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
gnolen

This common blank page question again

Post 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
tsw
Power Poster
Power Poster
Posts: 1408
Joined: Tue Dec 13, 2005 10:50 pm

Re: This common blank page question again

Post by tsw »

anything in server logs?

cant really help as we havent been able to reproduce this problem :/
tkemmere
Forum Members
Forum Members
Posts: 33
Joined: Fri Aug 11, 2006 1:00 pm

Re: This common blank page question again

Post 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.
leevings
Forum Members
Forum Members
Posts: 12
Joined: Wed Apr 26, 2006 12:35 am

Re: This common blank page question again

Post by leevings »

Same problem.... >:(
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: This common blank page question again

Post 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.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
microOn

Re: This common blank page question again

Post 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?
leMich
Forum Members
Forum Members
Posts: 68
Joined: Fri Jan 06, 2006 9:39 am

Re: This common blank page question again

Post 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 !!!
leMich
Forum Members
Forum Members
Posts: 68
Joined: Fri Jan 06, 2006 9:39 am

Re: This common blank page question again

Post 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...
Locked

Return to “[locked] Installation, Setup and Upgrade”