Fatal error:Call to undefined method JoodbViewForm

More
10 years 6 months ago #2488 by john21
Hello,

I made an update from version 1.5 to 1.7 of joodb (i am using joomla 1.5.26 / php 5.3)

and i can see normally the results from a query (catalog view)
but when i am trying to access the form view for input,
(that was working properly with version 1.5) i have a white screen with this msg ..

"Fatal error: Call to undefined method JoodbViewForm::parseTemplate() in /home/****/*****/components/com_joodb/views/form/tmpl/default.php on line 37"

maybe anybody have an idea about it and how i can find any solution ?

thanks in advance,

john

Please Log in to join the conversation.

More
10 years 6 months ago #2489 by Dirk

john21 wrote: I made an update from version 1.5 to 1.7 of joodb (i am using joomla 1.5.26 / php 5.3)


You mean 1.9

Please download and install com_joodb-v9.1-j15.zip

john21 wrote: "Fatal error: Call to undefined method JoodbViewForm::parseTemplate() in /home/****/*****/components/com_joodb/views/form/tmpl/default.php on line 37"


Alternatively you can change the call in line 37 from $this->parseTemplate() to $this->_parseTemplate()

Please Log in to join the conversation.

Moderators: Dirkjoest