Upgraded to Fabrik 3.0.5, Submit Broken (Undefined Property / Methods)

sgorney

Member
Hi Guys:

So this morning I upgraded to Fabrik 3.0.5 from Github. I downloaded a full zip package and did a directory merge / file overwrite to my site. Now when I submit the form I get this error:

PHP:
Notice: Undefined property: FabrikFEModelList::$_lastInsertId in /xxx/yyy/public_html/components/com_fabrik/models/form.php on line 1481

Fatal error: Call to undefined method plgFabrik_ElementDatabasejoin::getId() in /xxx/yyy/public_html/components/com_fabrik/models/form.php on line 1256

Any any idea what could be causing this? I had the Paypal and Email submit plugins on the form but disabled to troubleshoot this.

Link: http://www.kiconnections.net/form.html

A quick check on github showed me this commit which is the file that's giving me problems:

https://github.com/Fabrik/fabrik/commit/e309a743ce56afa8832ace1c3dc8928ea8b1ff41

So I wonder if these changes may have something to do with the problem.

PS: I did do the github update again just in case some files were missed, didn't seem to fix anything.

-Chad
 
Back
Top