Forums / General / Missing <paragraph> text.

Missing <paragraph> text.

Author Message

Alex Mayfield

Tuesday 01 March 2011 9:57:00 am

I'm having a very peculiar problem. Over the past day or so, we've discovered that on our production site, anything that is put in a content block with a paragraph tag has vanished. Things such as headers and tables remain, so it's like the middle of the content block vanished.

At first, it was merely the home page, but now it's every single page. It's not merely hidden through some CSS trickery, it literally does not exist...unless you go into the admin, where you can find the original content sitting there untouched. I have already tried combing through the page with debug mode, only to find out that there was no template being loaded for a paragraph tag either. Debug mode also does not volunteer any leads such as errors, and what's more, there is a development version of the website that shows up just fine, paragraph tags and everything, if I copy the contents from live to dev.

So...out of curiosity, what would cause something like this to occur? I don't think that the dev and live sites are identical, but I've already compared most of the usual suspects (such as the contents of /design/ and /extension/site/design/) on dev vs live, and I'm totally stumped.

André R.

Wednesday 02 March 2011 3:50:23 am

eZ Publish version and if this has been upgraded from earlier versions might help here.

eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription
@: http://twitter.com/andrerom

Marko Žmak

Thursday 03 March 2011 7:30:52 am

Try this one...

Find out what exact template is used to render the paragraph on your frontend. Then find out if this template exists in the site's design or in the standard design.

Also check the override.ini settings, if there's an override for the paragraph template.

Try comparing the "settings" folder on your production and dev.

And of course try clearing the cache completely.

--
Nothing is impossible. Not if you can imagine it!

Hubert Farnsworth

eZ debug

Timing: Jan 29 2025 13:42:44
Script start
Timing: Jan 29 2025 13:42:44
Module start 'content'
Timing: Jan 29 2025 13:42:44
Module end 'content'
Timing: Jan 29 2025 13:42:44
Script end

Main resources:

Total runtime0.0175 sec
Peak memory usage2,048.0000 KB
Database Queries4

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0053 587.8203180.8594
Module start 'content' 0.00530.0054 768.679793.8359
Module end 'content' 0.01070.0067 862.515670.6875
Script end 0.0175  933.2031 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002011.5614120.0002
Check MTime0.00105.8781120.0001
Mysql Total
Database connection0.00074.262510.0007
Mysqli_queries0.002112.171740.0005
Looping result0.00000.068120.0000
Template Total0.006436.810.0064
Template load0.00084.302010.0008
Template processing0.005732.436510.0057
Override
Cache load0.00052.863410.0005
General
dbfile0.003319.1205100.0003
String conversion0.00000.039530.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1pagelayout.tpl<No override>extension/sevenx/design/simple/templates/pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs