How to fix this Wordpress Fatal error? - php

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.

Related

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

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

Fatal error: Class 'XJ_Igallery_Helper_Data' not found in /home/websit12/public_html/pw/app/Mage.php on line 547

i installed XJ Custom Photo Album manually then after backend in only show
Fatal error: Class 'XJ_Igallery_Helper_Data' not found in /home/websit12/public_html/pw/app/Mage.php on line 547 message.please give a suggestion for this issue.
comment out the two define function calls in includes/config.php path
#define('COMPILER_INCLUDE_PATH', dirname(__FILE__).DIRECTORY_SEPARATOR.'src');
#define('COMPILER_COLLECT_PATH', dirname(__FILE__).DIRECTORY_SEPARATOR.'stat');

Error accesing modules Joomla 2.5

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:

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