h-ball.com
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] GoDaddy Email Issue ResolvedYep. Worked! Thank you.
Forum: Plugins
In reply to: [eShop] previous User Data carrying over to new user UX/UIDude. wp super cache. Always be checking the plugins. Okay, so thanks for the lolz, and I will go feel like a idiot on another forum.
Happy Tuesday!
Forum: Plugins
In reply to: [eShop] previous User Data carrying over to new user UX/UIYes, but it’ll be on another shared space of DH, but I can find another of their servers to select. I want to hold off until Dreamhost tells me that it’s totally the plugin’s issue and not theirs (intended sarcasm).
thanks,
dForum: Plugins
In reply to: [eShop] previous User Data carrying over to new user UX/UII am a decent front end hack, so when you start talking about session variables, I go to sleep. So, maybe if it glitches for you, it might show a clue as to the wtf. Dunno. Will post up when I get feedback from DH.
Forum: Plugins
In reply to: [eShop] previous User Data carrying over to new user UX/UII’ve had over 4 (or so, it’s all a blur) years of awesome out of this plugin, so I’m all broken hearted on this. No big, but give it a try yourself without completing the sale. pick anything form the store, and go through to the checkout page and see if it changes for you. It just did for me.
I just went in and ordered a men’s medium, and when I am sent to the checkout page on the site (PRIOR to being moved over to paypal) my order info magically changes to xs women’s (which is the last order that has been fully processed all the way through paypal)
superissimo.com. pick anything, and see how it goes.
Forum: Plugins
In reply to: [eShop] previous User Data carrying over to new user UX/UII’ve got a call into the host, and will update if that gets defined as the prob. Good times.
Forum: Plugins
In reply to: [eShop] previous User Data carrying over to new user UX/UI100k users? lolz. So witty. So developer.
Forum: Plugins
In reply to: [eShop] previous User Data carrying over to new user UX/UIRegarding the above post – Customer 1 ordered an women’s XS jersey. Customer #2 ordered a large men’s, and upon checkout (via paypal), his order specifics are replaced with what appears to be the previous customer’s order. Go figure. I am hope technology will save me.
Forum: Plugins
In reply to: [eShop] previous User Data carrying over to new user UX/UI“Is it just me? I’m trying to order my kitte but I keep getting defaulted to a women’s XS jersey when I go to check out.”
The above quote from the third customer to experience this bullsh*t. I’ll look into the Dreamhost about this JUNK. #frustrations
Forum: Plugins
In reply to: [eShop] previous User Data carrying over to new user UX/UISure. Yet, still, a customer in Chicago had their data show up on a computer in Montana. I asked guy in montana to retry his order attempt using a clean browser, and that fixed it. So, perhaps cookie data is being misplaced in a db table overlap or whatever.
This seems pretty sporadic and highly suspect, imo, but given two independent customers contaced me about this, and I’m more concerned that it’s a legit issue.
I’ve been using eshop for years without this kind of issue. I will check my strings, but the cookie data is being broadcasted in some strange way it appears.
Forum: Plugins
In reply to: [eShop] previous User Data carrying over to new user UX/UIThat makes me wonder about the cookie being passed between. I have had two users comment to this regard. I am unable to replicate as well.
Yea, the issue is some kind of js conflict with 3.5.1 on this install. I replicate the install on a diff server, and it works. That said, I’ve regressed this site’s core files a few versions back and it now works. If it matters, it is solely specific to some kind of complication with init function for the js your plugin uses. There’s a variation in js versions therein. Oh well, I’m not digging any further.
Thanks for your support in troubleshooting it, nonetheless.
-dh
Marcus, thanks.
Upon exploring the events-manager.php file, when I comment out lines 257 & 258. the admin functions (media uploader/url editting) return. The code on those lines is this:
EM_Scripts_and_Styles::init(); function em_enqueue_public(){ EM_Scripts_and_Styles::public_enqueue(); } //In case ppl used this somewhere
Admittedly, the theme/site I’m working with is an afterthought trainwreck of sorts, however with the above evidence, does it suggest a plugin issue, or some external referencing of em_enqueue_public() crossfire?
@Angelo_nwi, I sense I’m narrowing this down, so atm I have no sample links, but will depending on the results of this post. Again, thank you both/all for the input.
hey ya, Investigation still points to the pluging as the issue. Not saying that’s the case, but can you point me to the directory where the head code is so I can take a look? Again, it’s over writing even with the stock 2012/2011 theme activated, and all other plugins disabled, and debug mode on.
Thanks,
dI hear that, and the logic works, but when:
2012 theme Activated = issue still exists.
WP_DEBUG, true = issue still exists.the js in the head before EM plugin activation:
<link rel='stylesheet' id='admin-bar-css' href='https://www.../wp-includes/css/admin-bar.min.css?ver=6134' type='text/css' media='all' /> <link rel='stylesheet' id='output-css' href='https://www.../wp-content/plugins/addthis/css/output.css?ver=6134' type='text/css' media='all' /> <script type='text/javascript' src='https://www..../wp-includes/js/comment-reply.min.js?ver=6134'></script> <script type='text/javascript' src='https://www..../wp-includes/js/jquery/jquery.js?ver=1.8.3'></script>
js in head after EM plugin action:
<link rel='stylesheet' id='admin-bar-css' href='wp-includes/css/admin-bar.min.css?ver=7626' type='text/css' media='all' /> <link rel='stylesheet' id='events-manager-css' href='wp-content/plugins/events-manager/includes/css/events_manager.css?ver=7626' type='text/css' media='all' /> <link rel='stylesheet' id='output-css' href='wp-content/plugins/addthis/css/output.css?ver=7626' type='text/css' media='all' /> <script type='text/javascript' src='wp-includes/js/jquery/jquery.js?ver=1.8.3'></script> <script type='text/javascript' src='wp-includes/js/jquery/ui/jquery.ui.core.min.js?ver=1.9.2'></script> <script type='text/javascript' src='wp-includes/js/jquery/ui/jquery.ui.widget.min.js?ver=1.9.2'></script> <script type='text/javascript' src='wp-includes/js/jquery/ui/jquery.ui.position.min.js?ver=1.9.2'></script> <script type='text/javascript' src='wp-includes/js/jquery/ui/jquery.ui.mouse.min.js?ver=1.9.2'></script> <script type='text/javascript' src='wp-includes/js/jquery/ui/jquery.ui.sortable.min.js?ver=1.9.2'></script> <script type='text/javascript' src='wp-includes/js/jquery/ui/jquery.ui.datepicker.min.js?ver=1.9.2'></script> <script type='text/javascript' src='wp-includes/js/jquery/ui/jquery.ui.menu.min.js?ver=1.9.2'></script> <script type='text/javascript' src='wp-includes/js/jquery/ui/jquery.ui.autocomplete.min.js?ver=1.9.2'></script> <script type='text/javascript' src='wp-includes/js/jquery/ui/jquery.ui.resizable.min.js?ver=1.9.2'></script> <script type='text/javascript' src='wp-includes/js/jquery/ui/jquery.ui.draggable.min.js?ver=1.9.2'></script> <script type='text/javascript' src='wp-includes/js/jquery/ui/jquery.ui.button.min.js?ver=1.9.2'></script> <script type='text/javascript' src='wp-includes/js/jquery/ui/jquery.ui.dialog.min.js?ver=1.9.2'></script> <script type='text/javascript'> /* <![CDATA[ */ var EM = {"ajaxurl":"http:\/\/www....org\/wp-admin\/admin-ajax.php","bookingajaxurl":"http:\/\/www....org\/wp-admin\/admin-ajax.php","locationajaxurl":"http:\/\/www....org\/wp-admin\/admin-ajax.php?action=locations_search","firstDay":"1","locale":"en","dateFormat":"mm\/dd\/yy","bookingInProgress":"Please wait while the booking is being submitted.","ui_css":"http:\/\/www....org\/wp-content\/plugins\/events-manager\/includes\/css\/ui-lightness.css","show24hours":"0","is_ssl":"","tickets_save":"Save Ticket","bookings_export_save":"Export Bookings","bookings_settings_save":"Save Settings","booking_delete":"Are you sure you want to delete?","txt_search":"Search","txt_searching":"Searching...","txt_loading":"Loading...","event_reschedule_warning":"Are you sure you want to reschedule this recurring event? If you do this, you will lose all booking information and the old recurring events will be deleted.","disable_bookings_warning":"Are you sure you want to disable bookings? If you do this and save, you will lose all previous bookings. If you wish to prevent further bookings, reduce the number of spaces available to the amount of bookings you currently have","event_detach_warning":"Are you sure you want to detach this event? By doing so, this event will be independent of the recurring set of events.","delete_recurrence_warning":"Are you sure you want to delete all recurrences of this event? All events will be moved to trash.","booking_warning_cancel":"Are you sure you want to cancel your booking?"}; /* ]]> */ </script> <script type='text/javascript' src='wp-content/plugins/events-manager/includes/js/events-manager.js?ver=7626'></script> <script type='text/javascript' src='wp-includes/js/comment-reply.min.js?ver=7626'></script>
url’s in js files are not literal. domain is stripped out for this discussion. Note version variation on some. I still hone in on the CDATA.
Thanks for looking into this so far!