I was testing out wordpress and also installed wpblacklist 1.22. However, it was causing “unknown modifier” errors. So I looked in Fahim Farook’s website for an update.
I got the wpblacklist 2.6. I received new errors. “open_basedir” errors. I noticed that line 3 of blacklist-install.php was causing the error: “require_once(’/wp-includes/wpblfunctions.php’);”
The fix I did was to add the full directory path of my home directory:
“require_once(’/home/user/wordpress/wp-includes/wpblfunctions.php’);”
Hope it helps.
Related posts
3 Comments
Print This Post












