Error in front end when using Article form plugin

focault

Member
Hi,
I have setup a list to add Joomla content by using the article form plugin.
Everything is working perfectly in the back end but in the front end I am having issues.

The form loads fine but when you submit the form you then get a white screen.
The record and also the Joomla article are made but I get this error - ( I can see this by turning on the error reporting)

SCREAM: Error suppression ignored for
( ! ) Fatal error: Call to undefined method ContentModelArticle::featured() in F:\site\plugins\fabrik_form\article\article.php on line 174
Call Stack
#TimeMemoryFunctionLocation
10.0004715496{main}( )..\index.php:0
20.05235350024JApplicationCms->execute( )..\index.php:40
30.05235350024JApplicationSite->doExecute( )..\cms.php:245
40.402025813144JApplicationSite->dispatch( )..\site.php:224
50.404625883968JComponentHelper::renderComponent( )..\site.php:178
60.408125954096JComponentHelper::executeComponent( )..\helper.php:332
70.408626058000require_once( 'F:\wamp\www\mokum\components\com_fabrik\fabrik.php' )..\helper.php:352
80.413526636120JControllerLegacy->execute( )..\fabrik.php:185
90.413526636200FabrikControllerForm->process( )..\legacy.php:722
100.688144423376FabrikFEModelForm->process( )..\form.php:231
110.866546468640FabrikFEModelPluginmanager->runPlugins( )..\form.php:1221
120.868146471048PlgFabrik_FormArticle->onAfterProcess( )..\pluginmanager.php:636
130.908646494064PlgFabrik_FormArticle->saveAritcle( )..\article.php:64
 
Yes I had updated about 5 days ago and nothing to do with this plugin has changed.
I will update again now and retest.
I have had this problem for a while now, while I am waiting for other things to be fixed I came back to this list to add some extra elements to it then spotted the problem again in the front end.
I have also written a tutorial about how to use the article plugin.
Hopefully I get the issue fixed then I will add the Tut to the wiki
 
Just updated from github and can report the same error again.
If you go into Mysites and then look at the Forms menu item then Blog - here you can add in a record and see the problem.
I have also tested this on the Prostar template just to make sure its got nothing to so with the Rocket Theme template i am using.

EDIT: I just created a tutorial in the wiki for the article plugin but got errors when I submitted it - can you have a look if its in the right place etc? thanks;)
 
OK, looks like the way 'featured' is handled changed in J! 3.1.x. I'm working on it, putting in a test for J! version, and handing flagging as featured appropriately according to version.

-- hugh
 
Back
Top