| Tuesday 08 July 2003 8:12:36 am 
                                                                 First off, thanks for replying - it really is appreciated. Version is 3.1.1 - the latest release. I turned on the debugging for the form page and it looks like this: Timing: 	Jul 08 2003 10:06:16 Script start Debug: access.php 	Jul 08 2003 10:06:16 Adding 'user' to access path Debug: access.php 	Jul 08 2003 10:06:16 Updated settings to use siteaccess 'user' Timing: 	Jul 08 2003 10:06:16 Module start 'content' Warning: eZModuleOperationInfo::execute 	Jul 08 2003 10:06:16 Missing main operation memento for key: b0cfade3706dd6b2811aa4dcf63bde76 Timing: 	Jul 08 2003 10:06:16 Module end 'content' Error: eZTSTranslator::load 	Jul 08 2003 10:06:16 Could not load translation file: share/translations/eng-US/translation.ts Warning: ezi18n 	Jul 08 2003 10:06:16 No translation for file(translation.ts) in context(design/standard/layout): '%1 front page' with comment() Warning: ezi18n 	Jul 08 2003 10:06:16 No translation for file(translation.ts) in context(design/standard/layout): 'Search %1' with comment() Warning: ezi18n 	Jul 08 2003 10:06:16 No translation for file(translation.ts) in context(design/standard/layout): 'Printable version' with comment() Warning: PHP 	Jul 08 2003 10:06:16 Undefined index: name in (SITENAMEREMOVEDforSECURITY)/kernel/classes/ezcontentobjecttreenode.php on line 1554 Warning: PHP 	Jul 08 2003 10:06:16 Warning: ezi18n 	Jul 08 2003 10:06:16 No translation for file(translation.ts) in context(design/standard/layout): 'Go' with comment() Warning: ezi18n 	Jul 08 2003 10:06:16 No translation for file(translation.ts) in context(design/standard/layout): 'Advanced search' with comment() Timing: 	Jul 08 2003 10:06:16 End So, what's happening is, I'm submitting the form, the email that's supposed to be sent to email receiver isn't getting sent, and I'm ending up at /index.php/user/content/action - the location in the form action, with nothing on my screen. So, I fear there's something I can't see wrong with this - and I really appreciate any help you can offer. Here is the debug for the resultant page -  Timing: 	Jul 08 2003 10:10:38 Script start Debug: access.php 	Jul 08 2003 10:10:38 Adding 'user' to access path Debug: access.php 	Jul 08 2003 10:10:38 Updated settings to use siteaccess 'user' Timing: 	Jul 08 2003 10:10:38 Module start 'content' Timing: 	Jul 08 2003 10:10:38 Module end 'content' Error: eZTSTranslator::load 	Jul 08 2003 10:10:38 Could not load translation file: share/translations/eng-US/translation.ts Warning: ezi18n 	Jul 08 2003 10:10:38 No translation for file(translation.ts) in context(design/standard/layout): '%1 front page' with comment() Warning: ezi18n 	Jul 08 2003 10:10:38 No translation for file(translation.ts) in context(design/standard/layout): 'Search %1' with comment() Warning: ezi18n 	Jul 08 2003 10:10:38 No translation for file(translation.ts) in context(design/standard/layout): 'Printable version' with comment() Error: eZTemplate 	Jul 08 2003 10:10:38 Unknown template variable 'node' in namespace '' Warning: PHP 	Jul 08 2003 10:10:38 Undefined index: name in (SITENAMEREMOVED)/kernel/classes/ezcontentobjecttreenode.php on line 1554 Warning: PHP 	Jul 08 2003 10:10:38 Undefined index: real_translation in (SITENAMEREMOVED)/kernel/classes/ezcontentobjecttreenode.php on line 1569 Error: eZTemplate @ design/standard/templates/page_mainarea.tpl:3[0] 	Jul 08 2003 10:10:38 
No such attribute for array(4): contentChoose one of following: content, navigation_part, path, uri
 Error: eZTemplate 	Jul 08 2003 10:10:38 Unknown template variable 'node' in namespace '' Warning: ezi18n 	Jul 08 2003 10:10:38 No translation for file(translation.ts) in context(design/standard/layout): 'Go' with comment() Warning: ezi18n 	Jul 08 2003 10:10:38 No translation for file(translation.ts) in context(design/standard/layout): 'Advanced search' with comment() Error: eZTemplate 	Jul 08 2003 10:10:38 Unknown template variable 'node' in namespace '' Error: eZTemplate 	Jul 08 2003 10:10:38 Unknown template variable 'node' in namespace '' Error: eZTemplate 	Jul 08 2003 10:10:38 Unknown template variable 'node' in namespace '' Timing: 	Jul 08 2003 10:10:38 End |