[Components] [ezcTemplate] Cannot compile template

2009-04-17 Thread Thomas, Maxime
Hi,

 

I'm blocked with this error, how can I fix it quickly ?

 

Fatal error: Uncaught exception 'ezcTemplateCompilationFailedException' with 
message 'Failed to create and execute compiled code after 3 tries.' in 
/usr/share/php/ezc/Template/template.php:305 Stack trace: #0 
/var/www/www2/kernel/controlers/accueil.php(3): 
ezcTemplate-process('content/accueil...') #1 /var/www/www2/index.php(78): 
include('/var/www/www2/k...') #2 {main} thrown in 
/usr/share/php/ezc/Template/template.php on line 305

 

 

 

 

Regards,

 

Maxime THOMAS 

Consultant Solution - CMS OpenSource

Logica - 17, place des Reflets - 92097 La Défense Cedex 

Mail : maxime.tho...@logica.com mailto:maxime.tho...@logica.com 

  http://www.logica.com/http://www.linkedin.com/in/maximethomas
http://ez.no/http://www.wascou.org/ 

 

 

 

 

 

 

 



Please help Logica to respect the environment by not printing this email  / 
Pour contribuer comme Logica au respect de l'environnement, merci de ne pas 
imprimer ce mail /  Bitte drucken Sie diese Nachricht nicht aus und helfen Sie 
so Logica dabei die Umwelt zu schuetzen  /  Por favor ajude a Logica a 
respeitar o ambiente nao imprimindo este correio electronico.



This e-mail and any attachment is for authorised use by the intended 
recipient(s) only. It may contain proprietary material, confidential 
information and/or be subject to legal privilege. It should not be copied, 
disclosed to, retained or used by, any other party. If you are not an intended 
recipient then please promptly delete this e-mail and any attachment and all 
copies and inform the sender. Thank you.

image001.gifimage002.gifimage003.gifimage004.jpgimage005.gif-- 
Components mailing list
Components@lists.ez.no
http://lists.ez.no/mailman/listinfo/components


Re: [Components] [ezcTemplate] Cannot compile template

2009-04-17 Thread Thomas Koch
Where do you write the compiled templates? Does the PHP process (Apache/CLI?) 
has write permissions for this place?

Best regards, Thomas

Am Friday 17 April 2009 16:23:59 schrieb Thomas, Maxime:
 Please help Logica to respect the environment by not printing this email
Please send text only to reduce the used bandwidth.
All Spam-Emails produce as much CO2 as do 3.1 million cars.


-- 
Components mailing list
Components@lists.ez.no
http://lists.ez.no/mailman/listinfo/components


Re: [Components] [ezcTemplate] Cannot compile template

2009-04-17 Thread Thomas, Maxime
Hi again,

 

It seems that the following condition returns always false :

 

if ( file_exists( $compiled-path )  

(!$config-checkModifiedTemplates || 

  filemtime( $this-properties[stream] ) = filemtime( 
$compiled-path ) ) )

 

My file exists and the filemtime test is always false as well as the 
checkModifiedTemplates value.

 

The issue is resolved when I set on my template config the 
checkModifiedTemplates to false.

 

The strangest is that it was running perfectly well before.

 

Cordialement,

 

Maxime THOMAS 

Consultant Solution - CMS OpenSource

Logica - 17, place des Reflets - 92097 La Défense Cedex 

Mail : maxime.tho...@logica.com mailto:maxime.tho...@logica.com 

  http://www.logica.com/http://www.linkedin.com/in/maximethomas
http://ez.no/http://www.wascou.org/ 

 

 

 

 

 

 

 



De : components-boun...@lists.ez.no [mailto:components-boun...@lists.ez.no] De 
la part de Thomas, Maxime
Envoyé : vendredi 17 avril 2009 16:24
À : components@lists.ez.no
Objet : [Components] [ezcTemplate] Cannot compile template
Importance : Haute

 

Hi,

 

I'm blocked with this error, how can I fix it quickly ?

 

Fatal error: Uncaught exception 'ezcTemplateCompilationFailedException' with 
message 'Failed to create and execute compiled code after 3 tries.' in 
/usr/share/php/ezc/Template/template.php:305 Stack trace: #0 
/var/www/www2/kernel/controlers/accueil.php(3): 
ezcTemplate-process('content/accueil...') #1 /var/www/www2/index.php(78): 
include('/var/www/www2/k...') #2 {main} thrown in 
/usr/share/php/ezc/Template/template.php on line 305

 

 

 

 

Regards,

 

Maxime THOMAS 

Consultant Solution - CMS OpenSource

Logica - 17, place des Reflets - 92097 La Défense Cedex 

Mail : maxime.tho...@logica.com mailto:maxime.tho...@logica.com 

  http://www.logica.com/http://www.linkedin.com/in/maximethomas   
http://ez.no/http://www.wascou.org/ 

 

 

 

 

 

 

 


