Click to See Complete Forum and Search --> : Blank page using pear


Sorce
07-19-2004, 06:05 PM
I am trying to use HTML_Template_Flexy and everytime I try it I get nothing but a blank page. I have copied some of their examples from the manual but get a blank page on all of these. Anyone have any ideas as to what is wrong?

planetsim
07-19-2004, 06:31 PM
You checked your errorlogs for any errors might be a bit more helpful than a blank page :)

Sorce
07-19-2004, 06:35 PM
hey what to ya know the logs are there for a reason, still not sure what is wrong though, here is the error:

[client 127.0.0.1] PHP Fatal error: Class 'HTML_Template_Flexy_Element' not found in C:\\Program Files\\Apache Group\\Apache2\\htdocs\\public_html\\test\\index.php on line 9

planetsim
07-19-2004, 06:43 PM
According to the logs the class doesnt exist. Are you sure Pear is installed correctly? and are you calling the correct file that holds the class?

Sorce
07-20-2004, 03:25 PM
I figured it out today, it was a problem with my include path. Thanks for the help.