copaesthetic
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Fatal error on upgrade to 3.6@hiphopinenglish – thanks! that worked.
@wpyogi – issue has been resolved and I don’t see how my question was off topic.
Forum: Fixing WordPress
In reply to: Fatal error on upgrade to 3.6I’ve deactivated all plugins and have attempted to update WP to what is now 3.7 and am stilling getting:
Fatal error: Cannot redeclare class Plugin_Upgrader in /home/coasters/public_html/wp-admin/includes/class-wp-upgrader.php on line 632
Forum: Fixing WordPress
In reply to: Fatal error on upgrade to 3.6Will do. The site URL is freecoast.org and yes, I can access the wp-admin. Thanks!
Forum: Plugins
In reply to: [Event Organiser] Event Permalink not foundThanks
Where can I enable it? I went to Settings > Permalinks and don’t see anything regarding enabling them. http://i.imgur.com/OoACkKI.png
Forum: Plugins
In reply to: [Facebook] Publish on page but NOT on timelineThis is what I’m getting. I shouldn’t be forced to post on my timeline if all I want to do is post to a page.
Forum: Plugins
In reply to: [Event Organiser] Meetup.com integration?Just to automatically populate events taken from a particular Meetup group to my WP site.
Forum: Plugins
In reply to: [Facebook] Linking an FB PageResolved, didn’t need to do anything to the profile.php file.
Just had to add the Website with Facebook Login (as you stated) and then I was allowed to go back to facebook.com > Settings > Basic > App Domains and enter in the domain. From there I went through the steps found in the Social Publisher section of the WP plug-in.
Forum: Plugins
In reply to: [Facebook] Linking an FB PageI’ve done the first part http://i.imgur.com/4g9lG3e.png
I don’t follow what you mean on the second set of instructions, this is what I see in my profile.php file:
<?php /** * User Profile Administration Screen. * * @package WordPress * @subpackage Administration */ /** * This is a profile page. * * @since 2.5.0 * @var bool */ define('IS_PROFILE_PAGE', true); /** Load User Editing Page */ require_once('./user-edit.php');Forum: Fixing WordPress
In reply to: Changed WP URL, now can't access dashboardThanks Munawar, that worked!
Now this brings me back to square one, I want the user to goto my WP page when they type in the root directory of my URL. Thus I edited the wp-config.php like so:
define('WP_HOME','http://myblog.org'); define('WP_SITEURL','http://myblog.org/wp');Nothing changed, if someone types in “myblog.org” they are just given a directory tree.
Forum: Fixing WordPress
In reply to: Changed WP URL, now can't access dashboardI do not see the file “wp-options” nor do I see the lines…
define(‘WP_HOME’,’http://example.com’);
define(‘WP_SITEURL’,’http://example.com’);…in my wp-config.php file.