- Posts: 69
COMMUNITY FORUM
403 errors on all items after 2.6.0 Upgrade
- Steven Johnson
-
Topic Author
- Offline
- Senior Member
Less
More
12 years 7 months ago #104527
by Steven Johnson
403 errors on all items after 2.6.0 Upgrade was created by Steven Johnson
I am on Joomla 2.5.7 and just upgraded to K2 2.6.0
I am now seeing 403 errors on all of my K2 items.
www.jbeginner.com/
I am using sh404SEF and have turned that off, still seeing same errors
NON sh404 URL www.jbeginner.com/tutorials/joomla-extensions/item/69-how-to-install-joomla-extensions
sh404SEF URL jbeginner.com/tutorials/extensions/how-to-install-joomla-extensions/
I may be turning sh404 on or off, so you may need to try either.
I have deleted the model.php file but still seeing the 403 errors. Any suggestions?
Thanks! -- Steven
I am now seeing 403 errors on all of my K2 items.
www.jbeginner.com/
I am using sh404SEF and have turned that off, still seeing same errors
NON sh404 URL www.jbeginner.com/tutorials/joomla-extensions/item/69-how-to-install-joomla-extensions
sh404SEF URL jbeginner.com/tutorials/extensions/how-to-install-joomla-extensions/
I may be turning sh404 on or off, so you may need to try either.
I have deleted the model.php file but still seeing the 403 errors. Any suggestions?
Thanks! -- Steven
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Platinum Member
Less
More
- Posts: 8743
12 years 7 months ago #104528
by Lefteris
Replied by Lefteris on topic Re: 403 errors on all items after 2.6.0 Upgrade
Hi. I cannot verify the issue. What other extensions do you have installed?
Please Log in or Create an account to join the conversation.
- Steven Johnson
-
Topic Author
- Offline
- Senior Member
Less
More
- Posts: 69
12 years 7 months ago #104529
by Steven Johnson
Replied by Steven Johnson on topic Re: 403 errors on all items after 2.6.0 Upgrade
Thanks for the reply.
Here is the link
jbeginner.com/tutorials/extensions/how-to-install-joomla-extensions/
(this one uses sh404SEF, I will leave sh404SEF turned on)
I have some no number modules installed, sh404SEF, RT Templates.....
Just thought of something. I am using K2 multiple images and I believe that plugin calls item-multiimages.php instead of item.php
I just turned off the plugin and the page seemed to display okay.
Does this makes sense? Could the multiple images plugin be causing the issue?
Here is the link
jbeginner.com/tutorials/extensions/how-to-install-joomla-extensions/
(this one uses sh404SEF, I will leave sh404SEF turned on)
I have some no number modules installed, sh404SEF, RT Templates.....
Just thought of something. I am using K2 multiple images and I believe that plugin calls item-multiimages.php instead of item.php
I just turned off the plugin and the page seemed to display okay.
Does this makes sense? Could the multiple images plugin be causing the issue?
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Platinum Member
Less
More
- Posts: 8743
12 years 7 months ago #104530
by Lefteris
Replied by Lefteris on topic Re: 403 errors on all items after 2.6.0 Upgrade
It depends on the code. I am not aware of this plugin. Another thing you could do is to go to Joomla! configuration and enable system debugging. This will display a list of all the files called and will show us which one is raising the error. I know this is a live site but this would be very helpful in order to track the issue.
Please Log in or Create an account to join the conversation.
- Steven Johnson
-
Topic Author
- Offline
- Senior Member
Less
More
- Posts: 69
12 years 7 months ago - 12 years 7 months ago #104531
by Steven Johnson
Replied by Steven Johnson on topic Re: 403 errors on all items after 2.6.0 Upgrade
Not a problem. The site does not get much traffic and it is more important to get the issue fixed.
Debug is on
jbeginner.com/tutorials/extensions/how-to-install-joomla-extensions/
Here is the code from the error section
Call stack
# Function Location
1 JSite->dispatch() JROOT/index.php:42
2 JComponentHelper::renderComponent() JROOT/includes/application.php:197
3 JComponentHelper::executeComponent() JROOT/libraries/joomla/application/component/helper.php:351
4 require_once() JROOT/libraries/joomla/application/component/helper.php:383
5 JController->execute() JROOT/components/com_k2/k2.php:62
6 K2ControllerItem->display() JROOT/libraries/joomla/application/component/controller.php:761
7 K2Controller->display() JROOT/components/com_k2/controllers/item.php:73
8 JController->display() JROOT/components/com_k2/controllers/controller.php:32
9 K2ViewItem->display() JROOT/libraries/joomla/application/component/controller.php:722
10 JError::raiseError() JROOT/plugins/system/k2multiimages/K2MultiImages/views/item/view.html.php:111
11 JError::raise() JROOT/libraries/joomla/error/error.php:251
The extension can be found here:
joomcar.net/plugin-description-multiimage
Thanks! -- Steven
Debug is on
jbeginner.com/tutorials/extensions/how-to-install-joomla-extensions/
Here is the code from the error section
Call stack
# Function Location
1 JSite->dispatch() JROOT/index.php:42
2 JComponentHelper::renderComponent() JROOT/includes/application.php:197
3 JComponentHelper::executeComponent() JROOT/libraries/joomla/application/component/helper.php:351
4 require_once() JROOT/libraries/joomla/application/component/helper.php:383
5 JController->execute() JROOT/components/com_k2/k2.php:62
6 K2ControllerItem->display() JROOT/libraries/joomla/application/component/controller.php:761
7 K2Controller->display() JROOT/components/com_k2/controllers/item.php:73
8 JController->display() JROOT/components/com_k2/controllers/controller.php:32
9 K2ViewItem->display() JROOT/libraries/joomla/application/component/controller.php:722
10 JError::raiseError() JROOT/plugins/system/k2multiimages/K2MultiImages/views/item/view.html.php:111
11 JError::raise() JROOT/libraries/joomla/error/error.php:251
The extension can be found here:
joomcar.net/plugin-description-multiimage
Thanks! -- Steven
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Platinum Member
Less
More
- Posts: 8743
12 years 7 months ago #104532
by Lefteris
Replied by Lefteris on topic Re: 403 errors on all items after 2.6.0 Upgrade
Ok just saw the log. It is indeed the K2 multiimages plugin. Probably you need to contact the developer of the plugin in order to update it.
Please Log in or Create an account to join the conversation.
- Steven Johnson
-
Topic Author
- Offline
- Senior Member
Less
More
- Posts: 69
12 years 7 months ago #104533
by Steven Johnson
Replied by Steven Johnson on topic Re: 403 errors on all items after 2.6.0 Upgrade
Thanks so much for the reply. I will send them an email about the error.
Do you know of any other plugins that can handle multiple images?
I would like one image to display on the category listing page and a second image to display on the item page.
Thanks! -- Steven
Do you know of any other plugins that can handle multiple images?
I would like one image to display on the category listing page and a second image to display on the item page.
Thanks! -- Steven
Please Log in or Create an account to join the conversation.
- Steven Johnson
-
Topic Author
- Offline
- Senior Member
Less
More
- Posts: 69
12 years 7 months ago #104534
by Steven Johnson
Replied by Steven Johnson on topic Re: 403 errors on all items after 2.6.0 Upgrade
I emailed the developer and in an hour or so he had it fixed.
All of my K2 item pages are displaying correctly.
Thanks for the help! -- Steven
All of my K2 item pages are displaying correctly.
Thanks for the help! -- Steven
Please Log in or Create an account to join the conversation.