Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
If the asker does not get an answer then they have 10 days to request a refund.
$3
Fatal Error: Need to be fixed right now!
Fatal error: Cannot redeclare class Social_Widget in /home/brycey/public_html/wp-content/themes/newzeo/include/widget.php on line 92
Also, there's another error message whenever I upload images or update my entries.
Please help immediately.
This question has been answered.
miclillace | 08/12/12 at 12:00pm
Edit
Previous versions of this question:
08/12/12 at 12:07pm
| 08/12/12 at 12:08pm
(3) Possible Answers Submitted...
See a chronological view of answers?
Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
-

Last edited:
08/12/12
12:10pmJatin Soni says:This may means you are re declaring the class called Social_Widget in widget.php file in your theme/include
So open your widget.php file and go to line 92 and fine Social_widget in entire file it should be declared more than onetime may be in widget.php or some other file too.
Also plugin can cause this issue too. So while switching the theme try to turn off all plugins and check.Previous versions of this answer: 08/12/12 at 12:10pm
- 08/12/12 12:20pm
miclillace says:Ok... um, the thing is, php is alien language to me. I am a graphic designer and a total newbie to blogging so I have no idea how to troubleshoot anything. I honestly don't even know how to go to line 92 without literally counting the lines.
Would it be possible to check it yourself? I am willing to pay $10...
I'm that desperate... :)
- 08/12/12 12:20pm
-

Last edited:
08/12/12
12:12pmNavjot Singh says:Most probably a plugin is using the same class somewhere. Try disabling each plugin one by one and check when this error goes. Are you using this plugin by any chance - Social Media Widget? Disable it then.
- 08/12/12 12:36pm
miclillace says:Yes, I am using a social media widget, just installed it yesterday. How can I disable it? I can't get through my dashboard.
- 08/12/12 12:51pm
Navjot Singh says:Rename the social-media-widget folder by going to your wp-content/plugins/ directory via FTP or your hosting's control panel and the plugin will get deactivated automatically.
- 08/12/12 1:00pm
miclillace says:Yes, it worked! Thank you so so much!
- 08/12/12 12:36pm
-

Last edited:
08/12/12
12:53pmLatinUnit says:You can disable all plugins through PHPmyadmin which edits the database directly.
.
Here is the query you have to run in phpmyadmin.
UPDATE wp_options SET option_value = '' WHERE option_name = 'active_plugins';
Alternatively, you can delete the social widget plugin located in yoursite.com/wp-content/plugins/Previous versions of this answer: 08/12/12 at 12:53pm
This question has expired.
Gabriel Reguly, Arnav Joy, miclillace voted on this question.
Current status of this question: Completed
Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
If the asker does not get an answer then they have 10 days to request a refund.
