class not found error in joomfish - joomla

I'm creating website using joomla 3.0. I'm using joomfish component for multi language website. Installation is done but if I'll try to open the joomfish control panel it show the error like
Fatal error: Class '' not found in
/var/www/muvacon/libraries/joomla/database/driver/mysql.php on line
397
I'm new to joomla please suggest any link to solve this issue. I have already searched many forum I did not get any solution.

JoomFish has not yet been released for Joomla 3.0, therefore you will most likely get errors such as the one you provided. It is only available for Joomla 1.5 and 2.5 at the moment. They have a beta version (2.5) which is available for club members, however I'm not sure if they have done any testing on Joomla 3.0 with it.

Related

upgrading joomla 2.5.28 to 3.x makes many errors

my joomla language is persian
I put the error on maximum and disabled remember me component
but when I try to upgrade joomla, after 86% forwarding, a blank page with a php error appears
then I can't access any part of my admin section
please give me a link to shows a step by step upgrading joomla.
many links I found but not help full

Joomla Akeeba Fatal error

My client set auto-upgrade for a component "Smart form golder' component.
After the auto upgrade, Akeeba components stop working.
It throws fatal error in administrator component page -
Fatal error: Access level to AkeebasubsToolbar::renderSubmenu() must be public (as in class FOFToolbar) in /public_html/administrator/components/com_akeebasubs/toolbar.php on line 358
But the front end working fine, when I checked with Akeeba support forum, they said that it requires upgrade. I customize the component so I am not willing to do also the upgrade can be done through Joomla admin panel and the page are not loading properly. So I am not sure how to fix this.
Please help me.
Simply reinstall the modified version of the fof your version of Akeeba component came from. Your new component "smart form golder" may stop working.
fof - "framework on framework" is now integrated in Joomla since version 3.2. It was developed by Akeeba and ships with all their components; alas it changed a lot between versions, you usually need the exact version the component shipped with.

500 - JHtmlBehavior::mootools not found when i upgrade joomla template 2.5 to 3.0

I have a gantry template for Joomla 2.5 and I converted this template to make it Joomla 3.0 compatible.
The Joomla 2.5 to 3.0 upgrade was successful, but template does not work, why? .
I get the following error:
500 - JHtmlBehavior::mootools not found
Somewhere in your template, you are using:
JHtml::_('behavior.mootools');
or
JHtmlBehavior::mootools();
This has been removed as of Joomla 3 and therefore needs to be changed to:
JHtml::_('behavior.framework');
Instead of trying to fix the extensions the following plugin can be used (and it will provide the JHtml::_('behavior.mootools') API call): J25 Legacy plugin for Joomla 3.X
I agree with denis post above. I had this same problem with upgrading from j2.5 to j3X and used j25 legacy plugin from pluginaria. Found here: http://www.pluginaria.com/j25-legacy.html and got rid of the error for me. There may be a better way.... Find and replace plugin to the change code? But this is a quick and easy way to solve this issue. Make sure to activate the plugin under plugin manager after you install.... and of course make sure you have a backup before upgrading from 2.5 to 3. You should expect their to be problems.

joomla 1.5, Fatal error: Class 'JModelList' not found

A joomla site is giving me this error:
Fatal error: Class 'JModelList' not found in /home/site/public_html/administrator/components/com_joomdoc/libraries/joomdoc/application/component/modellist.php on line 16
I only noticed it this morning when i tried the search, The last time i worked on the site was over a month ago (Installing , removing extentions, fixing errors ....) so i can't really figure out at wich point this error surfaced.
I read somewhere that The class JModelList is not used in Joomla 1.5 (what i'm using) .... i don't know how that could happen because i made sur that the extentions i'm using supported joomla 1.5 and i never made an upgrade.
Just in case, the line 16 of modellist.php is
jimport('joomla.application.component.modellist');
class JoomDOCModelList extends JModelList { ...
Help!
thank you.
Like you said, JModelList is not part of Joomla 1.5, so your extension is not compatible to Joomla 1.5.
Joomla does not update anything itselfs. If you have not changed anything, someone else has.
JModelList is indeed not available in Joomla 1.5. It was introduced with Joomla 1.6.
Apparently the extension isn't compatible with Joomla 1.5 anymore in this case. You have to contact the developer of the extension to get more information or notify him of the bug.
But then, you should upgrade Joomla anyway. You're using an unsupported version.

How to develop Joomla 1.5 componenets?

How can I start developing a component for the Joomla 1.5 framework? Does anyone know of a good tutorial, or has a good reference?
I have read the tutorial on the wiki and I didn't understand it well, so if you could point me to another one, that would be great.
I know that ideally I should work with Joomla 2.5 or 3.0 but I am being asked to develop this for an existing website, I can't decide which version to work on.
I think the official tutorials in Joomla! Documentation really do cut it. Give it a try - http://docs.joomla.org/Component_Development
I can't decide which version to work on
I personally would use Joomla 2.5 as it's the long term lease of the Joomla series and has much more documentation and support. Joomla 3.0 is the short term release, therefore is a beta version of 3.5 so to speak.
Seeing as you are using Joomla 1.5 at the moment, you could always upgrade to Joomla 2.5 using JUpgrade which is a free extension. Note that this won't upgrade 3rd party extensions, so you will need to install the Joomla 2.5 compatible versions for each one (providing there is one).
To get you started on a Joomla 2.5 component, have a look at the Joomla 2.5 MVC Documentation. This also provides zip files of a HelloWorld component for you to download at various stages.
You might also be interested in a Component Generator.
Hope this helps.

Resources