Article Edit - Check-out failed - HTTP 500 error - 403 error

Need help with the Administration of your Joomla! 2.5 site? This is the spot for you.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
User avatar
DC_Navan
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 217
Joined: Thu Feb 10, 2011 4:05 pm

Re: Article Edit - Check-out failed - HTTP 500 error - 403 e

Post by DC_Navan » Fri Mar 11, 2011 2:35 pm

Thank kurchania !

I set permissions to 777 for all files and folders within the template folder and this did'nt change anything.

I think that authorisation is working fine because if I click on an article that is already checked out by another user it states that its already checked out.

If you check the forum link I left above you'll see im not the only person with this problem and on the forum that other person seems to have narrowed it down to one line of code!

Im not familiar with Joomla code but maybe you are ???

I'll try attach the template here for you:
braincode-grunge-joomla16-beta.zip
The file is too big, maximum allowed size is 500 KiB.

Right well that did'nt work!

You can download it here mate:

http://joomla-mart.com/2011/01/braincod ... -template/

User avatar
kurchania
Joomla! Hero
Joomla! Hero
Posts: 2070
Joined: Mon Sep 21, 2009 6:56 am
Location: indore,india
Contact:

Re: Article Edit - Check-out failed - HTTP 500 error - 403 e

Post by kurchania » Fri Mar 11, 2011 2:40 pm

