Suddenly there was a problem.
When I add new article to any type of content in the front-end form
url - http://xxxx.com/yyyy/form/article?return=zzzzzz
I'm doing save
Redirect to url - http://xxxx.com/yyyy/form/?id=&return=zzzzzz (no type article, no id)
I get error Oops! Fields not found
When I edit article to any type of content or save-copy article - there is no such error,
but a executed SQL command:
insert into #__cck_core (pk,...) values (id of edited article, ....)
why is that ?
This article has one more entry in #__cck_core table
(e.g. for article with id=8):
`id`=10, `pk`=8, storage_location='article'
`id`=11, `pk`=8, storage_location='article' - added after save
`id`=12, `pk`=8, storage_location='article' - another saving
Articles that have been added and edited before such repeats do not exist