Hello,

Seems like you have 2 problems :

1./ Your template code

The error message refer to the method named :
sfOutputEscaperArrayDecorator::getQuestionaire

The class sfOutputEscaperArrayDecorator is used to decorate arrays in template rendering.

Debug your template code


2./ Your Windows installation

Looks like everything is pretty ready to be launched.

It must be about rewriting :

When frontend_dev.php is in the URL, it is OK. But URLs are not rewritten properly to your index.php controller.

Look at IIS rewriting configuration (don't know a lot about IIS).

Alexandre


Le 19/08/10 21:04, Petronel a écrit :
Hi everyone !

I am new and I've tried to learn from jobeet and askeet tutorials.
I've managed to create a app and finally I've tried to place it online
for my boss.
Problem is that the production server is a windows 2003 with IIS.

I've checkout there symfony version 1.4.0 (C:\symfony\lib)
and setup a new site under IIS console at c:\inetpub\mysite\web, and
added as virtual folder the C:\symfony\data\web\sf

Than I've added to c:\inetpub\mysite\cache the IUSR user and added
full read write execute rights - just to be sure,

  than for c:\symfony added authenticated users read execute and
replaced on all childs

I receive when accessing the

http://MYSITE/frontend_dev.php/machine
Fatal error: Call to undefined method
sfOutputEscaperArrayDecorator::getQuestionaire() in ...
(I see no SF debug bar)

and when
http://MYSITE/machine

THE PAGE CANNOT BE FOUND

I've thought the philosophy of Symfony is the flexibility from DB to
code and from APACHE to IIS and MySQL to MSSQL.

Can anyone send me a helping hand please ?

With kind regards

Petronel


--
Alexandre Salomé - http://alexandre.salome.fr

--
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to