Please note that Form2Content is no longer being developed. All files from the latest version can be found on Github.

Form2Content Forum

Questions and answers for Form2Content, a Joomla CCK.
  1. Jim
  2. F2C installation questions
  3. Tuesday, 02 October 2018
  4.  Subscribe via email
Hello,

Very new to Joomla and F2C, I have installed the latest lite version and followed the step by step tutorial up until you create an article from backend. I have the demo content that came with installation like the 'blog articles' content type and the 'blog_intro_template.tpl' and 'blog_main_templat.tpl' but really thats all.

I click new in the F2C article manager whilst logged in as super and I get:

Fatal error: Call to undefined method JApplicationAdministrator::isClient() in /components/com_form2content/libraries/form2content/field/base.php on line 947

Here's everything at 947 in base.php I believe is relevant - I just can't make sense of it:

/**
* Indicates whether a field is visible on the screen
*
* @return bool flag to indicate the visibility
*
* @since 6.16.0
*/
protected function isFieldVisible()
{
$app = JFactory::getApplication();

return ($app->isClient('administrator') || ($app->isClient('site') && $this->frontvisible));
}

Joomla! 3.4.3 Stable [ Ember ] 2-July-2015 16:00 GMT
Joomla Platform 13.1.0 Stable [ Curiosity ] 24-Apr-2013 00:00 GMT
Responses (1)
Accepted Answer Pending Moderation
Hi Marley,

Thanks for using Form2Content. The problem I believe is that your Joomla is not up to date. The latest F2C is build for Joomla 3.8 and above as stated. Also Joomla keeps updating rapidly at the moment so I would strongly suggest you keep it up to date.
Let me know if all works after the Joomla update.

Regards,
Patrick
Please read the F2C documentation before asking questions! Thank you if you've done so ;)
  1. more than a month ago
  2. F2C installation questions
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.