Can someone tell me what i'm doing wrong? can't edit

Author Message

Lee Sinclair

Thursday 25 March 2004 3:16:09 am

I quickly put this site together, a couple of days ago and got it working on my local computer:

http://216.67.255.113/~leedev/index.php

I decided to run an install on a local ISP, and all seems to be fine except two things:

I can't edit any thing (http://216.67.255.113/~leedev/index.php/shop_admin) username and password are default still "admin" and "publish".

And the confirmation page does not show anything, i'm guessing these are related.

Anyhow, I would apprecate any ideas I've re-uploaded the packed many times and run through the install process, cleared out the database etc. but to no avail. I'm at wits end.

Thanks,
Lee

Alex Jones

Thursday 25 March 2004 7:31:45 am

Lee, try turning on debug mode. Open your site.ini.append for the site in question and:

--- From Documentation ---
Add the following lines at the end of the file:

[TemplateSettings]
TemplateCache=disabled
Debug=disabled

[ContentSettings]
ViewCaching=disabled

[DebugSettings]
DebugOutput=enabled

When building a site, it is always a good idea to turn off the cache engines and enable debug output. When the "DebugOutput" is set to "Enabled", eZ publish will print a lot of debug related information right below the actual page that it has rendered. Use this information to solve problems. Debug output may be turned off at any time by setting "DebugOutput=" to "disabled".
--- End Documenation ---

That should show some errors allowing you to track down the problem, or at least provide more information for others to help.

Alex

Alex
[ bald_technologist on the IRC channel (irc.freenode.net): #eZpublish ]

<i>When in doubt, clear the cache.</i>

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 19 2025 03:25:48
Script start
Timing: Jan 19 2025 03:25:48
Module start 'layout'
Timing: Jan 19 2025 03:25:48
Module start 'content'
Timing: Jan 19 2025 03:25:50
Module end 'content'
Timing: Jan 19 2025 03:25:50
Script end

Main resources:

Total runtime1.2122 sec
Peak memory usage4,096.0000 KB
Database Queries54

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0060 589.4141152.6563
Module start 'layout' 0.00600.0034 742.070339.5078
Module start 'content' 0.00941.2012 781.5781527.9375
Module end 'content' 1.21060.0015 1,309.51568.1094
Script end 1.2121  1,317.6250 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00320.2628160.0002
Check MTime0.00130.1060160.0001
Mysql Total
Database connection0.00130.105910.0013
Mysqli_queries1.156895.4350540.0214
Looping result0.00050.0383520.0000
Template Total1.178897.220.5894
Template load0.00250.208620.0013
Template processing1.176397.039120.5881
Template load and register function0.00020.015210.0002
states
state_id_array0.00090.073710.0009
state_identifier_array0.00130.110520.0007
Override
Cache load0.00190.1532270.0001
Sytem overhead
Fetch class attribute can translate value0.00070.059820.0004
Fetch class attribute name0.00140.112430.0005
XML
Image XML parsing0.00070.057020.0003
class_abstraction
Instantiating content class attribute0.00000.001030.0000
General
dbfile0.00170.1373160.0001
String conversion0.00000.000840.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
2content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
8content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
6content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 19
 Number of unique templates used: 6

Time used to render debug report: 0.0002 secs