PHP error when a booking is created
-
Hi
I’m getting this error whenever someone creates a booking:
Warning: Creating default object from empty value in /wp-includes/capabilities.php on line 641
I’ve made sure that I’ve checked “anyone can register” in the WP settings, but no user is created, and I get one error line for every booking, on both the front and back end.
I hid the front end error by adding
ini_set(‘display_errors’,’off’);
to my index.php, but this is not a long-term solution.Any ideas?
I am aware that i need to upgrade WP and the events manager plugin – is this going to solve my error problem?Thanks in advance for the help!
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
- The topic ‘PHP error when a booking is created’ is closed to new replies.