Skip to content

JSON ERROR: Syntax error #55

Open
Open
@maab16

Description

@maab16

Sometimes may be you get this error. If you are using it first time then make sure you followed some steps

  1. Enable mod_rewrite in your server
  2. Make sure you have .htaccess file in your WordPress root directory. Contents should look like
<IfModule mod_rewrite.c>
	RewriteEngine On
	RewriteBase /
	RewriteRule ^index\.php$ - [L]
	RewriteCond %{REQUEST_FILENAME} !-f
	RewriteCond %{REQUEST_FILENAME} !-d
	RewriteRule . /index.php [L]
</IfModule>
  1. Make sure your URL permalink is Post name

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions