Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

500 Error - JoomGallery images on the frontpage
(1 viewing) (1) Guest
Support forum for customers who have purchased paid JoomSEF extension. Archive only, no new post can be added.

NOTE: This category has been locked. If you have purchased paid version, please, use our Support Ticket system instead. If you are using free edition, please see the Community Support section.
  • Page:
  • 1

TOPIC: 500 Error - JoomGallery images on the frontpage

500 Error - JoomGallery images on the frontpage 12 years ago #29070

When using JoomSEF, images on the frontpage results in a 500 error when you use mouse to click on the images.

Images from JoomGallery in articles, have visible thumbnails, but image in a "random picture" module dont even show up. When entering the JoomGallery, the tumbnail shows up in the module, and clicking gives no error. Error just occur on the frontpage. I have bought the JoomSef extension for Joomgallery. (Using JoomSEF 4.2.5)

When disabling JoomSEF, images work as they should.

.htaccess file seems to be ok.
The topic has been locked.

Re: 500 Error - JoomGallery images on the frontpage 12 years ago #29077

Joomla! 2.5.3
Apache version 2.2.22
PHP version 5.2.17
MySQL version 5.1.61


.htaccess:
 
DirectoryIndex index.php
RewriteEngine On
RewriteBase /
 
########## Begin - Rewrite rules to block out some common exploits
## If you experience problems on your site block out the operations listed below
## This attempts to block the most common type of exploit `attempts` to Joomla!
#
## Deny access to extension xml files (uncomment out to activate)
#<Files ~ "\.xml$">
#Order allow,deny
#Deny from all
#Satisfy all
#</Files>
## End of deny access to extension xml files
# Block out any script trying to set a mosConfig value through the URL
RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR]
# Block out any script trying to base64_encode crap to send via URL
RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR]
# Block out any script that includes a <script> tag in URL
RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR]
# Block out any script trying to set a PHP GLOBALS variable via URL
RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
# Block out any script trying to modify a _REQUEST variable via URL
RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
# Send all blocked request to homepage with 403 Forbidden error!
RewriteRule ^(.*)$ index.php [F,L]
#
########## End - Rewrite rules to block out some common exploits

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !^/index.php
RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$ [NC]
RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##optional - see notes##
RewriteRule (.*) index.php
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
 
Last Edit: 12 years ago by Shopkeeper.
The topic has been locked.

Re: 500 Error - JoomGallery images on the frontpage 12 years ago #29112

  • dajo
  • OFFLINE
  • Posts: 5069
Hi,
Thank you for your report, we'll check this problem and let you know.
ARTIO Support Team
The topic has been locked.

Re: 500 Error - JoomGallery images on the frontpage 12 years ago #29179

I adjusted some of he settings in the module, like the auto-crop settings, and then the tumbnails showed up at least.

When clicking on an image in an article or in the module (on the front-page), it looks like the image are prosessed for a larger view, but it only stays in that state forever.

The site is:Link: EidsvoldLodge.no
The topic has been locked.

Re: 500 Error - JoomGallery images on the frontpage 12 years ago #29224

When I'm on the frontpage, I'll notice that the tumbnail for the pictures, get '&option=com_content' in the URL, and it seems that this is the reason for the image not opening. If I copy the URL, and change '&option=com_content' to '&option=com_joomgallery', it will open up.

And thats why the images in the module will open up while in the gallery, because it will have the '&option=com_joomgallery' in the URL then..

The module used for this, is a module from JoomGallery named "JoomImages" (for showing random pictures from the gallery), and I also notice that the module is not "SEF'ed" either.
The topic has been locked.

Re: 500 Error - JoomGallery images on the frontpage 12 years ago #29249

  • dajo
  • OFFLINE
  • Posts: 5069
We haven't got to test this problem yet, but from your description I guess that the module does not support SEF functions correctly, so I'm not sure if we will be able to do anything about it. I'll let you know when we check it.
ARTIO Support Team
The topic has been locked.
  • Page:
  • 1
User Login Empty