?
avatar martinkolle
martinkolle
1 Sep 2015

Guide:
1. Edit article.
2. "Save article" OR "Close"
3. Edit same article again. This gives a 493 error - you cannot acces this link directly.
4. If I check th checkbox and click "Edit", I can edit the article again.

Joomla: 3.4.3
I have upgraded Joomla earlier today. I have cleared cache, cookies and so on. I ahve also tried in safari and firefox (latest versions).

Have any of you experienced this?

avatar martinkolle martinkolle - open - 1 Sep 2015
avatar zero-24 zero-24 - change - 1 Sep 2015
Labels Added: ?
avatar Bakual
Bakual - comment - 1 Sep 2015

Usually that happens if you're trying to open the form by using the "back" button of your browser. This would be intended behavior.
You always need to either click the article title in the list, or use the edit checkbox/button.

avatar zero-24 zero-24 - change - 3 Sep 2015
Category Administration
avatar martinkolle
martinkolle - comment - 4 Sep 2015

We do click in the list.

The same happens in frontend. When we try to re-edit an article, we do get a 403 error.

Any idea? Cache, session, cookies?

image

avatar martinkolle
martinkolle - comment - 7 Sep 2015

The error is caused in the following line:
components/com_content/controller.php:98


// Check for edit form.
if ($vName == 'form' && !$this->checkEditId('com_content.edit.article', $id))
{
// Somehow the person just went to the form - we don't allow that.
return JError::raiseError(403, JText::sprintf('JLIB_APPLICATION_ERROR_UNHELD_ID', $id));
}

This is similar to http://forum.joomla.org/viewtopic.php?f=624&t=589715&p=3153406#p3153406

avatar brianteeman brianteeman - change - 8 May 2016
Status New Duplicate Report
Closed_Date 0000-00-00 00:00:00 2016-05-08 17:08:17
Closed_By brianteeman
avatar brianteeman brianteeman - close - 8 May 2016

Add a Comment

Login with GitHub to post a comment