Forums / Developer / Urgent: Troubles with siteaccess/accessing the webpage

Urgent: Troubles with siteaccess/accessing the webpage

Author Message

Eivind Marienborg

Thursday 02 September 2004 10:34:44 am

I have my default siteaccess and the default_admin. I have no problems accessing default_admin, but when i try the default, it just loads for a long time, until it gives up. No error message is given, it just doesn't do anything.

The site has been working great lately, so this is very out of the blue. Right before it happened I was working on some templates, so I was clearing the cache quite alot. Might this have something to do with it?

Any help or pointers on where to find help with this is greatly appritiated! I couldn't find anything in the docs myself..

Eivind

Eivind Marienborg

Thursday 02 September 2004 11:04:15 am

Sorry for bothering you all. I changed the code in the template I altered just before the crash, and now it's working great again.

The code i removed was from an override for ezimage.tpl:

{$node.object.id} 1 {$node.node_id} 2 {$attribute.object.id} 3 {$attribute.node_id} 4 {$attribute} 5 {content_view_gui
content_object=$attribute.object.id} 6 {attribute_view_gui attribute=$attribute}

I don't see how this code could make the entire site crash, but since removing it seemed to fix it, I thought I'd publish it..