bcumings
Member
Posted 4 months ago #
I recently upgraded to WordPress 2.8.1 from 2.8 and discovered that Social Access Control was creating a conflict. When the plugin is activated I can do absolutely nothing with my site. I cannot access the site nor WordPress Dashboard. I tried reverting back to the database I had saved before upgrading to 2.8.1 but it did not fix the problem. Help anyone?
visual77
Member
Posted 4 months ago #
What other plugins do you have installed?
parryjaswal
Member
Posted 4 months ago #
IT mayb a JS error.....mayb JS files are conflicting
bcumings
Member
Posted 4 months ago #
Visual77: Ive actually got 27 other plugins activated. They never created an issue before I upgraded to 2.8.1. The complete list is below.
After the Deadline
Bind User to category
BM Custom Login
Category Order
Comments Notifier
Countdown Timer
Current Date & Time Widget
Dashboard Post-it
Email Users
Embedded Video
Enhanced WP-ContactForm
Featured Content Gallery
Marquee-Plus
NextGEN Gallery
PHPInclusion
Print Friendly
Role Manager
Scissors
Sidebar Login
Sign Our Reminder
SMS Text Message
WP-Email
WP-Polls
WP125
WP Comment Remix
WP Hide Dashboard
WP User Registration
Hope that helps.
Parryjaswal: I'm a bit new to WP, could you maybe explain what JS files are and how I can fix the problem? Thanks.
bcumings
Member
Posted 4 months ago #
Here is the error that I am getting if it helps.
Fatal error: Call to a member function has_cap() on a non-object in /home/munsoni1/public_html/wp-content/plugins/social-access-control/social-access-control.php on line 453
visual77
Member
Posted 4 months ago #
Open up wp-content/plugins/social-access-control/social-access-control.php and right before line 453, add this line:
if(!is_object($user)) var_dump(debug_backtrace());
The resulting dump is going to be pretty big, so if you can't post it here, you can email it to me at steve@visual77.com and I'll take a look. I'm having trouble replicating the bug. I think it may be caused by your particular Social Access Control settings.