|
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.
|
500 Error - JoomGall ...
|
Posted 13 years ago
by Shopkeeper
|
|
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
|
500 Error - JoomGall ...
|
Posted 13 years ago
by Shopkeeper
|
|
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]
|
500 Error - JoomGall ...
|
Posted 13 years ago
by Shopkeeper
|
|
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.
|
500 Error - JoomGall ...
|
Posted 13 years ago
by Shopkeeper
|
|
I have also got this problem when using the "ARTIO Google Analytics Tracking Code". Other components that I have installed will also stop to work properly, e.g. "LFRM Query Manager" who dont show results when using this plugin.
I have checked the debugs that are running, but nothing indicates that something is wrong. When viewing the source of the generated pages, the plugin place the tracking code within the "head" section, while google reccomend that it should be within the "body" section (Just before /body).
Hope you can fix this.
|
VritueMart 1.1.14 sh ...
|
Posted 15 years ago
by Shopkeeper
|
More |