Shahriar Rahman
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Validation Failed. ACF was unable to performHi @victorakustica
So, basically the nonce verification failed or nonce not received means there is any change what you have made, but forgot to add nonce to that. Nonce is actually a security hash generated by the core system to verify actions taken by the user. Unfortunately we can’t say anything about plugins as each plugin has their own support system and each functions differently. You can try reaching their support or you can try these debugging tasks to see if anything is wrong.
1. Open the developer tools and check if there is any console message.
2. go to the network tab, and refresh the page. try updating now and see if you get any error.
3. Turn on wp debug and check for error logs.
you can try adding screenshots and reply to this message and if i have any info on that, i would be happy to help on the next reply.
Regards,
Shahriar RahmanForum: Fixing WordPress
In reply to: Export / Import posts between siteshi @schemastudio,
the problem you are facing, is regarded to WordPress Permalink Structures. To get back to your previous URL structure you need to go to settings and then permalink on you admin dashboard, and you can customize the permalink structure based on your needs.
to know more about permalink structure you can see the customize permalinks and permalink screen guides.