Opera is much spec compliant than other browsers regarding to cache.
Then there is some trouble running Coppermine with Opera because of that.
The simple solution is to add, for each them, in template.html the following in the HTML header:
<meta http-equiv="Pragma" content="no-cache"/>
Thank you - but this has already been fixed :)
Committed this to the CVS about a week ago... 1.2.0 final will love Opera. Thank you again for your help in making CPG Opera compatible!
Please do the same on the install.php page
How many times are you planning on running the install that you'd need to worry about caching? ;)
BTW: hasn't there been an issue with someone hitting "back" when the install was finished? Has this been addressed (a remark on the "installation finished" page "do not hit [back] in your browser or George W. will come after you")?
GauGau
No, not George, that's not his job. You mean John Ashcroft. :lol:
QuoteDear Coppermine User,
The DOJ regrets to inform you that your use of the back button is in direct violation of the PATRIOT/DMCA Act. Please pack cool clothes for a vacation in Guantaunomo Bay, Cuba at the 5-star X-Ray resort.
-John Ashcroft
Ah... I knew I liked my fellow devs....
Yeah, it's listed as a known issue in the README I believe...
Quote from: "jasendorf"How many times are you planning on running the install that you'd need to worry about caching? ;)
It's just that I first loaded the page that told me to set 777 on albums... and I only came back to the install after some other browsing and I had to refresh it cause it still showed the same page...
it won't probably happen that often but it doesn't cost anything to do it ;-)
forgive me if i'm missing something, as i am still a complete idiot about php. my life is switch configuration, ipx routing, and firewall rules.
i've upgraded from 1.1 to 1.2.0 - RC2 and am still having cache issues in opera. i just now saw the old fix of entering
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
into init.inc.php
should this still be necessary with the version that i have? if so, does it matter where in the init.inc.php i put this code?