Support

Admin Tools for WordPress

#38085 Admin Tools Bug

Posted in ‘Admin Tools for WordPress’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Environment Information

WordPress version
6.1.1
PHP version
8.1.12
Admin Tools version
1.5.8

Latest post by nicholas on Monday, 28 November 2022 02:28 CST

RobertSpencer

Hi,

 

Under HTTPS Tools:

 

And enabling "Convert all links to HTTPS when site is accessed over SSL", I received a PHP error about a missing ')' on line 58 of my wp-config.php file.

Checking that file, I found out that it was mistaken and the line above had a missing closing quote.

 

define('LOGGED_IN_SALT', 'HASH'); # Last single quote was missing.

define('NONCE_SALT', 'HASH'); # Line 58

nicholas
Akeeba Staff
Manager

This is not a line we change, though, when you use this feature. This option simply tells the plugin which is already running on every page to do a mass string replace of http:// to https://. That's all there is to it, really.

When you use the completely unrelated feature to change your salts we do change that line, as well as all lines containing salts, BUT they are balanced — I rechecked.

So, it looks like you either changed that value by hand (most likely) or you have a third party which modified that file.

Nicholas K. Dionysopoulos

Lead Developer and Director

🇬🇷Greek: native 🇬🇧English: excellent 🇫🇷French: basic • 🕐 My time zone is Europe / Athens
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!