rimmerdev
Forum Replies Created
-
Hello,
Thankyou for working with me on this issue! It is indeed a strange one.
Adding the function to disable_functions seemed to disable some errors, and my provider said that changing max_user_connections didn’t have any affect on the 404 error.
Permalinks is already set to be plain, but the effect is not quite that – it isn’t a 404 error local to the website, the entire site goes down, including the dashboard. In the console it says
Failed to load resource: the server responded with a status of 404 (Not Found). You can try it yourself:https://matthew-rimmer.co.uk/
https://matthew-rimmer.co.uk/wp-admin/The only way I get my site back is by renaming the plugin as this disables it in wordpress and gets me access.
I’ll also note my provider attempted to disable their generated .htaccess file, but this had no effect.
Hello,
I renamed boldgrid back to it’s regular name, and it enabled fine. However, after I clicked on my dashboard (or any button after enabling), it stopped and now my site has gone back to constant 404 no matter which URL I try to connect to.
In the debug log the following errors repeat over and over:
[03-Nov-2021 15:21:18 UTC] PHP Warning: fread() expects parameter 1 to be resource, bool given in /homepages/39/d4296035556/htdocs/wordpress/wp-content/plugins/boldgrid-backup/admin/class-boldgrid-backup-admin-cli.php on line 139 [03-Nov-2021 15:21:18 UTC] PHP Warning: popen(echo "This file is safe to delete." > /homepages/39/d4296035556/htdocs/wordpress/wp-content/boldgrid_backup_kWs8gKNDOJxP/safe-to-delete.txt 2>/dev/null,r): Resource temporarily unavailable in /homepages/39/d4296035556/htdocs/wordpress/wp-content/plugins/boldgrid-backup/admin/class-boldgrid-backup-admin-cli.php on line 137 [03-Nov-2021 15:21:18 UTC] PHP Warning: fread() expects parameter 1 to be resource, bool given in /homepages/39/d4296035556/htdocs/wordpress/wp-content/plugins/boldgrid-backup/admin/class-boldgrid-backup-admin-cli.php on line 139 [03-Nov-2021 15:21:18 UTC] PHP Warning: popen(crontab -l 2>/dev/null,r): Resource temporarily unavailable in /homepages/39/d4296035556/htdocs/wordpress/wp-content/plugins/boldgrid-backup/admin/class-boldgrid-backup-admin-cli.php on line 137 [03-Nov-2021 15:21:18 UTC] PHP Warning: fread() expects parameter 1 to be resource, bool given in /homepages/39/d4296035556/htdocs/wordpress/wp-content/plugins/boldgrid-backup/admin/class-boldgrid-backup-admin-cli.php on line 139 [03-Nov-2021 15:21:18 UTC] PHP Warning: popen(env 2>/dev/null,r): Resource temporarily unavailable in /homepages/39/d4296035556/htdocs/wordpress/wp-content/plugins/boldgrid-backup/admin/class-boldgrid-backup-admin-cli.php on line 137 [03-Nov-2021 15:21:18 UTC] PHP Warning: fread() expects parameter 1 to be resource, bool given in /homepages/39/d4296035556/htdocs/wordpress/wp-content/plugins/boldgrid-backup/admin/class-boldgrid-backup-admin-cli.php on line 139 [03-Nov-2021 15:21:18 UTC] PHP Warning: popen(php -qf /homepages/39/d4296035556/htdocs/wordpress/wp-content/plugins/boldgrid-backup/cron/cli-support.php > /homepages/39/d4296035556/htdocs/wordpress/wp-content/boldgrid_backup_kWs8gKNDOJxP/cli-support.txt 2>/dev/null,r): Resource temporarily unavailable in /homepages/39/d4296035556/htdocs/wordpress/wp-content/plugins/boldgrid-backup/admin/class-boldgrid-backup-admin-cli.php on line 137Along with occasionally:
[03-Nov-2021 15:22:35 UTC] PHP Warning: mysqli_real_connect(): (HY000/1203): User o4773469 already has more than 'max_user_connections' active connections in /homepages/39/d4296035556/htdocs/wordpress/wp-includes/wp-db.php on line 1653Thanks for getting back to me,
I can confirm I’m using the version you linked there, version 1.14.13
When I installed and renabled it for the first time to test it with query monitor, I got the following error:
Fatal error: Uncaught Error: Call to a member function wordpress_option_updated() on null in /homepages/39/d4296035556/htdocs/wordpress/wp-content/plugins/boldgrid-backup-stop/includes/class-boldgrid-backup-activator.php on line 136 Call stack: Boldgrid_Backup_Activator::maybe_sync_options() wp-content/plugins/boldgrid-backup-stop/includes/class-boldgrid-backup-activator.php:101 Boldgrid_Backup_Activator::on_post_activate() wp-content/plugins/boldgrid-backup-stop/includes/class-boldgrid-backup-activator.php:158 Boldgrid_Backup_Activator::post_activate_notice() wp-includes/class-wp-hook.php:303 WP_Hook::apply_filters() wp-includes/class-wp-hook.php:327 WP_Hook::do_action() wp-includes/plugin.php:470 do_action() wp-admin/admin-header.php:287 require_once() wp-admin/plugins.php:603Other things include, in the Hooks and actions section, an error:
::auto_update_core() Error: The parameter class is expected to be either a string or an objectAnd an expansion on the previous errors:
Warning call_user_func_array() expects parameter 1 to be a valid callback, first array member is not a valid class name or object 1 wp-includes/class-wp-hook.php:303 do_action('admin_init') wp-admin/admin.php:175 Core - Warning call_user_func_array() expects parameter 1 to be a valid callback, first array member is not a valid class name or object 9 wp-includes/class-wp-hook.php:303 apply_filters('auto_update_plugin') wp-admin/includes/update.php:1080 wp_is_auto_update_forced_for_item() wp-admin/includes/class-wp-plugins-list-table.php:235 WP_Plugins_List_Table->prepare_items() wp-admin/plugins.php:533- This reply was modified 4 years, 7 months ago by rimmerdev.