Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.3.13

Bug #1817 Introduction example does not work
Submitted: 2004-07-07 23:00 UTC
From: aemadrid at gmail dot com Assigned: alan_k
Status: Closed Package: HTML_Template_Flexy
PHP Version: 4.3.7 OS: Linux RH 2.1AS
Roadmaps: (Not assigned)    
Subscription  


 [2004-07-07 23:00 UTC] aemadrid at gmail dot com
Description: ------------ I'm trying to run the Introduction code and I'm getting an error for a non existing class. I have modified the ini file to include actual directories and hade to include. I had to also include PEAR.php because it was complaining about it (Fatal error: Undefined class name 'pear' in /home/hyperxmedia.net/public_html/flexy/index.php on line 6). I'm using the latest release of Flexy (0.9.2). Reproduce code: --------------- [34] $this->elements['input'] = new HTML_Template_Flexy_Element; Expected result: ---------------- The compiled html code. Actual result: -------------- Fatal error: Cannot instantiate non-existent class: html_template_flexy_element in /home/hyperxmedia.net/public_html/flexy/index.php on line 34

Comments

 [2004-07-08 03:49 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!
 [2004-07-08 15:47 UTC] aemadrid at gmail dot com
Thanks for the information. I suspected it. Is there a tutorial anywhere? Looking at the tests there seems to be a bunch of different syntaxes supported. It'd be great to have a tutorial explaining all these features and when are better used. BTW, I had to comment out line #51 (array_shift($a);) to make the tests work.
 [2004-07-24 04:33 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!