Can't add new album Can't add new album
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Can't add new album

Started by lucky-luc, March 18, 2013, 08:39:39 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

lucky-luc

Since I move to iPAGE, I can not add new album, the icon for the exif disapear and the arrow in the film strip also dissapear.
It was a fresh install from iPAGE. Anyone has a clue?
www.lucky-luc.ca

Αndré

What's iPAGE? I assume you installed Coppermine via an auto-installer? If so, please read this document.

lucky-luc

Thank you Andre, I was afraid of an answer like that, but I guess that's how it is. I will keep away from auto installer from now on.
iPAGE is a website hosting, a very good one with a superbe service.

lucky-luc

I have install manually this time the latest version from your site a new database and I still cant create an album.

lucky-luc

The problem seems to be in the theme I have change, the problem is solved when I revert to the original theme.

lucky-luc

The problem was those script I added in the head section of the template.html. the opacity script stop me from adding new album, and those for google analytic did the rest.

<script type = "text/javascript">
var opacity = 0;
function fadein(){
var fadeImg = document.getElementById('fadeImg');
var browserName=navigator.appName;
if(browserName=="Microsoft Internet Explorer"){
browserOpacity = opacity / 10;
fadeImg.filters.alpha.opacity = browserOpacity;}
else{
browserOpacity = opacity / 1000;
fadeImg.style.opacity = browserOpacity;}
if(opacity < 1000){
initiate();}
}
function initiate(){
opacity++;
setInterval("fadein()", 200);}
initiate();
</script>

<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-25591413-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>

Αndré


lucky-luc


Αndré

Marking accordingly. Next time, please do that yourself as described in the board rules.