PDA

View Full Version : Unable to post pics


abhivachan
06-29-2006, 07:17 PM
I am unable to post the pictures and unable to login into admin panel. I am getting the below error message

atal error: Cannot redeclare do_pings() (previously declared in /mnt/w0511/d43/s05/b0263fcd/www/addons/admin_ping.php:129) in /mnt/w0511/d43/s05/b0263fcd/www/addons/admin_ping.php on line 148

Joe[y]
06-30-2006, 11:03 AM
from your server remove addons/admin_ping.php

GeoS
07-01-2006, 08:38 AM
So you have some addon twice. Del all nonstandard addons and then try to go to admin panel.

abhivachan
07-03-2006, 03:20 PM
']from your server remove addons/admin_ping.php

Sorry for the late reply. After the removal, I am getting the below error message

Fatal error: Cannot redeclare addonmanager_admin_addon() (previously declared in /mnt/w0511/d43/s05/b0263fcd/www/addons/admin_addon_manager.php:113) in /mnt/w0511/d43/s05/b0263fcd/www/addons/admin_addon_manager.php on line 122

GeoS
07-05-2006, 10:53 PM
So please check in which other addon do you have this function already. It is caused by double (or more) definition of this function - there must be 2 or more addons which have it.