My input fields are gone.

Author Message

Uchendu Nwachukwu

Saturday 25 March 2006 6:34:24 pm

So last night I logged in to my admin panel and tried to add a new record, and I saw this (click the link):

http://misc.unndunn.com/ezpub_error.png

All the input fields are gone. If I try to Save and Exit, it won't let me because it wants the required input from the missing fields, which is somewhat hard to provide since the fields are gone.

Anyone got any ideas on how I can fix this? I've emptied all caches several times, with no joy.

I'm running ez publish 3.7.0, SVN rev 13286.

Here's info from the System Information panel:
<b>PHP</b>
Version: 4.4.2

Extensions: zip, xslt, xml, wddx, tokenizer, sysvshm, sysvsem, standard, sockets, shmop, session, pspell, posix, overload, mysql, mime_magic, mhash, mcrypt, mbstring, imap, iconv, gettext, gd, ftp, exif, domxml, dbase, curl, ctype, calendar, bz2, bcmath, zlib, pcre, openssl, Zend Optimizer

Miscellaneous:
Safe mode is off.
Basedir restriction is off.
Global variable registration is off.
File uploading is enabled.
Maximum size of post data (text and files) is 70M.
Script memory limit is Unlimited.
Maximum execution time is 600 seconds.

Thanks in advance.

Uchendu Nwachukwu

Monday 03 April 2006 11:53:25 am

Does anyone have any idea as to how I might solve this? Is it a bug? This is not the first time this has happened...

Kåre Køhler Høvik

Tuesday 04 April 2006 12:53:56 am

Hi

Have you tried:
- Editing the content class with the missing input fields ?
- Editing an existing version ?
- Enable debug output and see if there are any error messages ?

Kåre Høvik

Uchendu Nwachukwu

Monday 10 April 2006 7:01:35 am

I tried editing the offending content class, but the problem has spread to all the content classes now. :(

Whether I edit an existing node or create a new one, I get the same thing.

Enabling debug output yields a bunch of warnings about missing translations. Here's a sample:

No translation for file(translation.ts) in context(kernel/classes/datatypes): 'Date and Time' with comment(Datatype name)

There are about 30-40 such errors.

Would it help if I disabled Translation support? And if so, how would I go about doing that?

Thanks for the help!

Uchendu Nwachukwu

Tuesday 11 April 2006 7:59:57 pm

OK, so I disabled Translation, but that didn't fix it. Then I clicked "Clear all Caches" in the debug section, and all of a sudden my input fields were back.

I'd clicked "Clear All Caches" in the Setup page of the Admin panel till I was blue in the face, and that didn't work. But clicking "Clear All Caches" in the debug section fixed it, apparently.

Upshot is, it's fixed now. Thanks for the help.

Pascal Specht

Thursday 02 August 2007 7:03:22 am

I had a similar problem, clear all caches didn't clear all caches...
After doing this:

$ cd www/var
var $ rm -fr cache
cd www/var/ezwebin_site
ezwebin_site $ rm -fr cache

the cache really got refreshed.

Hope this helps others,

-Pascal

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 18 2025 19:25:16
Script start
Timing: Jan 18 2025 19:25:16
Module start 'layout'
Timing: Jan 18 2025 19:25:16
Module start 'content'
Timing: Jan 18 2025 19:25:17
Module end 'content'
Timing: Jan 18 2025 19:25:17
Script end

Main resources:

Total runtime0.6984 sec
Peak memory usage4,096.0000 KB
Database Queries68

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0049 589.0313152.6250
Module start 'layout' 0.00490.0030 741.656339.4453
Module start 'content' 0.00790.6888 781.1016610.6797
Module end 'content' 0.69670.0017 1,391.781316.1641
Script end 0.6984  1,407.9453 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00340.4844160.0002
Check MTime0.00120.1783160.0001
Mysql Total
Database connection0.00070.105410.0007
Mysqli_queries0.628890.0353680.0092
Looping result0.00070.1010660.0000
Template Total0.665395.320.3327
Template load0.00240.339820.0012
Template processing0.662994.918620.3315
Template load and register function0.00010.016810.0001
states
state_id_array0.00090.122310.0009
state_identifier_array0.00100.148220.0005
Override
Cache load0.00210.2948500.0000
Sytem overhead
Fetch class attribute can translate value0.00080.118430.0003
Fetch class attribute name0.00200.292680.0003
XML
Image XML parsing0.00130.186230.0004
class_abstraction
Instantiating content class attribute0.00000.002080.0000
General
dbfile0.00110.1520210.0001
String conversion0.00000.001040.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
6content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
11content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
4content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
2content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
2content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 27
 Number of unique templates used: 7

Time used to render debug report: 0.0002 secs