Hi @sirlouen,
Hm, that is interesting. Have you tried to clear AAM cache on the AAM page under Settings area?
Keep me updated.
Vasyl
Hello @vasyltech
I’ve cleared the AAM cache without any results. Still Memory Exhausted error
Where I can download 5.9.1.1 or 5.9.1 to test a roll back?
Ok, I’ve rolled back to 5.9.1.1 from here:
https://downloads.wp.xz.cn/plugin/advanced-access-manager.5.9.1.1.zip
And it works seamlessly so it’s clearly a modification in the 5.9.2 which breaks the compatibility between AAM and ACF
It is probably related to some of the changes that I’ve made to solve the issue mentioned in topic that you’ve discovered already https://forum.aamplugin.com/d/99-custom-post-type-does-not-honor-edit-delete-publish-overrides/5.
I just need to understand your edge case. Can you please explain how did you setup your ACF?
Thank you,
Vasyl
Nothing special. I’ve only created some Group fields from scratch. I have not made any changes from the custom settings.
I have ACF pro (not ACF free) but I don’t feel that could be the problem.
And I have made 5 sets of field groups, but I cannot access any of the 5.
@sirlouen,
Please check this version https://downloads.wp.xz.cn/plugin/advanced-access-manager.zip
I’ve wondering if that would relate some how to the issue that I’ve just discovered.
Keep me updated.
Vasyl
@sirlouen,
Quick update. I was able to replicate the issue so I’m looking in to the cause of it and will prepare the fix with upcoming 5.9.2.1 release.
Will keep you updated.
Vasyl
@sirlouen,
Found the cause. Apparently WordPress core remapping the post type capability for read_post from the post type array of caps.
Here is the fixed version https://downloads.wp.xz.cn/plugin/advanced-access-manager.zip
Keep me updated.
Vasyl
Tested new version but now I see this message everywhere inside ACF
Notice: Undefined offset: 0 in /wp-content/plugins/elementor/core/documents-manager.php on line 428
It’s a notice that I can obviously remove with WP_debug to false, but it happens after installing 5.9.2.1
By the way this is the line 428
$allcaps[ $caps[0] ] = $document::get_property( 'is_editable' );
More Context:
$document = Plugin::$instance->documents->get( $post_id );
$allcaps[ $caps[0] ] = $document::get_property( 'is_editable' );
It seems something related with Elementor
BTW: Now I can access the field groups, so the first issue is solved, but I prefer to keep it here, because it should be related.
Have not updated to the latest version, but have this “Notice: Undefined offset” been already solved?
Now there is the same bug and in the past days i’ve wordked without any problem .
I’ve not done any new update at project.
How can to solve the problem –> /wp-content/plugins/elementor/core/documents-manager.php on line 428 when i try to open the acf on an elementor’s based site?
I have also a Problem after update aam, my acf pro is broken. acf is very important plugin, my whole Website is running under acf pro. after delete aam it runs
@kazimtunay,
The fix is coming with 6.0.2 release shortly.
Thank you,
Vasyl