forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 miscellaneous => Topic started by: scatteredbomb on September 21, 2010, 04:23:08 am

Title: Album Manager not showing albums
Post by: scatteredbomb on September 21, 2010, 04:23:08 am


When we click on the Album Manager to Add/Edit/Delete an album we no longer see the list of items, and we can't add a new album either. I've attached a screenshot of the gallery.

Has anyone encountered this, or know what I should be looking for? I searched around but couldn't find anyone else with a problem quite like mine, if I missed a similar thread, my apologies.

Our gallery is here
http://www.greendayauthority.com/Picture_Vault/

Let me know if you guys need more info or what other way to better show this problem.

Thanks!
Title: Re: Album Manager not showing albums
Post by: Jeff Bailey on September 21, 2010, 04:58:25 am
I see the new album button. Is the button not working?

Did you try to create an album in a category?
Title: Re: Album Manager not showing albums
Post by: scatteredbomb on September 21, 2010, 05:00:48 am
Yeah, clicking that does nothing. And if we select a category, the list of albums doesn't show up.
Title: Re: Album Manager not showing albums
Post by: Jeff Bailey on September 21, 2010, 05:15:52 am
Please create a non-admin test user with upload and personal gallery privileges.
Title: Re: Album Manager not showing albums
Post by: scatteredbomb on September 21, 2010, 05:26:13 am
Alright,

http://www.greendayauthority.com/Picture_Vault/
user: testaccount
pass: testaccount
Title: Re: Album Manager not showing albums
Post by: Jeff Bailey on September 21, 2010, 05:47:00 am
Code: [Select]
Uncaught TypeError: Object #<an Object> has no method 'elastic'is probably causing the issue.

I haven't found what exactly is causing the problem yet.

take
Code: [Select]
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="http://www.greendayauthority.com/styles/main.css">
<script src="http://www.greendayauthority.com/includes/js/global.js" type="text/javascript"></script>
out of the body section and put it in the head section.
that might help.

I imagine you put this in the template.html?
Title: Re: Album Manager not showing albums
Post by: scatteredbomb on September 21, 2010, 05:50:35 am
Wow, that did it. I had included those in the custom header include, instead of the template file.

Thank you so much for the help!
Title: Re: Album Manager not showing albums
Post by: Αndré on September 27, 2010, 02:28:16 pm
Marking as solved.