You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, running yourls 1.9.2, the plugin can be enabled, but not disabled. It seems the cause is uninstall.php. With enabled debug log option in config.php, there is no output. i have no clue what could be the cause yet.
content of file is
1 <?php
2 /*
3 author: Matthew
4 version: 1.0
5 */
6
7 // No direct call.
8 if( !defined( 'YOURLS_UNINSTALL_PLUGIN' ) ) die();
9
10 yourls_delete_option('matthew_2fa_tokens');
~
the problem is caused in includes/functions-plugins.php $attempt = yourls_include_file_sandbox( $uninst_file );
The text was updated successfully, but these errors were encountered:
Hi, running yourls 1.9.2, the plugin can be enabled, but not disabled. It seems the cause is uninstall.php. With enabled debug log option in config.php, there is no output. i have no clue what could be the cause yet.
content of file is
the problem is caused in includes/functions-plugins.php
$attempt = yourls_include_file_sandbox( $uninst_file );
The text was updated successfully, but these errors were encountered: