ezsurvey - function not registered

Author Message

Nathalie Grimaud

Tuesday 02 May 2006 1:37:16 am

I use ezsurvey extension into two different environments (eZ 3.7.2 for both of them).
With the first one there's no problem, with the second one I've got a strange behaviour at three places.

1 - in the public siteaccess the survey is not displayed but I've got the Submit and Cancel button displayed several times.
There is a parser error and Function "survey_question_view_gui" is not registered.

2 - in the admin siteaccess when I want to preview the survey only the survey name and the sentence "Questions marked with * are required" are displayed.
There is also a parser error.

3 - in the admin siteaccess when I want to edit the survey, the survey attributes are displayed but not the questions and I've got the Add question, Remove selected, Publish, Apply... displayed several times.
There is also a parser error and Function "survey_question_view_gui" is not registered.

The only difference I see between the two environments is php version : 4.3 vs 4.4
(I've already applied the changes suggested by Kristof)

What can be the reason of this malfunction ?

Xavier Dutoit

Tuesday 02 May 2006 2:53:45 am

ez 3.7 doesn't work (properly) in a php 4.3 environment. You should use ez 3.6 instead.

X+

http://www.sydesy.com

paolo tikulin

Wednesday 03 May 2006 12:06:37 am

Hello,

I've got the same problem of Nathalie in the ezSurvey (Function "survey_question_view_gui" is not registered),
here my configuration:

OS: Linux Debian 3.1
eZpublish: 3.7.2
PHP 4.4.2

I also applied the changes suggested by Kristof, nothing change...

Should I decrease eZ and PHP version or have someone another solution?

Thanks

Kristof Coomans

Wednesday 03 May 2006 1:40:52 am

Did you clear all caches after enabling the extension? That maybe solves the problem with the undefined survey_question_view_gui template functions.

Can you post any parser errors, they can be helpful to investigate what goes wrong.

independent eZ Publish developer and service provider | http://blog.coomanskristof.be | http://ezpedia.org

Nathalie Grimaud

Wednesday 03 May 2006 2:03:17 am

Hi Kristof,

all the caches have been cleared, when I try to edit a survey I've got :

<i>parser error @ extension/ezsurvey/design/standard/templates/survey/edit.tpl:107[0]
Unterminated tag "survey_question_edit_gui" does not match tag "section"</i>
in the error log

and

<i>Function "survey_question_edit_gui" is not registered</i>
in the warning log

Kristof Coomans

Wednesday 03 May 2006 4:36:26 am

I couldn't reproduce your problem at an eZ publish 3.8 site.

Do you have an override in settings/override or settings/[yoursiteaccessname]/override for site.ini with something like this:

[TemplateSettings]
ExtensionAutoloadPath[]
ExtensionAutoloadPath[]=...

Then remove the line <i>ExtensionAutoloadPath[]</i> from that file.

independent eZ Publish developer and service provider | http://blog.coomanskristof.be | http://ezpedia.org

Nathalie Grimaud

Wednesday 03 May 2006 5:49:44 am

Kristof,

I can't find the word to tell you how happy I am thanks to you because you just solved my problem !

I had a <i>ExtensionAutoloadPath[]</i> in my override/site.ini added by someone else working on the project.

So now ezsurvey works fine with
eZpublish: 3.7.2
PHP 4.4.2

Thank you so much
Nathalie

Kristof Coomans

Wednesday 03 May 2006 6:51:29 am

You're welcome ;)

independent eZ Publish developer and service provider | http://blog.coomanskristof.be | http://ezpedia.org

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 20 2025 04:09:26
Script start
Timing: Jan 20 2025 04:09:26
Module start 'layout'
Timing: Jan 20 2025 04:09:26
Module start 'content'
Timing: Jan 20 2025 04:09:26
Module end 'content'
Timing: Jan 20 2025 04:09:26
Script end

Main resources:

Total runtime0.0208 sec
Peak memory usage2,048.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0084 589.1563152.6250
Module start 'layout' 0.00840.0045 741.781339.4453
Module start 'content' 0.01290.0058 781.226697.4297
Module end 'content' 0.01870.0021 878.656342.3047
Script end 0.0208  920.9609 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002612.3928140.0002
Check MTime0.00136.0446140.0001
Mysql Total
Database connection0.004521.730610.0045
Mysqli_queries0.003918.814230.0013
Looping result0.00000.087110.0000
Template Total0.00167.910.0016
Template load0.00104.722710.0010
Template processing0.00073.156910.0007
Override
Cache load0.00083.618510.0008
General
dbfile0.00021.080280.0000
String conversion0.00000.033240.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_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