Alkerion
Forum Replies Created
-
Hi!
Same issue for me but with WP 4.9.9
Error:
UnexpectedValueException thrown
RecursiveDirectoryIterator::__construct(/): failed to open dir: Permission deniedI also always have the 16 available updates appearing, even after several install completed with “Success! Everything is now up-to-date” message.
Thanks for the fix
BR
Forum: Plugins
In reply to: [Memphis Documents Library] Folders not clickableHi,
“Scripts-To-Footer” Extension is incompatible as example.
Perhaps it’s possible to configure it to solve the issue but I haven’t lost too much time and just removed this extension.
Regards
Forum: Plugins
In reply to: [Memphis Documents Library] Folders not clickableHi!
Seems that MDL is incompatible with Extensions that improve Scripts managements.
Regards
- This reply was modified 7 years, 5 months ago by Alkerion.
Forum: Plugins
In reply to: [Memphis Documents Library] Folders not clickableHi !
Same issue for me, can’t open folders anymore.
Tried to clear browser cache without success.
Firefox 63.0.3 64bit on W10Thanks for support
RegardsHi Kevin !
Yes it works, no more errors.
Thanks a lot for this quick fix.
Best regards
Forum: Plugins
In reply to: [SpiderCalendar] Choose Categories on calendar widgetHi !
Thanks for your reply.
Can we expect this feature to be implemented ?
Regards
Hi Kevin,
OK, thanks for the clarification.
But that doesn’t really answer the issue I faced.
I’ve created a new admin user and now everything is back to normal, no idea why the settings wasn’t displayed with previous admin.
Regards
Hi Kevin,
Thanks a lot for the quick fix, no log anymore 🙂
Regards
Hi !
I’ve remove the new buggy code section from groups-retrieval_pp.php and no error anymore.
Hope to obtain support and fix.
// ensure current WP roles are recognized even if pp_group_members entries out of sync if ( ! empty( $args['wp_roles'] ) ) { foreach( $args['wp_roles'] as $role_name ) { if ( is_object( $role_name ) ) $role_name = $role_name->name; $matched = false; foreach( $user_groups as $ug ) { if ( ! empty( $ug->metagroup_id ) && ( $ug->metagroup_id == $role_name ) && ( 'wp_role' == $ug->metagroup_type ) ) { $matched = true; break; } } if ( ! $matched ) { $role_group = pp_get_metagroup( 'wp_role', $role_name ); $user_groups[$role_group->ID] = $role_group; } } }- This reply was modified 8 years, 10 months ago by Alkerion.
Hi !
I’ve compared the two Admin users in DB tables, I still can’t find any differences between them.
I’ve deleted the old Admin and use the new one, works as expected now.
Unexplained bug but fixed
BR
It’s crazy
I’ve created a new Admin user and the options are displayed, I can’t find any reasons or settings that will prevent my historical admin user to see these options.
any help appreciated.
Well,
If I remove “&post_type=post” in URL it’s showing again….
Any explanation & fix ?
Regards
Same issue on post_tag.
If in Core Settings I uncheck Category in Filtered Taxonomies I see on Category edit a message to enable filter, when activated I see nothing anymore.
I’ve no idea since when it’s not working anymore as I set the Category filtering nearly one year ago….
Tried to turn off all extensions -> Still not showing
Tried uninstall/install -> Still not showing
That’s working well on my other sites with same versions
Any help appreciated
Hi !
I’ve tried fresh install, no changes, error still raised.
I’ve tried to rollback to 2.3.19, no error anymore.
Error only raised with 2.3.20