error
Publishing Failed in WordPress
When you post in WordPress with over 5MB text post, you may receive this error with red color. or you found in your php error log This is because WordPress need more time to execute and process and formatting your post over the maximum execution time. You may use the way below to solve this. …
`require’: cannot load such file — php_serialize (LoadError)
I’m running some of the Ruby script inside Docker and it show me this error. The solution I use to solve it using the way below. First, goto the path of your Gemfile echo “gem ‘php-serialize’” >>Gemfile bundle install
ERROR: failed to ptrace(PEEKDATA) pid 17402: Input/output error (5)
You may found this error from your php-fpm and the php-fpm crash [code lang=”shell”] tail /var/log/php-fpm/error.log [15-May-2016 12:24:13] ERROR: failed to ptrace(PEEKDATA) pid 17402: Input/output error (5) [15-May-2016 12:24:13] ERROR: failed to ptrace(PEEKDATA) pid 17777: Input/output error (5) [15-May-2016 12:24:13] ERROR: failed to ptrace(PEEKDATA) pid 18886: Input/output error (5) [15-May-2016 12:25:53] ERROR: failed to ptrace(PEEKDATA) …
ERROR: failed to ptrace(PEEKDATA) pid 17402: Input/output error (5) Read More »
ERROR: IITC failed to extract the required parameters from the intel site
I’ve got the error by using IITC for Ingress today IITC failed to extract the required parameters from the intel site This can happen after Niantic update the standard intel site. A fix will be needed from the IITC developers. [code lang=”javascript”] – var reVersion = new RegExp(‘[a-z]=[a-z].getData\\(\\);[a-z].v="([a-f0-9]{40})";’); + var reVersion = new RegExp(‘[a-z].v="([a-f0-9]{40})";’); – …
ERROR: IITC failed to extract the required parameters from the intel site Read More »
PHP message: PHP Fatal error: Class ‘WP_List_Table’ not found in
PHP message: PHP Fatal error: Class ‘WP_List_Table’ not found in You may see this error in WordPress while disabled some plugin, because they plugin is need to use the WP_List_Table class from the WordPress. Solving the problem Add this to any of your activated plugin the it will load the class if it is not …
PHP message: PHP Fatal error: Class ‘WP_List_Table’ not found in Read More »