Closed wrenchit closed 6 years ago
Hi @wrenchit - you're not alone! A couple of other people noticed the same issue (I just linked them to this issue), and judging by the length of time that issue has been open, it's been around since the FT3 compatibility update.
I'm just going to do some more testing. If I still can't reproduce it I'll try to come up with some suggestions on how we can debug it.
Would someone mind trying the following?
If all goes well, the last request should look something like that: that shows the response from the server.
I think in your cases there's a problem on the server which is returning some error which the front-end isn't handling. I'm curious to know what that is!
I don't have the option to "Publish this form as a new location" in the publish tab.
Oh sorry - click the "Publish this form" button instead. The label changes once you've published it once.
Here is what I'm seeing in the developer tools. Not sure if I'm in the right place. Hope it's helpful.
mwahaha, that's great thanks! That gives me a good clue as to what's going on. I'll take a look at this tonight.
Hey @paulg10me, would you mind running the following query on your database, then try publishing a form again? I'm curious to know if you get the same error.
ALTER TABLE
ft_module_form_builder_formsCHANGE
offline_date`offline_date
DATETIME NULL;`
(Be sure to change ft_
with the database name with whatever database prefix you're using).
This solved the problem for me. I am now able to publish forms. Thanks for your help.
No problem! I'll get a new version of the module out shortly that'll contain a fix for this.
I'll also try to set up my DB in a similar fashion to yours - possibly you have some sort of strict mode running which I don't, which explains why you'd see the error and not me. Clearly this setting isn't uncommon because it's affected several people.
Formbuilder module "Publish" button unresponsive. Can go though entire process and path ways/website path checks out and permissions are good, however when you click on the save or publish button to add form to website, nothing happens. No errors just nothing.
Please help.