Posted: November 11, 2014 at 1:16 pm
|
Hello, Serious issue here: I have 4 transactions that occurred from November 4th through the 7th where the names cannot be recovered I am getting the below error.
I am (luckily) able to see these enrollments in my registrar. but how do I fix this? Also, can anyone direct me to where to look to prevent this from happening again? Thanks. |
Hi Peter, How are you today? Where is that error occurring, an admin page or emails or reports? Have you edited the EE core files or the system questions? |
|
|
Hi Garth, The error is occurring in the admin panel under the transactions list. There are 4 transactions that have replaced the Primary Registrant and email fields with “Could be something wrong with the primary registration associated with this transaction in the db”. I haven’t messed with any of the EE core files. At this point, can you offer insight as to exactly WHERE i manually input that information into PHPMySQL? Much thanks. |
Hi Peter, since there are four transactions, I think a better option would be to remove those via the database and then manually add the registrations through the Add New Registrations button in the WP dashboard. This can be found by going to Event Espresso –> Events. Then hover over the name of the event and click on Registrations. For removing the bad information, try this: 1a) Backup your database 1b) Pull the site onto a staging site (if possible) 2) Go to wp_esp_transactions. Locate the first transaction by looking for the datestamp and remove it. Then repeat for the other transactions 3) Go to the wp_esp_registrations. Locate the first attendee for this transaction by looking for the date and attendee information and remove it. Then repeat for the remaining transaction. 4) Go back to your transactions overview screen and it should appear okay. Also check the registrations screen. Once you have checked both, you can manually create the four registrations again. — |
|
|
Hi Lorenzo, Thank you for the insight. I will try this and either close the case or let you know if I need help. Thank you. |
|
To whomever is in today. Emergency. None of my transactions are getting added since November 9th. Please help. |
Hi, What happens if you try to add a registration through the WP dashboard. Is it recorded? — |
|
|
Hi Lorenzo, |
Hi, Another plugin may be blocking or interfering with the registration information. Try re-testing with only Event Espresso and its add-ons running. If it works, then restore a few plugins at a time and re-test again. Continue this process until it fails. — |
|
|
Hi Lorenzo, It is indeed a plugin issue. I had a conflict with Tinypass (a Paywall for selling videos online). However, this does create a problem for me, since I need both functions to run. So, I need some help with determining why these two are conflicting. I have provided the cited code below. Nothing sticks out to me. The offending bit of code on TinyPass’ side seems to be a declaration of the Tinypass file location constant. Do you have any idea what is causing this problem that I can take to Tinypass to see what is wrong on their end? It created the following error message:
Now, the line12-16 on Tinypass shows the following: And, line 245 from ee_session.core.php is a private function for opening a session with the client. Here are Lines 230- 253
But any help you can give on the nature of this conflict will help me find better success with the other plugin provider. |
|
Hi, With wp_debug active those notices and errors will show, but they should have zero impact on the site once wp_debug is disabled. The notice is due to poor coding on TinyPass’s part, but it should not be a show stopper. The warning occurs simply because the notice is being shown. Again, those errors do not seem to be affecting EE’s operation. I tested TinyPass (from the WP.org repository) and I personally didn’t come across any issues in the transactions page, but it’s quite possible that I simply don’t have it set up in the same way as you. I would try turning wp_debug OFF, but turn on define(‘WP_DEBUG_LOG’, true); and see if anything comes up in the error log after creating some registrations. |
The support post ‘Issues with Names not getting captured —’ 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.