Support has been upgraded!
The Support Forum is closed. Not to worry! Providing the top quality support you expect and we're known for will continue! We're not ending support, just changing where you submit requests. This will provide you with the best experience possible.
Premium Support
Have you purchased an addon for Connections such as one of our premium templates or extensions with a valid license and you need help?
Please open a Support Ticket in your user account.
Free Support
Are you using the free Connections plugin? Don't worry, you are still very important to us! We are still providing you with the same high quality support that we're known for.
Please open a new support topic in the WordPress support forums for Connections.
- This topic has 14 replies, 2 voices, and was last updated 7 years, 10 months ago by
cantchoos.
-
AuthorPosts
-
09/25/2018 at 3:49 pm #473266
cantchoos
ParticipantSteven: that’s the weird thing. I have not made any modifications to your code until now.
That’s why I wanted to start with a fresh copy and latest version. I confirmed it’s not my code by doing this.
I know it’s a hack but what could cause this? Where are you naturally assigning this variable?
Maybe others that have this same issue will benefit..
09/25/2018 at 4:00 pm #473268Steven Zahm
Keymaster@ Joshua
I believe the issue is the method that is being used to manually insert the
connections_entry_iduser meta in the DB (your code, I assume). I would examine how you are adding the entry ID value to the user meta.In regards to where
self::$entryIDis being set, it is in thesetEntryID()method. It is imply usingget_user_meta( get_current_user_id(), 'connections_entry_id', TRUE );to get the meta value. The value must already have had the added characters added.09/25/2018 at 4:06 pm #473269cantchoos
ParticipantI was setting it using mysql workbench using the spreadsheet interface (not doing a manual query but now i see this is why we should)
Perhaps the issue is my interface is saving the value with extra spaces.. that would be dumb but explain it.
Thanks again for all your help and hard work! Not many people support their software products right like you..
09/25/2018 at 4:20 pm #473270Steven Zahm
Keymaster@ Joshua
That would be odd that mysql workbench would be adding the extra characters. Generally I use phpMyAdmin to create custom user meta while testing and have not experience that issue. If you have that tool in your web host control panel, give it a try to see if the results are the same.
It is possible another plugin or the theme is hooking into the user meta calls and introducing those extra characters… that get much more tricky to track down it is the cause.
Glad I could help!
If you have a moment, I would truly appreciate a review as they really do make a difference.
https://wordpress.org/support/plugin/connections/reviews/
Thanks in advance for your time!
09/25/2018 at 4:30 pm #473271cantchoos
ParticipantI will leave a review shortly!
The site was using wishlist members i have a feeling that is doing something.. I will find in files and update with my findings at a later date.
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.
