Hello!
I recently changed my WordPress database prefix, which went smoothly, until I realized I couldn’t access the ACF update page anymore.
I’m talking about this page: http://example.com/wp-admin/edit.php?post_type=acf-field-group&page=acf-settings-updates
I get the “You do not have sufficient permissions to access this page.”
So I searched in my database, in the xx_usermeta table, if there is any remaining wp_ prefix or else that I could have forgotten, and which would explain why I cannot access the aforementioned page. But I can’t find anything.
Is there a way to declare the plugin license, without the “updates” page? I.e. with a SQL request, or through a PHP function?
Thanks for your help π
Ok, my bad. I had defined 'ACF_LITE'
to true
. π