User tests: Successful: Unsuccessful:
Pull Request resolves # .
IF for some reason your site does not have a $secret in the configuration.php and you try to see an api token then the field will be empty. This PR adds a log explaining the reason for the token to be blank
I didn't think it was possible not to have a $secret but I saw this on a live site - possibly created by a hosts own joomla creation script
Go to the Joomla Api Token of your own user account
There should be an API token displayed
Edit configuration.php and remove the line public $secret
Check your token again and it is empty
Enable logging (Log Almost Everything) in the admin
Check your token again
There is nothing in the logs
the log file everything.php now contains an explanation why the field is blank
Please select:
Documentation link for guide.joomla.org:
No documentation changes for guide.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
| Status | New | ⇒ | Pending |
| Category | ⇒ | Front End Plugins |