Hi,
I found quite a lot of these error in the error.log. This happens on TWO different websites of different servers:
[10-Nov-2010 15:40:53] PHP Warning: getimagesize() [<a href='function.getimagesize'>function.getimagesize</a>]: URL file-access is disabled in the server configuration in /home/hospital/public_html/wp-content/plugins/register-plus-redux/register-plus-redux.php on line 1280
[10-Nov-2010 15:40:53] PHP Warning: getimagesize(http://XXXXXXXXX/wp-content/uploads/2010/11/HOPE_LOGO_smaller.gif) [<a href='function.getimagesize'>function.getimagesize</a>]: failed to open stream: no suitable wrapper could be found in /home/hospital/public_html/wp-content/plugins/register-plus-redux/register-plus-redux.php on line 1280
aqny suggestions? thanks!
http://wordpress.org/extend/plugins/register-plus-redux/
Got it! in the configuration page for the plugin, under "Hacks & Fixes" I have to check the option "Do not open URL files".
Yup, that hack was added for just such occasions, glad you figured it out.
johnzena
Member
Posted 2 years ago #
I get the following php error message in error_log.php file. <span>[30-Jan-2011 23:14:19] PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'wpr_processEmails' not found or invalid function name in /home/freeseoa/public_html/wp-includes/plugin.php on line 473
[30-Jan-2011 23:18:57] PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'wpr_processEmails' not found or invalid function name in /home/freeseoa/public_html/wp-includes/plugin.php on line 473
[30-Jan-2011 23:27:13] PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'wpr_processEmails' not found or invalid function name in /home/freeseoa/public_html/wp-includes/plugin.php on line 473
[30-Jan-2011 23:38:15] PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'wpr_processEmails' not found or invalid function name in /home/freeseoa/public_html/wp-includes/plugin.php on line 473
[30-Jan-2011 23:43:34] PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'wpr_processEmails' not found or invalid function name in /home/freeseoa/public_html/wp-includes/plugin.php on line 473
[30-Jan-2011 23:53:59] PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'wpr_processEmails' not found or invalid function name in /home/freeseoa/public_html/wp-includes/plugin.php on line 473
[31-Jan-2011 00:05:19] PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'wpr_processEmails' not found or invalid function name in /home/freeseoa/public_html/wp-includes/plugin.php on line 473
</span>
Is there a fix for this in one of the files that I can correct myself? I am using php version 5.3.3 apache version 2.2.17 mysql version 5.0.91-community. If anybody has a fix for this please let me know.
johnzena, I don't see how that error is related to Register Plus Redux, does it go away if you have Redux disabled?
johnzena
Member
Posted 2 years ago #
Yes the error went away when the plugin was disabled. Plus with the latest upgrade I don't seem to have the problem anymore. I've done several registration trials and so far no errors.
Glad to hear that, I think I might have found what was causing the error. It's very strange though, that it was attributed to wpr_processEmails, though there definitely was error with call_user_func_array.