Seth
Forum Replies Created
-
Im still seeing v1.1 in the downloads section on gravityforms.com. Thats the same version as I already have on my site. What version number should I see with the fix? v1.2 or v1.1.1?
Cheers Steve, Good to hear this was a bug and you were able to fix it. I ended up having to spend a lot of manual time undoing all the fields I added to a dozen forms via the plugin. Nice to know going forward It will be solved.
figured it out. My foreign key relationships were set to restrict on delete actions in the database so it wouldnt allow a delete. Updated to cascade and it solved the issue.
Checked out the events-calendar example plugin and the events and speakers has a similar setup to what I have in mine and deletes events just fine when there are linked speakers. The only difference I notice is that the example plugin has an ‘id’ column in the join table along with the 2 foreign key columns, whereas mine only has the 2 foreign key columns. Is it a requirement that the join table have its own id field?
Thanks! Ill give it a try tomorrow. These advanced options are the types of things that would be really helpful if they were included in the docs. I find that the documentation on the website only covers the most basic stuff.
I didnt know of the extra options for the Join array. Should really help going forward now.Thanks Again.
Forum: Plugins
In reply to: [WP MVC] [Plugin: WP MVC] Code Generating script not doing anythingive determined that its my register_argc_argv isnt working, even though its says its on in my php ini.