no need to attach .i wiill download it and look at it.let me fix first update issue of my joomla website.i will look at it later.
you also remember to update joomla 1.6 to joomla1.6.1 for your every website it has XSS script attack. :(
remember even in the worst case also never make ur permission to 777.
if someone identified that than thing are very easy for him to hack your site.
abhijeet kurchania
The future depends on what you do today

User avatar
DC_Navan
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 217
Joined: Thu Feb 10, 2011 4:05 pm

Re: Article Edit - Check-out failed - HTTP 500 error - 403 e

Post by DC_Navan » Fri Mar 11, 2011 3:07 pm

ah right I did'nt realise 777 left me vunerable to attack of hackers!

I'll change that in abit!

Is there anything I can help you with your upgrade to 1.6.1?

Mine went just fine!

And thanks for all your help mate!
Take your time as it's the weekend soon in Ireland and I won't have access to the Joomla site as im out of office until next Tuesday 15th.

have a great weekend!
:pop

User avatar
kurchania
Joomla! Hero
Joomla! Hero
Posts: 2070
Joined: Mon Sep 21, 2009 6:56 am
Location: indore,india
Contact:

Re: Article Edit - Check-out failed - HTTP 500 error - 403 e

Post by kurchania » Fri Mar 11, 2011 3:09 pm

i guess i will have to do it manually. :( :(
http://forum.joomla.org/viewtopic.php?p ... 5#p2439895
Happy weekend .
abhijeet kurchania
The future depends on what you do today

User avatar
ooffick
Joomla! Master
Joomla! Master
Posts: 11624
Joined: Thu Jul 17, 2008 3:10 pm
Location: Ireland
Contact:

Re: Article Edit - Check-out failed - HTTP 500 error - 403 e

Post by ooffick » Fri Mar 11, 2011 3:12 pm

I check the template and the error is the following:

Code: Select all

PHP Fatal error:  Call to a member function save() on a non-object in /.../templates/braincode-grunge/html/com_content/form/edit.php on line 25
It looks like the edit.php file is quite old, you will have to change at least the javascript on the top to the following:

Code: Select all

<script type="text/javascript">
	Joomla.submitbutton = function(task) {
		if (task == 'article.cancel' || document.formvalidator.isValid(document.id('adminForm'))) {
			<?php echo $this->form->getField('articletext')->save(); ?>
			Joomla.submitform(task);
		} else {
			alert('<?php echo $this->escape(JText::_('JGLOBAL_VALIDATION_FORM_FAILED'));?>');
		}
	}
</script>
and change the editor lines to this one as well:

Code: Select all

<div class="editor-container">
			<?php echo $this->form->getInput('articletext'); ?>
</div>
Olaf
Olaf Offick - Global Moderator
learnskills.org

User avatar
DC_Navan
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 217
Joined: Thu Feb 10, 2011 4:05 pm

Re: Article Edit - Check-out failed - HTTP 500 error - 403 e

Post by DC_Navan » Fri Mar 11, 2011 3:29 pm

@kurchania

I manually FTP it to server then extracted it and it worked in seconds!
Good luck! :D


@ooffick

Thank you very much! :p

:D THAT DID IT!!! :D

Now it does appear abit strange on the screen so i'll try mix the two files together as best I can to get the best result.

Delighted!!!

I can finally move on with the site and demonstrate the power of Joomla to my boss for the business proposel!

A BIG thank you to everyone who tried to help me especially kurchania and ooffick!
replace braincode grudge-> html> com_content> form> edit.php with the original joomla Which is under root> components> com_content> views> form> tmpl> edit.php and move the xml file into the folder braincode-grudge as well.

User avatar
DC_Navan
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 217
Joined: Thu Feb 10, 2011 4:05 pm

Re: Article Edit - Check-out failed - HTTP 500 error - 403 e

Post by DC_Navan » Fri Mar 11, 2011 3:48 pm

For anyone else who might come across this error,
here is my complete edit.php file that appears to give better formatting then the Joomla edit.php file.

Thanks to Olaf for the code!
(Olaf, did you edit your comment because I could have sworn it said to copy the default edit.php file)

:laugh:
<?php
/**
* @version $Id: edit.php 18871 2010-09-13 14:27:48Z chdemko $
* @package Joomla.Site
* @subpackage com_content
* @copyright Copyright (C) 2005 - 2010 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/

// no direct access
defined('_JEXEC') or die;

JHtml::_('behavior.keepalive');
JHtml::_('behavior.tooltip');
JHtml::_('behavior.calendar');
JHtml::_('behavior.formvalidation');

// Create shortcut to parameters.
$params = $this->state->get('params');
?>

<script type="text/javascript">
Joomla.submitbutton = function(task) {
if (task == 'article.cancel' || document.formvalidator.isValid(document.id('adminForm'))) {
<?php echo $this->form->getField('articletext')->save(); ?>
Joomla.submitform(task);
} else {
alert('<?php echo $this->escape(JText::_('JGLOBAL_VALIDATION_FORM_FAILED'));?>');
}
}
</script>



<div class="edit item-page<?php echo $this->escape($params->get('pageclass_sfx')); ?>">
<?php if ($params->get('show_page_heading', 1)) : ?>
<h1 class="componentheading">
<?php echo $this->escape($params->get('page_heading')); ?>
</h1>
<?php endif; ?>

<form action="<?php echo JRoute::_('index.php?option=com_content'); ?>" method="post" name="adminForm" id="adminForm" class="form-validate">
<fieldset>

<div class="editor-container">
<?php echo $this->form->getInput('articletext'); ?>
</div>



<div class="edit-title">
<?php echo $this->form->getLabel('title'); ?>
<?php echo $this->form->getInput('title'); ?>
</div>

<?php if (is_null($this->item->id)):?>
<div class="formelm">
<?php echo $this->form->getLabel('alias'); ?>
<?php echo $this->form->getInput('alias'); ?>
</div>
<?php endif; ?>

<div class="save">
<button type="button" class="button" onclick="submitbutton('article.save')">
<?php echo JText::_('JSAVE') ?>
</button>
<button type="button" class="button" onclick="submitbutton('article.cancel')">
<?php echo JText::_('JCANCEL') ?>
</button>
</div>

<div class="editor-container">
<?php echo $this->form->getInput('text'); ?>
</div>
</fieldset>

<fieldset>
<legend><?php echo JText::_('COM_CONTENT_PUBLISHING'); ?></legend>
<div class="sect_cat">
<?php echo $this->form->getLabel('catid'); ?>
<?php echo $this->form->getInput('catid'); ?>
</div>
<div class="sect_cat">
<?php echo $this->form->getLabel('created_by_alias'); ?>
<?php echo $this->form->getInput('created_by_alias'); ?>
</div>

<?php if ($this->user->authorise('core.edit.state', 'com_content.article.'.$this->item->id)): ?>
<div class="sect_cat">
<?php echo $this->form->getLabel('state'); ?>
<?php echo $this->form->getInput('state'); ?>
</div>

<div class="sect_cat">
<?php echo $this->form->getLabel('featured'); ?>
<?php echo $this->form->getInput('featured'); ?>
</div>

<div class="sect_cat">
<?php echo $this->form->getLabel('publish_up'); ?>
<?php echo $this->form->getInput('publish_up'); ?>
</div>
<div class="sect_cat">
<?php echo $this->form->getLabel('publish_down'); ?>
<?php echo $this->form->getInput('publish_down'); ?>
</div>

<?php endif; ?>
<div class="sect_cat">
<?php echo $this->form->getLabel('access'); ?>
<?php echo $this->form->getInput('access'); ?>
</div>
<?php if (is_null($this->item->id)):?>
<div class="form-note">
<p><?php echo JText::_('COM_CONTENT_ORDERING'); ?></p>
</div>
<?php endif; ?>
</fieldset>

<fieldset>
<legend><?php echo JText::_('JFIELD_LANGUAGE_LABEL'); ?></legend>
<div class="sect_cat">
<?php echo $this->form->getLabel('language'); ?>
<?php echo $this->form->getInput('language'); ?>
</div>
</fieldset>

<fieldset class="metadata">
<legend><?php echo JText::_('COM_CONTENT_METADATA'); ?></legend>
<div class="general_row">
<?php echo $this->form->getLabel('metadesc'); ?>
<?php echo $this->form->getInput('metadesc'); ?>
</div>
<div class="general_row">
<?php echo $this->form->getLabel('metakey'); ?>
<?php echo $this->form->getInput('metakey'); ?>
</div>
<input type="hidden" name="task" value="" />
<?php echo JHTML::_( 'form.token' ); ?>
</fieldset>
</form>
</div>

User avatar
kurchania
Joomla! Hero
Joomla! Hero
Posts: 2070
Joined: Mon Sep 21, 2009 6:56 am
Location: indore,india
Contact:

Re: Article Edit - Check-out failed - HTTP 500 error - 403 e

Post by kurchania » Fri Mar 11, 2011 4:21 pm

ooffick is brilliant as always.
i didnt get any chance to see the template. :D may be if he assist you in the post before than he can solve the thread much earlier.
@DC_Navan Finally i upgrade manually. :laugh: :laugh: beacuse its really late in India and now i have to go back to home.

kindly edit the topic of title as solved so that other people who have similar issue will look at it.
abhijeet kurchania
The future depends on what you do today

User avatar
DC_Navan
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 217
Joined: Thu Feb 10, 2011 4:05 pm

Re: Article Edit - Check-out failed - HTTP 500 error - 403 e

Post by DC_Navan » Tue Mar 15, 2011 9:36 am

@kurchania

im glad to hear you got it to work in time for the weekend.
I myself was delighted with both your help and had a stress free weekend in the knowledge that this now works and I can present it as a viable solution to my boss! 8)

How do I edit the title to place solved?

I've wondered this for abit as I can't seem to see any edit buttons other then for the actual text written.


:pop

User avatar
DC_Navan
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 217
Joined: Thu Feb 10, 2011 4:05 pm

SOLVED! - Check-out failed - HTTP 500 error - 403 error- edi

Post by DC_Navan » Wed Mar 16, 2011 10:16 am

SOLVED! 8)

one2three
Joomla! Fledgling
Joomla! Fledgling
Posts: 3
Joined: Fri Sep 09, 2011 9:52 pm

Re: Article Edit - Check-out failed - HTTP 500 error - 403 e

Post by one2three » Fri Sep 09, 2011 9:56 pm

sorry to open this up again. hope someone gets to see it.

so what happens after all this is that you can now edit articles in the frontend but you cannot save changes made. it sais "another article in the category already has this alias"...

any thooughts?

Thanks!

wizzard308
Joomla! Intern
Joomla! Intern
Posts: 89
Joined: Tue Nov 02, 2010 4:33 am
Location: Tennessee
Contact:

Re: Article Edit - Check-out failed - HTTP 500 error - 403 e

Post by wizzard308 » Sat Sep 17, 2011 8:19 am

The solution to your problem my friend. It is to do with the code in the edit.php
Try this code and it should fix it.

Code: Select all

<?php
/**
* @version      $Id: edit.php 20196 2011-01-09 02:40:25Z ian $
* @package      Joomla.Site
* @subpackage   com_content
* @copyright   Copyright (C) 2005 - 2011 Open Source Matters, Inc. All rights reserved.
* @license      GNU General Public License version 2 or later; see LICENSE.txt
*/

// no direct access
defined('_JEXEC') or die;

JHtml::_('behavior.keepalive');
JHtml::_('behavior.tooltip');
JHtml::_('behavior.calendar');
JHtml::_('behavior.formvalidation');

// Create shortcut to parameters.
$params = $this->state->get('params');
?>

<script type="text/javascript">
   Joomla.submitbutton = function(task) {
      if (task == 'article.cancel' || document.formvalidator.isValid(document.id('adminForm'))) {
         <?php echo $this->form->getField('articletext')->save(); ?>
         Joomla.submitform(task);
      } else {
         alert('<?php echo $this->escape(JText::_('JGLOBAL_VALIDATION_FORM_FAILED'));?>');
      }
   }
</script>
<div class="edit item-page<?php echo $this->escape($params->get('pageclass_sfx')); ?>">
<?php if ($params->get('show_page_heading', 1)) : ?>
<h1 class="componentheading">
   <?php echo $this->escape($params->get('page_heading')); ?>
</h1>
<?php endif; ?>

<form action="<?php echo JRoute::_('index.php?option=com_content&a_id='.(int) $this->item->id); ?>" method="post" name="adminForm" id="adminForm" class="form-validate">
   <fieldset>
      <legend><?php echo JText::_('JEDITOR'); ?></legend>

         <div class="edit-title">
         <?php echo $this->form->getLabel('title'); ?>
         <?php echo $this->form->getInput('title'); ?>
         </div>

      <?php if (is_null($this->item->id)):?>
         <div class="formelm">
         <?php echo $this->form->getLabel('alias'); ?>
         <?php echo $this->form->getInput('alias'); ?>
         </div>
      <?php endif; ?>

         <div class="save">
         <button type="button" class="button" onclick="submitbutton('article.save')">
            <?php echo JText::_('JSAVE') ?>
         </button>
         <button type="button" class="button" onclick="submitbutton('article.cancel')">
            <?php echo JText::_('JCANCEL') ?>
         </button>
         </div>

<div class="editor-container">
         <?php echo $this->form->getInput('articletext'); ?>

</div>
   </fieldset>

   <fieldset>
      <legend><?php echo JText::_('COM_CONTENT_PUBLISHING'); ?></legend>
      <div class="sect_cat">
      <?php echo $this->form->getLabel('catid'); ?>
      <?php echo $this->form->getInput('catid'); ?>
      </div>
      <div class="sect_cat">
      <?php echo $this->form->getLabel('created_by_alias'); ?>
      <?php echo $this->form->getInput('created_by_alias'); ?>
      </div>

   <?php if ($this->item->params->get('access-change')): ?>
      <div class="sect_cat">
      <?php echo $this->form->getLabel('state'); ?>
      <?php echo $this->form->getInput('state'); ?>
      </div>
      
      <div class="sect_cat">
      <?php echo $this->form->getLabel('featured'); ?>
      <?php echo $this->form->getInput('featured'); ?>
      </div>
      
      <div class="sect_cat">
      <?php echo $this->form->getLabel('publish_up'); ?>
      <?php echo $this->form->getInput('publish_up'); ?>
      </div>
      <div class="sect_cat">
      <?php echo $this->form->getLabel('publish_down'); ?>
      <?php echo $this->form->getInput('publish_down'); ?>
      </div>

   <?php endif; ?>
      <div class="sect_cat">
      <?php echo $this->form->getLabel('access'); ?>
      <?php echo $this->form->getInput('access'); ?>
      </div>
      <?php if (is_null($this->item->id)):?>
         <div class="form-note">
         <p><?php echo JText::_('COM_CONTENT_ORDERING'); ?></p>
         </div>
      <?php endif; ?>
   </fieldset>

   <fieldset>
      <legend><?php echo JText::_('JFIELD_LANGUAGE_LABEL'); ?></legend>
      <div class="sect_cat">
      <?php echo $this->form->getLabel('language'); ?>
      <?php echo $this->form->getInput('language'); ?>
      </div>
   </fieldset>

   <fieldset class="metadata">
      <legend><?php echo JText::_('COM_CONTENT_METADATA'); ?></legend>
      <div class="general_row">
      <?php echo $this->form->getLabel('metadesc'); ?>
      <?php echo $this->form->getInput('metadesc'); ?>
      </div>
      <div class="general_row">
      <?php echo $this->form->getLabel('metakey'); ?>
      <?php echo $this->form->getInput('metakey'); ?>
      </div>
      
      <input type="hidden" name="task" value="" />
      <input type="hidden" name="return" value="<?php echo $this->return_page;?>" />
      <?php echo JHTML::_( 'form.token' ); ?>
   </fieldset>   
</form>
</div>

one2three
Joomla! Fledgling
Joomla! Fledgling
Posts: 3
Joined: Fri Sep 09, 2011 9:52 pm

Re: Article Edit - Check-out failed - HTTP 500 error - 403 e

Post by one2three » Tue Sep 20, 2011 1:47 am

thank you very much. i'll give it a go tonight and let you know how it went.

one2three
Joomla! Fledgling
Joomla! Fledgling
Posts: 3
Joined: Fri Sep 09, 2011 9:52 pm

Re: Article Edit - Check-out failed - HTTP 500 error - 403 e

Post by one2three » Wed Sep 21, 2011 7:15 pm

it worked like a charm. thank you so much for taking the time.

SOLVED!

User avatar
Josh Lewis
Joomla! Guru
Joomla! Guru
Posts: 528
Joined: Wed Jun 11, 2008 11:12 pm
Location: Lynnwood,WA
Contact:

Re: Article Edit - Check-out failed - HTTP 500 error - 403 e

Post by Josh Lewis » Fri Sep 23, 2011 4:31 am

For the first time ever I used the global check in as mentioned in this thread. It fixed my problem right away. But I am left wondering what caused this in the first place. ;)

jegbertzen
Joomla! Apprentice
Joomla! Apprentice
Posts: 21
Joined: Thu Feb 09, 2006 11:43 am

Re: Article Edit - Check-out failed - HTTP 500 error - 403 e

Post by jegbertzen » Mon Jan 16, 2012 1:28 pm

I am not using any override, but also have this problem. Could it be that the core edit.php is not correct?

grobert
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Sun Feb 19, 2012 7:27 pm

Re: Article Edit - Check-out failed - HTTP 500 error - 403 e

Post by grobert » Sun Feb 19, 2012 7:44 pm

Please help. I am having a similar issue but with a Module.

When Trying to access the Module I receive this error:

Check-out failed with the following error: The user checking out does not match the user who checked out the item.
You are not permitted to use that link to directly access that page (#135).

I have tried the suggested code changes in the edit.php file, but it did not work for me. Global check in will not unlock the module. :'(

I am using Joomla! 2.5.1 Stable
You do not have the required permissions to view the files attached to this post.

yaanimai
Joomla! Explorer
Joomla! Explorer
Posts: 359
Joined: Thu Jun 14, 2007 2:48 pm
Location: Coppell, Texas
Contact:

Re: Article Edit - Check-out failed - HTTP 500 error - 403 e

Post by yaanimai » Tue Nov 20, 2012 6:00 pm

grobert,

It looks like a user was editing the module & clicked the browser forward or backward button instead of the Save or Cancel button. This caused the module to be "locked" for any other user that tries to open it.

Select the module (tick mark in left hand column check box) & click the Check In icon. This will unlock the module & you will be able to edit it.

The same will work for articles that got "locked" the same way.

User avatar
jcalvert
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 244
Joined: Sun Feb 19, 2006 10:00 am

Re: Article Edit - Check-out failed - HTTP 500 error - 403 e

Post by jcalvert » Mon Mar 18, 2013 10:28 pm

If you are still getting sporadic 403 errors with Joomla 2.5 and Joomla 3.0, please look at this:

http://forum.joomla.org/viewtopic.php?f=615&t=795147

User avatar
rajika4ever
Joomla! Apprentice
Joomla! Apprentice
Posts: 16
Joined: Mon Nov 04, 2013 9:05 am
Contact:

Re: Article Edit - Check-out failed - HTTP 500 error - 403 e

Post by rajika4ever » Mon Nov 04, 2013 9:39 am

ooffick wrote:Hi,

do you have that article checked out in the admin?
You might want to try a Gloabal Checkin.

Olaf
it works like charm
I am Live in The WWW :)
http://www.mytrickpages.com

bestway
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Tue Feb 11, 2014 5:11 pm
Contact:

Re: Article Edit - Check-out failed - HTTP 500 error - 403 e

Post by bestway » Tue Feb 11, 2014 5:13 pm

thanks ooffick you helped me

User avatar
VMCheckout
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 213
Joined: Wed Mar 25, 2015 9:41 am
Location: 76, Abbottswood Way, Hayes, London UB3 3PQ
Contact:

Re: Article Edit - Check-out failed - HTTP 500 error - 403 e

Post by VMCheckout » Sat May 16, 2015 5:41 am

Really Nice tips, it solve my problem, thanks all of you.

Kotsolis
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 204
Joined: Mon Oct 27, 2008 6:38 pm

Re: Article Edit - Check-out failed - HTTP 500 error - 403 e

Post by Kotsolis » Wed Jun 17, 2015 12:39 am

Sorry for undigging such an old post, but I usually get this error message with the latest version of Joomla 2.6 . When I click the JVote system componened which I have installed, I get errors no matter what I do in the administration, whether it's editing a module or editing an article. It needs like 24 hours to return to normal status.
You are not permitted to use that link to directly access that page (#13993).
Where "13993" is the ID of the article.

So what are you suggesting me to do? I saw the above suggestions but I need simple orders like

"Edit this file"

Find
...
Replace with
...
etc.

gagnonjeanfranc
Joomla! Apprentice
Joomla! Apprentice
Posts: 13
Joined: Wed Apr 29, 2015 6:07 pm

Re: Article Edit - Check-out failed - HTTP 500 error - 403 e

Post by gagnonjeanfranc » Tue Dec 08, 2015 10:54 pm

Hi Kotsolis,

You probably have solve your issue and I hope that you have updated your site to the last version of Joomla! Because Joomla! 2.x is no more supported since december 31 2014. Your website could be open to security vulnerability.

I got a similar issue with the same message and I spent all my week-end finding a way to solve it. Maybe my solution will help you.

I was not able to edit a second time my article and I was also receiving this message : You are not permitted to use that link to directly access that page (#article-id).
Kotsolis wrote:Sorry for undigging such an old post, but I usually get this error message with the latest version of Joomla 2.6 . When I click the JVote system componened which I have installed, I get errors no matter what I do in the administration, whether it's editing a module or editing an article. It needs like 24 hours to return to normal status.
You are not permitted to use that link to directly access that page (#13993).
Where "13993" is the ID of the article.
Take a look to your .htaccess file, if your site is not the primary one you should take a look to both of your .htaccess. Ex : home/mysite/mytestsite the .htacess of « mysite » will overrule the htaccess of « mytestsite »

Search for : expiresdefault or ExpiresByType and comment it with a # and don't forget to clean your browser cache.

For my part it was :

ExpiresDefault now plus 1 hour

that I comment :

# ExpiresDefault now plus 1 hour

wizarddesign
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 142
Joined: Sat Apr 28, 2012 3:20 pm

Re: Article Edit - Check-out failed - HTTP 500 error - 403 error

Post by wizarddesign » Mon Jun 06, 2016 2:16 am

I have the same problem . However, with K2! the joomla original content management is Ok. :pop

wizarddesign
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 142
Joined: Sat Apr 28, 2012 3:20 pm

Re: Article Edit - Check-out failed - HTTP 500 error - 403 error

Post by wizarddesign » Mon Jun 06, 2016 2:25 am

O the problem is with K2_SEF_USE_ITEM_ID_IN_URL in K2

atharva
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Mon Dec 19, 2016 5:21 pm

Re: Article Edit - Check-out failed - HTTP 500 error - 403 error

Post by atharva » Tue Dec 20, 2016 2:03 pm

I am also Facing same issue. Being super user I am unable to edit my own articles. Please help me with the solution. my site is up and running and my client wants to fix the issues asap. Any help is appriciaed. :-[

User avatar
Josh Lewis
Joomla! Guru
Joomla! Guru
Posts: 528
Joined: Wed Jun 11, 2008 11:12 pm
Location: Lynnwood,WA
Contact:

Re: Article Edit - Check-out failed - HTTP 500 error - 403 error

Post by Josh Lewis » Tue Dec 20, 2016 5:25 pm

atharva wrote:I am also Facing same issue. Being super user I am unable to edit my own articles.
Have you tried the global check in? Other solutions mentioned in this thread?

atharva
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Mon Dec 19, 2016 5:21 pm

Re: Article Edit - Check-out failed - HTTP 500 error - 403 error

Post by atharva » Wed Dec 21, 2016 10:45 am

yes I have tried global check in also but the problem still exist.


Locked

Return to “Administration Joomla! 2.5”