coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Installation & Setup => Topic started by: searanch on September 20, 2004, 10:40:32 PM

Title: Errors & Problems
Post by: searanch on September 20, 2004, 10:40:32 PM
Only Admin can view pictures
Album specs missing
No thumbnail on Album cover
No comments

I get the following Notice when I click on a thumbnail to view pic:

Notice: Undefined variable: meta_keywords in /www/g/gashole/htdocs/smf/gallery/displayimage.php on line 632


USER:
------------------
Array
(
    [ID] => 9f2df91db784f14fcd5284836d05e2dc
    [am] => 1
    [liv] => Array
        (
           
Title: Re: Errors & Problems
Post by: Casper on September 20, 2004, 11:43:30 PM
Did you make any changes to any files?
Have you tried using a different theme?
Does the notice appear when debug mode is turned off?

A link to your site would help.
Title: Re: Errors & Problems
Post by: searanch on September 21, 2004, 12:10:18 AM
The notice stops when I get out of debug mode. Also I'm stuck in admin - won't let me toggle to user.
Title: Re: Errors & Problems
Post by: searanch on September 21, 2004, 12:12:43 AM
Sorry,

http://www.gasholes.com/smf/gallery/index.php
Title: Re: Errors & Problems
Post by: Tranz on September 21, 2004, 12:25:52 AM
Does your site require a login to view pictures? If so, you will need to give us login info since all albums are saying 0 files. We can't attempt to address your problem:
Quote from: searanchI get the following Notice when I click on a thumbnail to view pic:

Also,

You listed these:
Only Admin can view pictures
Album specs missing
No thumbnail on Album cover
No comments

Are they things you consider problems or settings?

As Casper pointed out, the problem could have been with the theme, but when I looked at the page in Classic, all albums still showed as empty.

Why exactly can't you toggle to user mode? Is the link not accessible, or did not work?
Title: Re: Errors & Problems
Post by: searanch on September 21, 2004, 12:27:33 AM
The problem does not appear to be with themes.

I cannot resolve the problems with settings.

When I turn off debug mode the notice goes away when I click on thumbnail in admin.

The link did not work when I try to toggle to User mode.

Can I PM you access codes for ftp, admin/coppermine and sql?
Title: Re: Errors & Problems
Post by: Casper on September 21, 2004, 12:56:58 AM
Did this all start when you bridged, by any chance?
Have you moved the install?  Your link from the forum to the gallery is not correct.
Title: Re: Errors & Problems
Post by: searanch on September 21, 2004, 01:03:00 AM
Casper,

This was evident since the initial install. The link is disabled so the forum peeps don't get in there until I get it fixed.

I noticed that you uploaded a pic. I looked at the data relative to the pic you uploaded and noticed that the field `approved` was toggled yes. All the rest of the pics relative to the table yabbse_pictures are toggled no. So I changed the first one in a very long list to yes and went back and their it was.

Got a simple method of changing all the data relative to the table yabbse_pictures to `approved` yes?
Title: Re: Errors & Problems
Post by: Nibbler on September 21, 2004, 01:05:33 AM
run the query UPDATE yabbse_pictures SET approved = 'YES' in phpmyadmin ;)
Title: Re: Errors & Problems
Post by: searanch on September 21, 2004, 01:07:34 AM
Bam

Nibbler you da man...
Title: Re: Errors & Problems
Post by: Casper on September 21, 2004, 01:09:36 AM

And don't forget to go into the groups manager, and change the requirement to approve for all groups you want to be able to post direct.
Title: Re: Errors & Problems
Post by: searanch on September 21, 2004, 01:13:17 AM
I am still unable to toggle between admin and user mode. Stuck in admin...

Set permissions for groups. Thanx Casper...
Title: Re: Errors & Problems
Post by: Casper on September 21, 2004, 01:20:16 AM
Try clearing your cookie.
Title: Re: Errors & Problems
Post by: searanch on September 21, 2004, 01:55:02 AM

Thanx Tranz, Casper and Nibbler...