Support » Fixing WordPress » Cant add content to new pages!?!?

  • Domain: http://www.missyandco.com

    Since last night ive been unable to add content to new pages. When i add a new page, the following comes up:

    Warning: json_decode() expects parameter 1 to be string, array given in /home/x/public_html/wp-content/themes/headway-207/library/core/functions.php on line 697

    Warning: json_decode() expects parameter 1 to be string, array given in /home/x/public_html/wp-content/themes/headway-207/library/core/functions.php on line 697

    (i deleted name & added the “x” in the above errors)

    However, if i go to the domain, the page is there… but then i go back to the admin, the page is visible so i add some content, hit update, and i get the same above error. When i refresh the domain, the page is still there but all columns, widgets, plugins etc, are gone, only the header, footer & navbar remain.

    Ive checked the htaccess, it looks ok, reads:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    Hope theres info there to find a solution!

Viewing 1 replies (of 1 total)
  • first thing to always test:

    switch to default theme
    deactivate all plugins

    if it works after you’ve done that, then it’s one of the plugins or your theme causing the issue.

    if the issue is persisting, I would re-install WordPress and overwrite the existing files with a fresh copy of WordPress.

    as a last resort, it could be an issue with your webserver.

Viewing 1 replies (of 1 total)
  • The topic ‘Cant add content to new pages!?!?’ is closed to new replies.