while configuring Joomla 1.5, it shows error - joomla

I am using Xampp 1.8.1.
It is working fine in joomla 2.5 & joomla 3. but not working joomla 1.5, it is showing errors.
strict Standards: Non-static method JLoader::import() should not be called statically in /libraries/joomla/import.php on line 29
Like the above it shows multiple errors.
Then i have changed the php.ini file
set error_reporting to E_ALL & ~E_NOTICE
After changing it shows the same error

Actually It's not an error. It's showing just because you(Joomla) are not following best practices. You(Joomla) must follow standards when you code.
Joomla 1.5 kind of out-dated now. Their could be few strict Standards. Anyway when you are using Joomla 1.5 to fix this . But I advise you to not to use obsolete versions of Joomla.
Below will show without strict Standards.
error_reporting = E_ALL & ~E_NOTICE
Check out list here.
Read more

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

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.

class not found error in joomfish

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.

joomla 2.5 'JInstaller: :Install: Cannot find XML setup file'

I have installed joomla 2.5.4 in my system(window 7 64bit) but when I am trying to upload the package it is showing the error:
1.'JInstaller: :Install: Cannot find XML setup file'.
2.'Strict Standards: Only variables should be assigned by reference in
E:\xampp\htdocs\joomla2.5.4\plugins\system\rokextender\rokextender.php
on line 32'
3.Strict Standards: Only variables should be assigned by reference in E:\xampp\htdocs\joomla2.5.4\plugins\system\rokextender\rokextender.php
on line 32
4.Strict Standards: Only variables should be assigned by reference in E:\xampp\htdocs\joomla2.5.4\plugins\system\rokextender\rokextender.php
on line 32
Can anybody help me to fix this error?
You almost certainly have a permissions problem (see this related SO answer), and it's specific to the RocketTheme Extender that they use with Gantry for some of their RT magic. I'd check all the permissions in Joomla to make sure they match the minimum requirements, and then check the RocketTheme Products Forum for anything specific to that plugin.
Fulfill the minimal Gantry requirements:
PHP 5.3 or bigger
Write rights on you folder.
Set the folder rights to 755.
Remark: You can also set this to 777, but your provider might protect your site from public access. This might generate strange errors, which have nothing to do with Joomla problems.

Resources