You’re getting the error because the Facebook and All In One Event Calendar plugins are both declaring the fb_admin_dialog()
function, but PHP only allows a function to be declared once.
To fix the immediate problem, log in to your server with S/FTP and rename the wp-content/plugins/all-in-one-event-calendar
directory to something like all-in-one-event-calendar-temp
; that will deactivate it and remove the error. You can also disable all plugins with phpMyAdmin or another database management tool, if you prefer that over the S/FTP method.
If you want to use both plugins, I’d recommend creating posts on their wordpress.org support forums, and asking the developers to check if the function has already been declared before trying to declare it. e.g.,
if( !function_exists( 'fb_admin_dialog' ) )
{
function fb_admin_dialog()
{
// ...
}
}
Related Posts:
- Official Facebook Connect button as PNG
- Use Device Login on Smart TV / Console
- Invisible characters – ASCII
- When do I need a fb:app_id or fb:admins?
- When do I need a fb:app_id or fb:admins?
- Warning: Each child in an array or iterator should have a unique “key” prop. Check the render method of `ListView`
- Warning: Each child in an array or iterator should have a unique “key” prop. Check the render method of `ListView`
- og:url is driving me crazy?
- Face recognition via facebook API
- FB is not defined javascript
- What are App Domains in Facebook Apps?
- How can I control the Facebook like image? [closed]
- How can I auto-add my posts to my site’s Facebook fan page?
- Automatically Facebook Debug Posts on Publish [closed]
- If your blog was an app on Facebook
- Facebook OAuth, WP_Http::request() vs wp_remote_request()
- W3 Cache plugin and Facebook sharing [closed]
- FB – Comment Moderation Tool bug? [duplicate]
- Any Facebook component doesn’t work on WordPress website after update. Why?
- Facebook sharer and parameters in URL
- How to control Facebook share information for the front page?
- sharing video on facebook from wordpress
- Open graph metadata isn’t pulled on Facebook until after I run that specific link through the debugger
- facebook like – image display and description
- Is there a method or plugin that will allow posts to be sortable by Facebook likes?
- How do I create a page for users to invite their facebook friends?
- Which social connect plugin do you recommend? [closed]
- Facebook Like Button in Jetpack [closed]
- How do I remove all hyperlinks that begin with a #?
- Simple plugins to post info about new blog entries?
- Facebook link to website logo
- Get User’s Facebook Photos as WordPress Upload
- Trigger a function immeditely after a user posted a comment
- Hiding styles from Facebook
- WordPress comments and Facebook comments
- Building a Member Directory Site on WordPress with Facebook API Integration?
- WP_Cron script not updating all posts in loop
- Automatically add simple custom buttons for print, Facebook share, & Tweet in Posts [closed]
- How to let user select role upon registration in Facebook-AWD?
- Choices for thumbnail image in a Facebook Link post
- Displaying Facebook comments count with tag
- Remove text from my Facebook posts
- fb share site shows blank image
- Facebook / LinkedIn share page – https opengraph issues [closed]
- How to integrate Facebook Share button without code?
- Facebook share functionality in wordpress loop
- Integrating Facebook calender to WordPress
- Open Graph in posts loop page
- Is there a way of putting the facebook social plugins into page template php files?
- Conditional Facebook Share and Like links [closed]
- FB Comments box post to wall?
- Post image lacking when pasting link into Facebook despite the correct og:image meta tag
- Trouble displaying featured image as thumbnail when using Facebook share
- How do I set a featured image for the homepage? [closed]
- Use Facebook PHP SDK from WPBook
- Integrate open graph protocol without plugin?
- Adding a list of social media links
- I want to enable facebook connect how to do this?
- Facebook share image wrong on post not on debugger [closed]
- file_get_contents_curl pulling wrong values
- Facebook Registration Tool: how to use in WordPress? [closed]
- Facebook Like – Display counter starting at Zero?
- How to see more WordPress images when posting to Facebook
- WP REST API – log in with Facebook
- How to implement custom buttons into individual posts?
- How to use author’s avatar as Facebook post preview image when a single post is shared
- Store SNS share value via function.php
- Single article separated into multiple pages makes Facebook Like button detect as completely separated articles
- Simple Facebook Connect: Access tokens not found
- Load facebook php sdk problem
- Unprotected page appears protected when posted to Facebook (S2Member)
- How to install Facebook, Google+, & Twitter LIKE buttons for each individual post at frontpage?
- Facebook profile pic used as avatar
- Changing the Permalink Structure without Resetting the Facebook Like Counts?
- How do I get a list of users who LIKED a post to show in admin of page?
- open graph image being overwritten by gravatar logo?
- Multiple account integration with facebook
- Facebook embeds fixing with functions.php
- How to automatically search my entire site for any content embedded using oEmbed?
- Set Canonical URL to GIF for Facebook
- WordPress website Thumbnails not showing on Facebook Share
- How to (correctly) embed a Facebook video?
- Featured image not showing on facebook share
- image share on facebook missing
- Featured Image and Facebook
- Facebook and Google+ sharing suddenly stopped working properly in WordPress
- Disable Jetpack Publicize for blog but keep for custom post type [closed]
- FaceBook fan-block in a text-widget
- Automatic connect wordpress to facebook with featured image?
- Create Mashable Follow-like Facebook, Twitter login/connect?
- How to make a share-this window drop when reaching end of post?
- Right Facebook Open Graph Protocol into WordPress theme?
- get facebook status
- Facebook share post dialog not showing post information
- Problem embedding a page on facebook [closed]
- Facebook Share button wont recognize embedded video [closed]
- How Facebook.com knows about duplicate pages on my site?
- Force Jetpack to use og:url with http on an https website
- Bigger images when sharing a link with facebook
- How to write ‘post to facebook’ action in Uncanny Automator