-- -- Omi http://omi.net.bd Bangla Computing Projects: http://ekushey.org OSS News in Bangla: http://mukto.org
--
DARKLORD (:=
Ishtiaque Ahmed (Foisal)
Contributor : http://mukto.org
(First opensource related web magazine in bangla language )
My Blog: http://foisal.wordpress.com
My youtube : http://www.youtube.com/medarklord
i dl'ded widgets plugin from
http://automattic.com/code/widgets/
followed the instruction to install , it's showing in plugin list but
when i click "Activate" it don't activate but showing this error
<plugins.php?action=activate&plugin=widgets%2Fwidgets.php&_wpnonce=54187f3751>
*Fatal error*: Cannot redeclare register_sidebars() (previously declared
in C:\xampp\htdocs\wordpress\wp-includes\widgets.php:13) in
*C:\xampp\htdocs\wordpress\wp-content\plugins\widgets\widgets.php* on
line *42*
on line 42 the code is
>>
line 42. function register_sidebar($args = array()) {
global $wp_registered_sidebars;
if ( is_string($args) )
parse_str($args, $args);
$i = count($wp_registered_sidebars) + 1;
<<
btw i am using wp Version 2.5.1