HELP . . . Updates not displaying in frontend (NOT SOLVED)

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
westonjeff
Forum Members
Forum Members
Posts: 19
Joined: Tue Feb 14, 2006 8:48 pm

HELP . . . Updates not displaying in frontend (NOT SOLVED)

Post by westonjeff »

Thought I had my problem solved after reading this post:
http://forum.cmsmadesimple.org/index.ph ... 293.0.html

But now the "public" side of my site displays blank pages after deleting all the files from

tmp/templates_c
and
tmp/cache

Admin side works fine . . .

TIA to any who can get me out of this jam.
User avatar
Elijah Lofgren
Power Poster
Power Poster
Posts: 811
Joined: Mon Apr 24, 2006 1:01 am
Location: Deatsville, AL

Re: HELP . . . Updates not displaying in frontend (NOT SOLVED)

Post by Elijah Lofgren »

Make sure the folders exist and are writable (chmod 777).

Hope this helps,


Elijah
Note: I don't have time to take on any more projects. I'm quite busy. I may be too busy to reply to emails or messages. Thanks for your understanding. :)
westonjeff
Forum Members
Forum Members
Posts: 19
Joined: Tue Feb 14, 2006 8:48 pm

Re: HELP . . . Updates not displaying in frontend (NOT SOLVED)

Post by westonjeff »

Thanks again, Elijah.

I have attached a screen cap of my folders, all are set the same as "template_c" as shown.

Any other ideas are *very much* appreciated!

JB



[gelöscht durch Administrator]
User avatar
Elijah Lofgren
Power Poster
Power Poster
Posts: 811
Joined: Mon Apr 24, 2006 1:01 am
Location: Deatsville, AL

Re: HELP . . . Updates not displaying in frontend (NOT SOLVED)

Post by Elijah Lofgren »

Very strange. Try opening config.php and setting:

Code: Select all

$config['debug'] = true;
Note: I don't have time to take on any more projects. I'm quite busy. I may be too busy to reply to emails or messages. Thanks for your understanding. :)
westonjeff
Forum Members
Forum Members
Posts: 19
Joined: Tue Feb 14, 2006 8:48 pm

Re: HELP . . . Updates not displaying in frontend (NOT SOLVED)

Post by westonjeff »

Turn on debugging.
Home page results =


------------------------------------------------------------------------------

Generated in 0.544887 seconds by CMS Made Simple 0.11.2 (not cached) using 7 SQL queries and n/a bytes of memory

Debug:

SELECT * FROM cms_userplugins

Debug:

SELECT sitepref_name, sitepref_value from cms_siteprefs

Debug:

SELECT * FROM cms_modules ORDER BY module_name

Debug:

SELECT content_id FROM cms_content WHERE default_content = 1

Debug:

SELECT c.content_id, c.content_name, c.content_alias, c.menu_text, c.hierarchy, 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 = '15' OR c.content_id = '15') AND c.active = 1

Debug:

SELECT MAX(modified_date) AS thedate FROM cms_content c WHERE c.active = 1

Debug:

SELECT template_id, template_name, template_content, stylesheet, encoding, active, default_template, modified_date FROM cms_templates WHERE template_id = '11'
User avatar
Elijah Lofgren
Power Poster
Power Poster
Posts: 811
Joined: Mon Apr 24, 2006 1:01 am
Location: Deatsville, AL

Re: HELP . . . Updates not displaying in frontend (NOT SOLVED)

Post by Elijah Lofgren »

Quite Strange. I'll go into the CMSMS chatroom and we can try working it out there "Click on CHAT".
Ping me (elijahlofgren) when you get there.

Thanks,

Elijah
Note: I don't have time to take on any more projects. I'm quite busy. I may be too busy to reply to emails or messages. Thanks for your understanding. :)
westonjeff
Forum Members
Forum Members
Posts: 19
Joined: Tue Feb 14, 2006 8:48 pm

Re: HELP . . . upgraded, reinstalled modules, site still hosed.

Post by westonjeff »

Followed advice and upgraded to 1.0.3

Reinstalled many modules, blanked out the File Creation Mask (read to do that in a post here), but am still having the following problems:

The public side of the site will not display pages. Code rendered is simply:



The admin side of the site allows display and editing of files, but when trying to save, receive an XML error (see image attached)

I'm friggin' stumped . . . spent many hours to get back to a spot worse than when I started yesterday that started with smply emptying out the tmp directories

tmp/templates_c
and
tmp/cache

I've attached database screen cap of my currently installed modules in case that might help.

Turned debugging on . . . results here (don't see any errors, but don't know what I'm looking for either):

Generated in 0.447057 seconds by CMS Made Simple using SQL queries and n/a bytes of memory

Debug: (0.019877)
loading smarty
Debug: (0.030438)
loading adodb
Debug: (0.042563)
loading page functions
Debug: (0.048902)
loading content functions
Debug: (0.055131)
loading pageinfo functions
Debug: (0.056936)
loading translation functions
Debug: (0.058307)
loading events functions
Debug: (0.062035)
loading template functions
Debug: (0.066784)
loading gcb functions
Debug: (0.070921)
loading module class
Debug: (0.085972)
loading bookmark functions
Debug: (0.089916)
loading content class
Debug: (0.106983)
loading user functions
Debug: (0.111934)
loading group functions
Debug: (0.114756)
loading stylesheet functions
Debug: (0.118095)
loading user tags functions
Debug: (0.119796)
done loading files
Debug: (0.160898)

(mysql): SELECT sitepref_name, sitepref_value from cms_siteprefs
Error (0):

Debug: (0.171546)

(mysql): SELECT * FROM cms_userplugins
Error (0):

Debug: (0.179717)

(mysql): SELECT * FROM cms_modules WHERE admin_only = 0 ORDER BY module_name
Error (0):

Debug display of 'End of include':(0.329625)
Debug display of 'Load Content Operations':(0.330103)
Debug display of 'End Load Content Operations':(0.330628)
Debug: (0.331558)

(mysql): SELECT content_id FROM cms_content WHERE default_content = 1
Error (0):

Debug: (0.333337)

(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
Error (0):

Debug: (0.334599)

(mysql): SELECT MAX(modified_date) AS thedate FROM cms_content c
Error (0):

Debug: (0.348099)

(mysql): SELECT template_id, template_name, template_content, stylesheet, encoding, active, default_template, modified_date FROM cms_templates WHERE template_id = '11'
Error (0):

Debug: (0.376303)

(mysql): SELECT eh.tag_name, eh.module_name, e.originator, e.event_name, eh.handler_order, eh.handler_id, eh.removable FROM cms_event_handlers eh
        INNER JOIN cms_events e ON e.event_id = eh.event_id
        ORDER BY eh.handler_order ASC
Error (0):





TIA for help!



[gelöscht durch Administrator]
Last edited by westonjeff on Wed Jan 24, 2007 2:50 pm, edited 1 time in total.
User avatar
Elijah Lofgren
Power Poster
Power Poster
Posts: 811
Joined: Mon Apr 24, 2006 1:01 am
Location: Deatsville, AL

Re: HELP . . . Updates not displaying in frontend (NOT SOLVED)

Post by Elijah Lofgren »

Maybe make a new install of CMSMS on a test server and try copying over the DB.
If you want, you can email/PM me FTP + Admin Login into and I can maybe try doing some debugging.
Note: I don't have time to take on any more projects. I'm quite busy. I may be too busy to reply to emails or messages. Thanks for your understanding. :)
Post Reply

Return to “CMSMS Core”