Category Archives: Wordpress

By April 06, 2019

Error: Use of undefined constant SECURE_AUTH_KEY Issue background : I have been using the same wp-config for over 10 years now and never considered updating the file. It was more of a set and forget type of thing. Today we updated our blog server to run on PHP 7.2 and now we are seeing this


Read More
By April 06, 2019

Uncaught Error: [] operator not supported for strings in/wp-content/plugins/revslider/inc_php/framework/base_admin.class.php:72 Solution : Change line 21 in revslider/includes/framework/base-admin.class.php from private static $arrMetaBoxes = ”; //option boxes that will be added to post to private static $arrMetaBoxes = array(); //option boxes that will be added to post


Read More
By September 29, 2015

Error: WordPress Preview shows 404 error page Solution: try adding the following to the wp-config file and then update the permalinks define(‘WP_HOME’,’http://mydomain.com’); define(‘WP_SITEURL’,’http://mydomain.com’); Add the following to .htaccess under the website root # BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ –


Read More
By July 18, 2011

check the wp-config and index.php for extra spaces or some bogus code in the heading    


Read More
By December 19, 2010

Issue: trying to import your new feeds from a external source. The error we were seeing mostly with WordPress blogs was “Import Failed We couldn’t find a feed using the URL you provided.” Fix: The error should be , you must use http:// as part of the address. so in the enter website box you


Read More
1 2 3