Hello,
I set up creating articles from frontend and, I'm able to create smoothly, but, when I go to read the article there is this message before the title:
Warning: Invalid argument supplied for foreach() in /home/storage/e/67/bd/progressoatacadista1/public_html/v2/templates/gk_esport/html/com_content/category/blog_item.php on line 22
If I go to backend, edit this article and save (without changing anything), the message disappear. I saw in the database that when I create a new article from frontend, the field attribs in that article on table content doesn't have any information. In an article saved from backend, I have this information in the same field attribs:
{"show_title":"","link_titles":"","show_intro":"","show_category":"","link_category":"","show_parent_category":"","link_parent_category":"","show_author":"","link_author":"","show_create_date":"","show_modify_date":"","show_publish_date":"","show_item_navigation":"","show_icons":"","show_print_icon":"","show_email_icon":"","show_vote":"","show_hits":"","show_noauth":"","urls_position":"","alternative_readmore":"","article_layout":"","show_publishing_options":"","show_article_options":"","show_urls_images_backend":"","show_urls_images_frontend":""}
Does anyone had this problem?
Thanks!