• Hi-

    When I edit anything in the settings tab the site get hung up on options.php and shows “all settings” I can’t figure out how to correct the issue.

    Any ideas?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Have you tried:

    – deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    – switching to the Twenty Eleven theme to rule out any theme-specific problems.

    resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems.

    – re-uploading all files & folders – except the wp-content folder – from a fresh download of WordPress.

    It may be in your theme “all setting” page is enable.
    you can check in code for following syntax

    add_options_page( __( ‘All Settings’ ), __( ‘All Settings’ ), ‘administrator’, ‘options.php’ );

    n check in your function.php of your theme and can comment or change the needful.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Site stuck on options.php’ is closed to new replies.