I’ve tried a fresh install and an upgrade and can’t recreate this.
Can you turn on error reporting and try it again?
https://codex.ww.wp.xz.cn/Debugging_in_WordPress
Sorry: Temporarily, can you make the following line TRUE in your wp-config.php file:
define( ‘WP_DEBUG’, true );
then, to turn it off, make it
define( ‘WP_DEBUG’, false );
Here is what it is showing …
is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /usr/share/wordpress/wp-includes/functions.php on line 3831 Notice: get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /usr/share/wordpress/wp-includes/functions.php on line 3831 Notice: get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /usr/share/wordpress/wp-includes/functions.php on line 3831 Notice: get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /usr/share/wordpress/wp-includes/functions.php on line 3831 Skip to main content Skip to toolbar
Notice: Undefined variable: swOrsp in /usr/share/wordpress/wp-content/plugins/i-agree-popups/includes/i-agree-wp-footer.php on line 201
Parse error: syntax error, unexpected T_LOGICAL_AND, expecting ‘)’ in /usr/share/wordpress/wp-content/plugins/book-a-room/templates/events/eventForm_times.php on line 416
I definitely found the error(s) that you were throwing and just put up an incremental update that should fix it. Try 2.7.1 and let me know if that helps!
Thanks! That fixed it, I really appreciate your fast responses.