Error accesing modules Joomla 2.5 - php

I am using Joomla 2.5.14.
When I try to access to a module it gives me this error:
Fatal error: Call to a member function getTable() on a non-object in H:\xxx\xxx\xxxx-001\www\httpdocs\libraries\joomla\application\component\controllerform.php on line 386
And when I try to create a new module it gives me this error:
Fatal error: Call to a member function get() on a non-object in H:\xxx\xxx\xxxx-001\www\httpdocs\administrator\components\com_modules\views\module\view.html.php on line 56
PHP version is 5.2.
Any ideas?
Thanks!!!
I edit to add a print screen of the error:

Related

How to fix this Wordpress Fatal error?

This error execute from functions.php
Fatal error: Cannot redeclare new_excerpt_more() (previously declared
in
C:\xampp\htdocs\odishaddugkyalumnai\wp-content\themes\odishaddugkyalumnai\functions.php:626)
in
C:\xampp\htdocs\odishaddugkyalumnai\wp-content\themes\odishaddugkyalumnai\functions.php
on line 649
open this file
C:\xampp\htdocs\odishaddugkyalumnai\wp-content\themes\odishaddugkyalumnai\functions.php
and serch for "new_excerpt_more" function and delete it.

Fatal error: Call to undefined function _setlocale() - phpMyAdmin

When opening phpMyAdmin at http://localhost/phpmyadmin/ address the following error message appears:
Fatal error: Call to undefined function _setlocale() in
/var/www/phpmyadmin/libraries/select_lang.lib.php on line 488
Does anyone know what can it be?
I use Linux Mint with PHP Version 5.6.29

CakePHP - Psr classes not found

I have the following errors:
Fatal error: Interface 'Psr\Http\Message\ServerRequestInterface' not found in /home/www/forex-arts/vendor/cakephp/cakephp/src/Http/ServerRequest.php on line 37
Fatal error: Interface 'Psr\Http\Message\UriInterface' not found in /home/www/forex-arts/vendor/zendframework/zend-diactoros/src/Uri.php on line 25
I am using CakePHP. Does anyone know why I am receiving these errors?

Fatal error: Class 'My_Ibanner_Helper_Data' not found in C:\wamp\www\magento\app\Mage.php on line 547

I installed ibanner module from magentoconnect extension and that was not working so I deleted all the files and folder relatively to that module and now is displaying this error, plzz help me:
Fatal error: Class 'My_Ibanner_Helper_Data' not found in C:\wamp\www\magento\app\Mage.php on line 547

Joomla 2.5 PHP error: Fatal error: Call to a member function getUserStateFromRequest() on a non-object in com_upman/models/upman.php on line 338

i am using joomla 2.5 with virtuemart 2.0.0 and OSE Checkout plugin
Fatal error: Call to a member function getUserStateFromRequest() on a non-object in components/com_upman/models/upman.php on line 338
please explain how to remove this error.
Thanks....
in your joomla directory, goto all:
admin/components/com_{component name} folders and remove or rename the files like admin.{component name}.php
that should fix it

Categories