colosimo
Member
Posted 11 months ago #
Every time a user tries to subscribe he gets
Warning: date_timezone_set() expects parameter 1 to be DateTime, boolean given in /xxx/public_html/wp-content/plugins/amr-users/ameta-includes.php on line 616
Fatal error: Call to a member function format() on a non-object in /xxx/public_html/wp-content/plugins/amr-users/ameta-includes.php on line 617
I can give more info on request... I don't know what to do.
http://wordpress.org/extend/plugins/amr-users/
Hi colosimo,
I've had a play around but cannot recreate those errors. I have added some code to try to trap whatever might be happening and deal with it.
One aspect that might cause it would be on a non-english site with a preferred datetime format that php date_create does not like. I have changed that too, so should be more robust now.
See version 2.3.12.
Please upgrade and do let me know how you go.