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
Print This Post













Sorry about that error - I discovered the bug after I released WPBlacklist 2.6. You can also fix it by removing the backslash from require_once(’/wp-includes/wpblfunctions.php’); so that it says require_once(’wp-includes/wpblfunctions.php’);. I’ve actually created a bug-fix release which has a few other fixes but haven’t had time to fully test it and so it hasn’t been released yet …
No problem Fahim! I would really like to thank you for this great plugin! It helps avoid comment spam.
we need you in dasma