coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: mcasatti on August 03, 2006, 01:40:38 AM

Title: Full size images not showing
Post by: mcasatti on August 03, 2006, 01:40:38 AM
I check scripts.js and all the threads about it in this board and I can´t find the problem.
The message is "MM_openBrWindow is not defined".
This is a new, clean installation, Coppermine version 1.4.8 and no files has been altered or replaced.

Any solution, clue or recomendation ?
Title: Re: Full size images not showing
Post by: Nibbler on August 03, 2006, 01:52:09 AM
Post a link to your gallery.
Title: Re: Full size images not showing
Post by: Joachim Müller on August 03, 2006, 06:52:10 AM
Check if http://coppermine-gallery.net/demo/cpg14x/docs/faq.htm#noFullsizePopup applies to you.
Title: Re: Full size images not showing
Post by: mcasatti on August 03, 2006, 02:03:00 PM
Quote from: GauGau on August 03, 2006, 06:52:10 AM
Check if http://coppermine-gallery.net/demo/cpg14x/docs/faq.htm#noFullsizePopup applies to you.

I check that. My template.html file is Ok for any template I choose.
Here is a link to my gallery:

http://forjadores.net/test/galeria/index.php

If ask for username and password ther are:

user = tester
password = tester001

Thanks for any help. (I'm checking javascript errors with Firefox javascript console)
Title: Re: Full size images not showing
Post by: Nibbler on August 03, 2006, 02:08:29 PM
http://forjadores.net/test/galeria/scripts.js => 406 error. I think this has been encountered before, search the board or seek support from your host.
Title: Re: Full size images not showing
Post by: Sami on August 03, 2006, 02:10:43 PM
your server didn't accept script.js ask your host for support
check this:
http://forjadores.net/test/galeria/scripts.js

Edit: Sorry I didn't saw the nibbler post !
Title: Re: Full size images not showing
Post by: mcasatti on August 03, 2006, 02:31:33 PM
Perfect. Your assistance help me find the solution.
I post here for anyone uses.

I need to change the .htaccess file and append this code


<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>


Now is working Ok.

Thanks again
Title: Re: Full size images not showing
Post by: Joachim Müller on August 03, 2006, 06:32:31 PM
Another workaround would be to rename the file "script.js" to something innocent (and unknown) like "script.foobar". Then edit themes/yourtheme/template.html and change reference to script.js accordingly. Haven't tried this, but it may well be enough to do so (in case your webhost doesn't allow you to create/modify .htaccess files.