Retrieving Articles from Database - Joomla! Forum - community, help and support
i mistakenly clicked "update joomla" knowing did not have joomla 3.0 components , extensions. have backup getting 500 error message: "jhtmlbehavior: :mootools not supported." i've gotten on , in process of rebuilding website anyway did not copy of content wanted.
i have database , not know how retrieve articles. don't scream loudly if has been answered. tried find solution nearest thing found restoring text file. me please?
thanks!
kind regards,
jhazzi
i have database , not know how retrieve articles. don't scream loudly if has been answered. tried find solution nearest thing found restoring text file. me please?
thanks!
kind regards,
jhazzi
the "jhtmlbehavior: :mootools not supported" easy handle, if examine full path given in error message, it'll show file , line calling:
and/or
with:
note fix problem, may find others...
code: select all
jhtml::_('behavior.mootools');
and/or
code: select all
jhtmlbehavior::mootools();
with:
code: select all
jhtml::_('behavior.framework');
note fix problem, may find others...
Comments
Post a Comment