Page 1 of 1
[solved] Content tag doesn't display anything
Posted: Sat Jun 06, 2009 4:42 pm
by scouix
Hi everybody,
I have a very very strange problem.
I have a site based on CMSMS 1.4.1 running very well... until today. The content (everything in the content tag) of the pages is not displayed. The menu works fine, the MySQL database is fine (I can read the content of the pages from PhpMyAdmin). In fact everything works fine except the content tag. In the admin side of CMSMS, the content is displayed, even if I "preview" the page.
To test, I have installed the up-to-date version of CMSMS (1.5.4) in a different directory of the server, and a new database. The problem still occur. Everything works fine except that the content of the content tag is not displayed.
I have switched betwwen PHP4 and PHP5 with no luck (via htaccess)
The server isrunning Apache 5 and MySQL 5.
Let me know if you need more information.
Thanks !
Stanislas
Re: Content tag doesn't display anything
Posted: Sat Jun 06, 2009 4:49 pm
by vilkis
Hi,
turn on debug mode and look what it says.
vilkis
Re: Content tag doesn't display anything
Posted: Sat Jun 06, 2009 4:51 pm
by scouix
Hi,
how can I do this?
Re: Content tag doesn't display anything
Posted: Sat Jun 06, 2009 5:02 pm
by scouix
Ok, I have turned on the debug mode but nothing new happens. It seems that there is no error.
Any idea ?
Re: Content tag doesn't display anything
Posted: Sat Jun 06, 2009 5:15 pm
by scouix
My problem is suddenly solved. I don't know why. I have done nothing.
Maybe it's a problem from my host ?
Re: [NOT solved] Content tag doesn't display anything
Posted: Sun Jun 07, 2009 11:08 am
by scouix
In fact, the problem is somewhat still here.
On my Ubuntu Linux (9.04) and Firefox 3.0.10. the content tag is displayed. Everything works fine.
On a windows XP with Firefox 3.0.10. (of a friend) the content tag is not displayed. But, if I put some content in a second content block (with the tag {content block="Second Content Block"}), the second content block is displayed (the first one is still not displayed)
On this same Win PC, but in Internet Explorer 7, the content tag is displayed and everything is ok (second content block works)
Does anyone has got an idea about what is happening here ??
Re: [NOT solved] Content tag doesn't display anything
Posted: Sun Jun 07, 2009 2:41 pm
by vilkis
Did you try clear cache of your friend browser? (
http://www.wikihow.com/Clear-Your-Browser%27s-Cache)
If it does not help try to change template of pages to one of default.
If you provide more info about your CMSMS installation, modules used, template used - you can get more help.
vilkis
Re: [NOT solved] Content tag doesn't display anything
Posted: Sun Jun 07, 2009 9:45 pm
by Jeff
How about giving us a link to the page so we can look and find the problem?
Also, can you post your template that you are using?
Re: [NOT solved] Content tag doesn't display anything
Posted: Sat Jul 25, 2009 4:55 pm
by Dr.CSS
Most likely it is a css problem...
Re: [NOT solved] Content tag doesn't display anything
Posted: Mon Jul 27, 2009 5:19 pm
by scouix
Hi everybody and thanks for replies !
Some news before : I have recently change my host. After moving form the old host to the new host the site works like a charm. 1 hours later, everything in the content tag disappeared.
What I've tried with no succes :
- to clear my browser's cache with no succes.
- to change the default template of CMSMS
- to apply the default css of CMSMS
So I think the problem s not linked to these.
The site is here :
http://www.rjce.fr/site/
Here is the list of modules installed on my CMSMS 1.4.1 :
- Ballots 1.0
- Captcha 0.3.1
- CGExtensions 1.9
- CGSimpleSmarty 1.4
- CMSMailer 1.73.13
-CustomContent 1.4.10
-FEUMailer 0.8-beta
-FileManager 0.4.1
-FormBrowser 0.2.3
-FormBuilder 0.5.4
-FrontEndUserListing 0.4-beta-2
-FrontEndUsers 1.5.3
-MenuManager 1.5.1
-ModuleManager 1.2.1
-News 2.8.3
-NMS 2.2
-nuSOAP 1.0.1
-Printing 0.2.5
-Search 1.5.1
-SelfRegistration 1.2.1
-ThemeManager 1.0.8
-TinyMCE 2.4.4
-Uploads 1.3.0
-UserDirectory 1.0-svn
When I turn debug mode on I have got this error but I don't think it's related :
Code: Select all
Notice: Only variables should be assigned by reference in /homez.232/rjceiglw/www/site/modules/FrontEndUsers/FrontEndUsers.api.php on line 1487
Notice: Only variables should be assigned by reference in /homez.232/rjceiglw/www/site/modules/FrontEndUsers/FrontEndUsers.api.php on line 1545
If anyone got an idea... let me know
Regards,
Stanislas
Re: [NOT solved] Content tag doesn't display anything
Posted: Mon Jul 27, 2009 6:06 pm
by Jeff
A link to the site isn't much good when all I get is a "Site Down for Maintenance" message.
If you go edit the page is the information still there?
Re: [NOT solved] Content tag doesn't display anything
Posted: Mon Jul 27, 2009 8:11 pm
by Dr.CSS
Most likely he forgot to tell us he has FEU and custom content in a page and didn't set the page to non cache...
Re: [NOT solved] Content tag doesn't display anything
Posted: Tue Jul 28, 2009 8:54 am
by scouix
Hi !
The site was down for maintenance because I was upgrading it to CMSMS 1.6.1.
The upgrade process worked fine.
The site works fine now.
If you go edit the page is the information still there?
Yes the content is still here
Most likely he forgot to tell us he has FEU and custom content in a page and didn't set the page to non cache...
Effectively, I got FEU and custom content of almost all my page because it's on my template !! I didn't know that I have to make non cacheable a page with FEU and custom content. Thank you !!
Should I make non cacheable all pages with this template ? or should I make non cacheable only the page with FEU an CustomContent in the content tag. ?
Re: [NOT solved] Content tag doesn't display anything
Posted: Tue Jul 28, 2009 4:06 pm
by Coldman
Code: Select all
[b]Help for the CustomContent module[/b]
[b]Note 2:[/b] If the smarty logic is in your template, you need to ensure that each page that uses that template is not cachable
Re: [NOT solved] Content tag doesn't display anything
Posted: Wed Jul 29, 2009 7:17 am
by scouix
Thank you !
I hope this will solve my problem definitively!