Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114 Incorrect time when someone registers | Event Espresso - Staging Server
I have a problem where the incorrect time is shown when someone registers on for an event. It always seems to be an hour off. The correct time is set in espresso general settings and in WordPress general settings but not in the log when the user comes back from Realex.
yeah the blog posts are showing the correct date and time. I checked out phpinfo from the root directory and can confirm that the server time is correct too.
I’m not sure why that would be happening, unless there’s something overriding your server’s settings. Event Espresso grabs the current time when it adds an attendee record to the database.
Can you try adding this code to a php file on the server and view the file in the browser and see what it returns?
SERVER[“REQUEST_TIME”] marks when the current request began, and is the time set on the server. The PHP date() function initially utilizes the time set on the server but can then be offset in multiple ways, such as timezone settings or by adjusting for daylight savings.
You mention “the log when the user comes back from Realex” what log are you talking about? If that data is generated by Realex, then you may simply be seeing a timestamp from the Realex server, which of course would only be the same as your server’s time, if they were in the same time zone and set up identically.
Viewing 6 reply threads
The support post ‘Incorrect time when someone registers’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.