forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 miscellaneous => Topic started by: kimo1144 on June 29, 2012, 03:28:37 am

Title: Cannot create a new album in 1.5.20
Post by: kimo1144 on June 29, 2012, 03:28:37 am
I recently upgraded from 1.4.27 (yes, I know it took me THIS long!) to 1.5.20. No error messages appear, but I am no longer able to create a new album. I noticed that the Album Manager has changed and I was looking forward to using it. Attached is a screen shot of my Album Manager page.

My gallery URL: http://bigtimerushtv.com/photos
Please let me know if you need Admin access and I will PM the login info to you.

I found other topics on the forum where users have experienced the same issue, but none were resolved.
Title: Re: Cannot create a new album in 1.5.20
Post by: Αndré on June 29, 2012, 08:53:46 am
As far as I know all of that topics has been resolved, as it's mostly the same issue: using an incompatible theme. It seems that you're still using a cpg1.4.x theme, so please try if it works e.g. with the curve theme: http://bigtimerushtv.com/photos/index.php?theme=curve
Title: Re: Cannot create a new album in 1.5.20
Post by: kimo1144 on July 02, 2012, 11:43:06 am
Everything was up to code (literally!) according to the guide. It turns out that a javascript line prevented the 'Create New Album' function. The line read:

Code: [Select]
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script>
Not sure if I can come to this conclusion or not, but for those who are having similar issues, check your code for sneaky suckers like this!