A huge error log
-
I am using cpanel. After i open the file manger i got a huge error log.
Only one day it will created error log around 10MB (IMO it’s a huge error).I downloaded and open in my notepad. It contain a lot of text like these :
[27-Apr-2013 03:22:45 UTC] WordPress database error Got a packet bigger than 'max_allowed_packet' bytes for query INSERT INTO
XX_options(
option_name,
option_value,
autoload`) VALUES (‘bwps_file_log’, ‘s:XXXXXXXX:\”a:XXXX:{s:10:\”xmlrpc.php\”;a:2:{s:8:\”mod_date\”;i:XXXXXXXXX;s:4:\”hash\”;s:32:\”XXXXXXXXXXXXXXXX”;}s:28:\”images/mwn_small_emblem3………………………………………………………………………………………….
ON DUPLICATE KEY UPDATEoption_name
= VALUES(option_name
),option_value
= VALUES(option_value
),autoload
= VALUES(autoload
) made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘plugins_loaded’), call_user_func_array, bwps_secure->filecheck, bwps_filecheck->__construct, bwps_filecheck->execute_filecheck, update_option, add_option`What’s matter with it?
I can’t increase my max_allowed_packet. So can it be fixed by add this code inside my wp-config?//BEGIN Better WP Security define( 'BWPS_FILECHECK', false ); //END Better WP Security
Sorry if i am not using proper english. Thank you
- The topic ‘A huge error log’ is closed to new replies.