Posted: May 14, 2018 at 3:57 pm
Hello, I’m running into a few issues and am hoping to be pointed in the right direction. I searched the forum for solutions and am still having trouble. Thanks in advance for your help! 1. When attempting to register and add an event to cart, I often receive this error: “We’re sorry, but your ticket selections could not be processed due to a server timing error. Please hit the back button on your browser and try again.” 2. When attempting to check out, I get the error “This transaction cannot be accepted. (Reason Code: 103)”. I have Authorize.net AIM set up with the login ID and transaction key. The same credentials are being used by another website and is working. 3. When on mobile, the calendar add-on does not seem to display properly: 4. When on mobile, the grid add-on doesn’t seem to be clickable, and I can’t find a way to center the grid within the container / column. Image here. |
|
Hi, apologies——I just solved the Authorize.net 103 error. However I would still very much appreciate help troubleshooting the others! Thank you. |
|
Hi there,
This is usually caused by caching where the timestamp on the ticket selector is over an hour old. If you have a caching plugin activated you can add an exclusion for any page with the ticket selector (usually any page with /events/ in the URL).
The calendar wasn’t developed for mobile (small screen) views, there’s a suggestion outlined in the calendar documentation that shows how to serve an event list instead of the full calendar to small screens: https://eventespresso.com/wiki/events-calendar-add-on/#how_to_calendar_list_on_small_screens
Are you using the Grid shortcode within the page content or is the shortcode being used within a page builder outside of the main content? If you can post a link to the page we in question we can investigate further. |
|
Thank you for pointing me in the right direction with the caching and calendar on mobile. The WP Mobile Detect is a good fix. Now that I’m able to complete the transaction, I’m running into a few new issues: 1. After completing a transaction, on the “thank you” page, there’s a button “View Full Order Confirmation Receipt”. Clicking on it brings us to the receipt (or toggle for invoice), which I see we can edit via “Messages”. However, on the top of the page for both invoice / receipt, I’m getting this error: “Warning: getimagesize(): http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /data/12/1/22/27/1185516/user/1260778/htdocs/wordpress2018/wp-content/plugins/event-espresso-core-reg/core/libraries/shortcodes/EE_Transaction_Shortcodes.lib.php on line 504 Warning: getimagesize(http://trainthebay.org/wp-content/uploads/2018/05/train_the_bay_horiztonal_white_simple-300×56.png): failed to open stream: no suitable wrapper could be found in /data/12/1/22/27/1185516/user/1260778/htdocs/wordpress2018/wp-content/plugins/event-espresso-core-reg/core/libraries/shortcodes/EE_Transaction_Shortcodes.lib.php on line 504” 2. I managed to come across the “your cart is empty” page, which has the following content: How can I 1. update the verbiage to say “NOTHING IN YOUR CART”; and 2. update the link from the /events (or in my case /classes) url to another url (/register)? |
|
Hi there,
allow_url_fopen has been disabled on your server which is casue the above, you will need to contact your host and have them enable
You’ll need to ‘translate’ the string to another, we have some examples of how you can do that here: https://eventespresso.com/wiki/how-to-change-wording-with-poedit/ I would use the custom function: https://eventespresso.com/wiki/how-to-change-wording-with-poedit/#custom-function the string you need to translate is
You can change that text, and the link used, using something like this: https://gist.github.com/Pebblo/4aa2463d2781170f383710ce519ca082 You can all of the functions used above to a custom functions plugin, we have some documentation on how to create one here: https://eventespresso.com/wiki/create-site-specific-plugin-wordpress-site/ However, are you wanting that /events/ link used throughout EE to all use a different URL? |
|
Thank you! Yes, I would like everything pointing to /events (in my case /classes) to actually go to /register. |
|
Hi Sherry, That can be changed by adding the following code to your site’s functions plugin:
|
|
Hi Josh, I added the code you provided and most of the /classes url are correctly being directed to /register, which is great! However, this is not working on this page: https://trainthebay.org/registration-checkout/?uts=1526332487#checkout Also, on the Receipt/Invoice pages, I was able to enable allow_url_fopen, but I am now getting this error: |
|
Hi there, Can you explain what you mean by “not working”? I’m sorry but we cannot access the page to see what’s happening there. With regards to the 400 Bad request error, I’m not able to open an image with that URL either. May I ask does the web server serve your browser an image if you click this link? |
|
Hi Josh, the site is currently pw protected. How can I share the credentials with you? ————————– Can you explain what you mean by “not working”? I’m sorry but we cannot access the page to see what’s happening there. I used the function you provided, below, and many of the urls that previously pointed to /classes now point to /register. add_filter( HOWEVER, on the “your cart is empty” page, which has the following content: ————————– May I ask does the web server serve your browser an image if you click this link? Yes, the link works for me and pulls up the file which is a logo. Thank you! |
|
The thing about the link is, it doesn’t serve an image to me when I go to the URL in a browser, which may be why the script can’t access the image either. The nothing in your event queue message is actually using a different template than the cart templates, so the code you added will not affect that link. Changing the link there will require an additional code snippet like this:
You can send credentials via this secure form: |
|
Thank you Josh! I submitted credentials via the link you provided. |
|
Thanks, I followed up by email. |
|
The support post ‘Check-out / Transaction / Mobile issues’ 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.