• Resolved Rosa Lagana

    (@rtlagana)


    I have customized my menu using the menu theme option and works fine however now when I tried to update the menu pages I am not able to save changes.

    I receive the following message:
    Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.”

Viewing 1 replies (of 1 total)
  • Hey there,

    Did you go check your servers error log as the message mentioned?

    That should let you know the track down the issue that causes this.

    You could also try WP_DEBUG, to output the WordPress debugging information you can open your wp-config.php file and change:

    define('WP_DEBUG', false);

    To:

    define('WP_DEBUG', true);

    You can also have these errors output to a debug.log file located in your /wp-content/ folder, to do this add the following to your wp-config.php file:

    define('WP_DEBUG_LOG', true);

    Using WP_DEBUG would put the errors on the site, you can hide those and just have them out put the WP_DEBUG_LOG (if set to true) by using this as well:

    define('WP_DEBUG_DISPLAY', false);

    Let me know what you find.

    Take care.

Viewing 1 replies (of 1 total)
  • The topic ‘Unite Theme Menu option crashing’ is closed to new replies.