Posted: July 21, 2015 at 7:51 pm
|
I’m working with wordpress and yesterday i had the Event Espresso Decaf, today i update the version. But i’m getting “This registration step could not be completed.”. Looking into the forums i found that could be an error of Total cache, but i don’t have any cache on my site, i tried uninstalling all the add ons but i have no luck to process the order. The error is happening on all the registrants, i delete the event and create a new one with only the basic information, but again… no luck. i don’t know what is happening, but yesterday i was working with the decaf version without any problem. Thanks |
Hi there, Can you link us to one of your events so we can investigate this further please? |
|
|
http://www.cincovillas.org/?espresso_events=el-desafio-de-los-seis-novilleros |
|
Now i’m getting this error. An error has occurred: |
Your site is running out of memory and throwing this error:
You’ll need to up the memory available to your site, you can do this in various ways but the easiest is using the WP_MEMORY_LIMIT value within wp-config.php. More details can be found here: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP Basically you need to log into your server via FTP, find and edit your wp-config.php file and add something like: define( 'WP_MEMORY_LIMIT', '96M' ); Just above the line that says: /* That’s all, stop editing! Happy blogging. */ If you are unsure of how to do the above I would recommend issuing a ticket with your hosting company to have them up the limit for you. |
|
|
Perfect!!!! is working! Thanks for your help. just one question why the input of the e-mail is a quite different than the name and last name? |
That’s due to your sites theme. It is applying styles specifically to input fields that have a type of ‘text’. The email input is type ’email’. You can add something like this: input[type="email"] { border: 1px solid #d2d2d2; font-size: 13px; color: #747474; padding: 8px 15px; margin-right: 1%; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset; -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset; } To force the email field to match your others. We recommend using either the My Custom CSS or Reaktiv CSS Builder plugins to add custom styles such as these. |
|
|
Ok, Thank you. Last question… There is a way to change the language to spanish? |
We have a guide to setting this up here: https://eventespresso.com/wiki/translating-event-espresso/#ee-lang You’ll need to make sure you sites language is set correctly within Dashboard -> Settings -> General -> Site Language. Then follow the steps on the link above to download the translations and apply them onto your site. |
|
|
Thank you Tony for your support! it was very helpful |
You’re most welcome 🙂 If you have any further questions just let us know. |
|
|
i create the languages directory inside wp-content/uploads/espresso and put the file event-espresso-4-es-mx.po in the wp-config.php is define(‘WPLANG’, ‘es_MX’); am i doing something wrong? |
Hi Gerardo, are the po and mo files that you are using from this location on our GlotPress project? — |
|
|
Hi Lorenzo, Yes, i’m using that PO Files. |
The PO file is a human readable version of the translations, they are intended to be used with POEdit to allow you to edit the translations. When you save the file within POEdit, it will create a .MO file with the same filename. The MO files are the same as your PO files, only in machine code. It is the MO files that WordPress reads the translations from, not PO. If you go here: http://translate.eventespresso.com/projects/event-espresso-4/es-mx/event-espresso-es_MX At the bottom of the page change the dropdown to the .mo file, then click export – http://take.ms/SIJVx (Or open your PO file within POEdit and press save) Make sure the filename is correct: event-espresso-4-es_MX.mo Then upload that file to /wp-content/uploads/espresso/languages/ Does it now work? |
|
|
Hi, I added the file there, added it to the wp_config and it did NOT work. Then I went to Settings > General and Made sure my Site Language (Idioma del sitio) was set correctly then saved. Mexican then kicked in. |
|
the language is working! thanks for your help |
|
Awesome! Glad you got it sorted! |
The support post ‘This registration step could not be completed – Free Ticket’ 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.