Download Now
Requires Joomla 1.5.x and PHP5

mldatabase class php failed to open stream  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



Leave A Comment

or close

Email This Article

or close

Existing Comments

There are currently no comments.

myNotes My Notes

You currently have no notes on this article. You can leave your own note on this page, the note can only be seen by you (and our administrators) but not other users.

You need to login first

mldatabase class php failed to open stream  Article Information

Hits:
681
Created:
Wednesday, 16 July 2008
Author:
Last Modified:
Wednesday, 16 July 2008
Access:
Public
Version:
4

Powered by Joomla Knowledgebase