Unable to save in settings menu
-
Hi,
I’ve seen a few similar problems but no answer as yet to this prob I’m having. When in the Settings menu I make a change and try and save I get re-directed to here: https://wp-admin/options-general.php?updated=true which it obviously can’t fine. Looks like I’m missing some config somewhere as it’s not prefixing it with my site. The contents of my wp-config.php is:
define(‘DB_NAME’, ‘***’); // The name of the database
define(‘DB_USER’, ‘***’); // Your MySQL username
define(‘DB_PASSWORD’, ‘***’); // …and password
define(‘DB_HOST’, ‘***’); // 99% chance you won’t need to change this value
define(‘DB_CHARSET’, ‘utf8’);
define(‘DB_COLLATE’, ”);
define(‘WP_SITEURL’, ‘https://www.<mysite>.co.uk’);
define(‘WP_HOME’, ‘https://www.<mysite>.co.uk’);
define(‘WP_DEBUG’, true);Any ideas why this is happening? The same occurs when I try and delete posts or indeed make any other changes to the db. The db changes do occur as it happens but I still get the error.
- The topic ‘Unable to save in settings menu’ is closed to new replies.