Unable to save Theme options

Hi, I am having an issue with Betheme options. When I try to save anything within the theme options, the following error occurs.

//Forbidden

You don't have permission to access /wp/wp-admin/options.php on this server.//
----------------------------------------------------------------------------------------------------------

Because of this, I'm not able to start the work at all.

I checked with the server for any permission issues. It came normal. 

Also, the system status section of the theme is showing max input var and php memory limit wrongly as well. The php.ini values are 

memory_limit=256M
upload_max_filesize=12M
post_max_size=12M
max_execution_time=180
max_input_vars =5000

Please help me out on this as soon as possible.

Thanks in advance. 

Comments

  • Hello,
    wp-admin is not a part of the theme. You should first do this:
    1. Update wordpress
    2. Update PHP version to 7 or above
    3. Disable all plugins.
    4. Ask your hosting provider about permissions regarding the wp-admin folder and files inside it.
    thanks
Sign In or Register to comment.