No longer access dashboard after update

User avatar
axew3
w3all User
w3all User
Posts: 2883
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: No longer access dashboard after update

Post by axew3 »

other time over thinking to what way would be best here, while i' deploy an ffmpeg install into a CentOS server :)

Code: Select all

if ( $ck1->ID > 1 && $ck1->user_login != $wp_user_data->user_login OR $ck1->ID == 1 && $phpbb_user_session[0]->user_id > 2 ){
this will not exclude by the inline update of the username on admin bar, the admin uid1 in WP, in case of login in phpBB with different username while user still have a valid WP session cookie, and in the right way ...
So this one is the best solution ... I will patch about this little fix, maybe not significant because the default install admin often not exist and because the installer excluded by this joke is maybe secondary issue ... by the way, it will be added, maybe after the ffmpeg install where is my head now (but not completely as it is clear!) ...

p.s:
to patch to this latest fix, download the file class.wp.w3all-phpbb.php
and replace into folder:
/wp-content/plugins/wp-w3all-phpbb-integration
nacho-dad
Posts: 1
Joined: Tue Apr 24, 2018 10:22 pm

Re: No longer access dashboard after update

Post by nacho-dad »

I just installed the plugin today and I'm getting the same error. Did anyone find a fix?
User avatar
axew3
w3all User
w3all User
Posts: 2883
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: No longer access dashboard after update

Post by axew3 »

you experience this behavior on 1.8.8?
With 1.8.4 installed - Everything is ok

With 1.8.5 installed - You can activate and all appears ok, until you log out and back in, then as it automatically tries to take you into the Dashboard you get "Sorry, you are not allowed to access this page"

With 1.8.6 installed - You can activate and all appears ok, until you log out and back in, then as it automatically tries to take you into the Dashboard you get "Sorry, you are not allowed to access this page"
Post Reply