- The map not showing contact page.
- Then having JSON Error when updating the page.
- Having Your subscription expires in 1 day even I've already renew the license
The map isn't showing where, on the front end? What does show? A broken map, or nothing at all?
Are there any errors in the browser developer console?
The JSON error appears when editing the page in the back end? You are editing the page using the block editor, with a View block and a Map block? Or you created the map with a legacy View?
Again, any more details of errors in the console?
A JSON error can sometimes indicate an error on the server (producing an invalid JSON response).
Can you check your PHP debug log?
If you haven't already, turn on the debug log by editing your wp-config.php file and change the line with WP_DEBUG like so:
That will create a debug.log file in your /wp-content/ directory which you can examine in any text editor. Try visiting the same page where you observe the problem and then inspect the log. If you don't find the debug.log file it means it didn't generate any warnings or errors.
If you are still seeing problems related to your account, could you please create a separate thread about that, and then it can get assigned to someone in the accounts department.