Hello Josh,
nobody should install a module in production unless it has been tried and it is really needed.
I agree with replytomk3 and you that there is a trust issue about modules.
Beware installing modules and upgrading things without reading release notes about module compatibility. And if you change PHP code yourself you have to support yourself because nobody else can audit the software (s)he can't see.
You are reporting a "blank page", aren't you ? How is it different from other [solved] posts about "blank" page ?
If your "blank" front end page is that reproducible, what diagnosis do you see in the http error log ?
Pierre M.
(SOLVED) Home page is blank
Re: Home page is blank
I do agree with you to, but I did test them before with no issues.
When i search for blank home page, the one closest to my issue says the host had changed settings. But my issue is different in that, it is not blank all of the time, its only blank once in a while. Usually during the day.
I have un-installed the only plug in (configGUI) that I modified. lets see if that does anything.
WHen I turned on the debuging feature, it has a lot of text. Here is the first set of errors, if you want I can post it all.
Thanks,
Josh
When i search for blank home page, the one closest to my issue says the host had changed settings. But my issue is different in that, it is not blank all of the time, its only blank once in a while. Usually during the day.
I have un-installed the only plug in (configGUI) that I modified. lets see if that does anything.
WHen I turned on the debuging feature, it has a lot of text. Here is the first set of errors, if you want I can post it all.
Code: Select all
Debug: (0.058555) - (3774088)
<br>
(mysql): SELECT sitepref_name, sitepref_value from cms_siteprefs<br>
Error (0): <br>
Debug: (0.06643) - (3923472)
<br>
(mysql): SELECT * FROM cms_userplugins<br>
Error (0): <br>
Debug: (0.076028) - (4626584)
<br>
(mysql): SELECT * FROM cms_modules WHERE admin_only = 0 AND active = 1 ORDER by module_name<br>
Error (0): <br>
Debug display of 'End of include':(0.217856) - (15546664)
Debug display of 'Load Content Operations':(0.218038) - (15519960)
Debug display of 'End Load Content Operations':(0.231914) - (16198656)
Debug: (0.232438) - (16201392)
<br>
(mysql): SELECT content_id FROM cms_content WHERE default_content = 1<br>
Error (0): <br>
Debug: (0.233109) - (16207776)
<br>
(mysql): SELECT c.content_id, c.content_name, c.content_alias, c.menu_text, c.titleattribute, c.hierarchy, c.metadata, c.id_hierarchy, c.prop_names, c.create_date AS c_create_date, c.modified_date AS c_date, c.cachable, c.last_modified_by, 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 = '15' OR c.content_id = '15') AND c.active = 1<br>
Error (0): <br>
Debug: (0.233621) - (16213640)
<br>
(mysql): SELECT MAX(modified_date) AS thedate FROM cms_content c<br>
Error (0): <br>
Debug display of 'Start Loading Hierarchy Manager':(0.234037) - (16215032)
Debug display of 'starting tree':(0.234085) - (16215032)
Debug: (0.258473) - (16429264)
<br>
(mysql): SELECT id_hierarchy FROM cms_content ORDER BY hierarchy<br>
Error (0): <br>
Debug display of 'Start Loading Children into Tree':(0.259053) - (16435912)
Debug display of 'End Loading Children into Tree':(0.261912) - (16591104)
Debug: (0.261961) - (16591208)
Serializing...
Debug: (0.267322) - (16652056)
<br>
(mysql): SELECT * FROM cms_content WHERE parent_id = -1 ORDER BY hierarchy<br>
Error (0): <br>
Thanks,
Josh
Re: Home page is blank
What makes you think your hosting environnement can't change ? May be your 40M limit is to low sometimes.izzysanime wrote: When i search for blank home page, the one closest to my issue says the host had changed settings. But my issue is different in that, it is not blank all of the time, its only blank once in a while. Usually during the day.
When you get your blank page (once in a while) notice the time and look for the diagnosis about it in the http error log.Pierre M. wrote: If your "blank" front end page is that reproducible, what diagnosis do you see in the http error log ?
Pierre M.
Re: Home page is blank
I don't think it cant change. But, I don't think it would change every day, right?
For http error log, Unless I'm thinking of something else. I don't get an error, its just a blank page. When It happens again, I will double check for an error.
Thanks,
Josh
For http error log, Unless I'm thinking of something else. I don't get an error, its just a blank page. When It happens again, I will double check for an error.
Thanks,
Josh
Re: Home page is blank
System information read from your DB ([cms_]modules table) for installed modulesizzysanime wrote:I dont see erroremailer in my module list, nor in my modules folder on my site. Same thing with CGextensions, I have 1 installed, I do not see a second one. Could that be an issue? I use FCKeditor, because the default one that comes with CMSMS, does not support firefox (I get an error that says that.)alby wrote: Buggy:
ErrorEmailer
Archiver (at least < 0.2.1, later I don't know)
Flickr
Unmaintained (never used, maybe buggy):
FCKeditorX
galleryS
Articles
ajax_search_engine
ConfigGUI
iCMSUser
Why double CGExtensions? have you edit DB?
Errormailer is very buggy and it's simple that you have installed and uninstalled it but its uninstalled method is not good ..., you have not in listmodules but is present in modules DB
For CGExtensions is same, can be something happened in your install or in a install/uninstall/reinstall
You can delete this rows from DB (AFTER BACKUP)
But maybe you are near limit and in some case (in a page use more params that other or a long list of items or FEU+CC with many groups or ....)izzysanime wrote: I don't think it cant change. But, I don't think it would change every day, right?
Look to end source page you have:
(but in windows memory peak is zero)
Look if you are near 40MB
http error log is log of your web server (and you must ask to your provider where is) and not what you see in your browserizzysanime wrote: For http error log, Unless I'm thinking of something else. I don't get an error, its just a blank page. When It happens again, I will double check for an error.
Alby
Last edited by alby on Tue Jun 16, 2009 8:21 am, edited 1 time in total.
Re: Home page is blank
Hi, Well it has not had any more blank pages. Must have been the modules then. Thank you all for your help.
Josh
Josh