ajbeaven
Forum Replies Created
-
Firebug says:
tinymce.DOM.get(“post_ID”) is null
on line 26 in wp-tinymce.phpAnd no, haven’t been able to fix it yet.
You guys are legends – all working now. Will be upgrading to pro in a few days.
Ah, having another problem – again, it’s a javascript issue. The form itself is now posting, the account created and booking made, except there is no feedback from the site that the booking has been successful – the spinner just continues to spin indefinitely.
I believe an error occurs sometime after the booking is made which means the ajax function never gets a response. I tried using the firefox console but the error message isn’t very helpful:
unterminated regular expression literal
<b>Warning</b>: fsockopen() [<a href=…connected host has failed to respond.It says the error is at line 1 of my html, which obviously isn’t correct.
Where is the .php file for the javascript function that comes after bookingform/login.php? That’s where the ajax function is being called – I’d like to see if I can fiddle around with that to get it working but I can’t seem to find it…
It seems that there’s a few bugs, though I imagine they all stem from 1):
1) you have to enter a number of spaces for people to be able to register. The question mark next to spaces (shown in agelonwl’s screenshot) says that if you don’t enter anything then there is no space limit. However if you don’t enter anything, the error message is displayed when trying to register
2) The booking form shouldn’t come up when they can’t register
3) The error message should instead say something like “There are not enough spaces for you to register”.Thanks for your help in identifying this issue guys.
Thanks, it was indeed a conflict with another plugin. Now that’s fixed, I’m getting another problem when booking:
https://www.ads-software.com/support/topic/plugin-events-manager-you-must-request-at-least-one-space-but-no-option-to?replies=1Did actually see that but didn’t think that a post action should be dependent on js. Does events manager need js to function properly?
No php errors surrounding events manager that I can see by turning on wp_debug. I note that the form that the “Send your booking” button is posting doesn’t have an action – which might explain why it’s coming up with the “No events” page since it would be simply posting the current page. Or is that what it’s supposed to do?
Anything I can do in the interim?
It happens when I’m logged in as an administration but also if I’m not logged in at all and submit a guest booking (sorry I called in anonymous before but I think I meant guest).
Actually, the message occurs even when I’m logged in and try to make a booking (with my administration wp account).
Perhaps it’s because you’re already logged in?