Please help Logica to respect the environment by not printing this email / Pour 
contribuer comme Logica au respect de l'environnement, merci de ne pas imprimer 
ce mail / Bitte drucken Sie diese Nachricht nicht aus und helfen Sie so Logica 
dabei die Umwelt zu schuetzen / Por favor ajude a Logica a respeitar o ambiente 
não imprimindo este correio electrónico. This e-mail and any attachment is for 
authorised use by the intended recipient(s) only. It may contain proprietary 
material, confidential information and/or be subject to legal privilege. It 
should not be copied, disclosed to, retained or used by, any other party. If 
you are not an intended recipient then please promptly delete this e-mail and 
any attachment and all copies and inform the sender. Thank you. 



Please help Logica to respect the environment by not printing this email  / 
Pour contribuer comme Logica au respect de l'environnement, merci de ne pas 
imprimer ce mail /  Bitte drucken Sie diese Nachricht nicht aus und helfen Sie 
so Logica dabei die Umwelt zu schuetzen  /  Por favor ajude a Logica a 
respeitar o ambiente nao imprimindo este correio electronico.



This e-mail and any attachment is for authorised use by the intended 
recipient(s) only. It may contain proprietary material, confidential 
information and/or be subject to legal privilege. It should not be copied, 
disclosed to, retained or used by, any other party. If you are not an intended 
recipient then please promptly delete this e-mail and any attachment and all 
copies and inform the sender. Thank you.

image003.gifimage006.gifimage007.gifimage008.jpgimage009.gifimage010.gifimage011.gifimage012.jpgimage013.gif-- 
Components mailing list
Components@lists.ez.no
http://lists.ez.no/mailman/listinfo/components


Re: [Components] [ezcTemplate] Cannot compile template

2009-04-17 Thread Thomas, Maxime
Yes, the process writes effectively the file in the correct directory.
It's not a classical right issue.

Hélas!


Max 
 
 

 
 
 
 
-Message d'origine-
De : Thomas Koch [mailto:tho...@koch.ro] 
Envoyé : vendredi 17 avril 2009 16:47
À : components@lists.ez.no
Cc : Thomas, Maxime
Objet : Re: [Components] [ezcTemplate] Cannot compile template

Where do you write the compiled templates? Does the PHP process (Apache/CLI?) 
has write permissions for this place?

Best regards, Thomas

Am Friday 17 April 2009 16:23:59 schrieb Thomas, Maxime:
 Please help Logica to respect the environment by not printing this email
Please send text only to reduce the used bandwidth.
All Spam-Emails produce as much CO2 as do 3.1 million cars.




Please help Logica to respect the environment by not printing this email  / 
Pour contribuer comme Logica au respect de l'environnement, merci de ne pas 
imprimer ce mail /  Bitte drucken Sie diese Nachricht nicht aus und helfen Sie 
so Logica dabei die Umwelt zu schuetzen  /  Por favor ajude a Logica a 
respeitar o ambiente nao imprimindo este correio electronico.



This e-mail and any attachment is for authorised use by the intended 
recipient(s) only. It may contain proprietary material, confidential 
information and/or be subject to legal privilege. It should not be copied, 
disclosed to, retained or used by, any other party. If you are not an intended 
recipient then please promptly delete this e-mail and any attachment and all 
copies and inform the sender. Thank you.


-- 
Components mailing list
Components@lists.ez.no
http://lists.ez.no/mailman/listinfo/components


[Components] ezcTree visualization

2009-04-17 Thread Peter Hopfgartner
Hello

I'm using the ezcTree component for storing information about plant 
taxonomy in a database. Now, I would like to print out the tree. 
Unfortunatly, looking through the tutorial it seems to me that for text 
and GraphViz only IDs are shown, contrary to what happens with XHTML. Is 
this only a matter of setting the right option? Or, given that the 
visitors are quite small, should I adapt them to my needs?

Regards,

Peter

-- 
 
Dott. Peter Hopfgartner
 
R3 GIS Srl - GmbH
Via Johann Kravogl-Str. 2
I-39012 Meran/Merano (BZ)
Email: peter.hopfgart...@r3-gis.com
Tel. : +39 0473 494949
Fax  : +39 0473 069902
www  : http://www.r3-gis.com

-- 
Components mailing list
Components@lists.ez.no
http://lists.ez.no/mailman/listinfo/components


Re: [Components] Roadmap: Debug EventLog Components

2009-04-17 Thread Andreas Schamberger
Hi,

 Custom HTML output or other more application specific things could be 
 done with the ezcLogStackWriter by Thomas Koch if somebody would need 
 that (http://issues.ez.no/IssueView.php?Id=14104).

Thank you for adding it!

 What do you think about adding method overloading for the different 
 severity levels ($log-info(), $log-debug(), ...)?
 
 Doesn't sound like a bad idea... makes the API easier to use I think. 
 Care to file an enhancement for this?

http://issues.ez.no/IssueView.php?Id=14789

 With this email I'd like to start a discussion about the improvement of 
 the EventLog component especially by getting FirePHP support. What do 
 you think?
 
 I wouldn't mind to have it at all... I think it's much better than 
 having to render the output at the end of the request.

I had no time to look at this again until now. I'll have a closer look 
at the EventLog - FirePHP integration after finishing my thesis (in July 
I guess).

Regards,
Andi

-- 
Components mailing list
Components@lists.ez.no
http://lists.ez.no/mailman/listinfo/components