mldatabase class php failed to open stream


We have received several reports about the following error message when trying to install Joomla forms
require_once(/administrator/components/com_joomfish/mldatabase.class.php): failed to open stream: No such file or directory in

The reason you see this is because you have JoomFish installed.Joomla Forms is based on the bfFramework which is JoomFish aware, however recent changes in the JoomFish project are having a knock on effect on our integration and we have not yet had time to move forward on this issue.

Once the next stable release is made of JoomFish we will again integrate our extensions with it.In the mean time you will need to remove a few lines of code to proceed.Please edit:/administrator/components/com_form/admin.form.phpand near the top of the file please remove:

if (file_exists ( JPATH_ROOT . '/components/com_joomfish/joomfish.php' )) {
require_once (JPATH_ROOT . '/administrator/components/com_joomfish/mldatabase.class.php');
require_once (JPATH_ROOT . '/administrator/components/com_joomfish/joomfish.class.php');
}
Article is in the following categories:
KB » Conflict Resolutions and Error Messages


Email This Article

or close

Powered by Joomla Knowledgebase