coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: Ghostdog on November 07, 2003, 01:03:32 PM

Title: Can't create album !
Post by: Ghostdog on November 07, 2003, 01:03:32 PM
Hi !

I create a category called 'AFFICHES' and I want to create album like Poster A, Poster B etc.

But I can't see the albums when I clic on category 'AFFICHES'.

And in the database no album is create.

I try this CPG 1.2.0 On 3 different servers.
1 with easyphp 1.6
1 with easyphp 1.7
and the last on my server online CPG12 (http://poster.1001cine.com/12/)

So, what's wrong ? Upload is not possible without album !

1.1.0 works good ! at CPG11 (http://poster.1001cine.com) on the same server.

 :lol:  y-a-t-il un français dans la salle ?
Title: Can't create album !
Post by: Joachim Müller on November 07, 2003, 03:28:10 PM
I guess "AFFICHES" means "user galleries"...
Those albums under "user galleries" don't behave like albums in other categories. Just create a test user for yourself and let him have a personal gallery. Then log in as this user and see what options turn up.
Apart from this: please provide a test account for the link you gave as well.

GauGau

P.S. There are only a few users who speak french on this board
Title: Test account :
Post by: Ghostdog on November 07, 2003, 08:57:54 PM
Test account :
Name : Test
password test

I try to create a personnal album with this account, but nothing !
The album is not create !!!
So, no upload too !

Ok ! Try to create an album !

Thx !
Title: Can't create album !
Post by: Joachim Müller on November 08, 2003, 12:03:14 PM
Worked like a charm...
Here's the album: http://poster.1001cine.com/12//index.php?cat=10002
Here's the pic I uploaded: http://poster.1001cine.com/12//displayimage.php?pos=-1

What exactly is the problem?

GauGau

P.S. Users can only create albums within "user galleries", nowhere else. This is by design. Read the manual/documentation for details and serach the board...
Title: Can't create album !
Post by: Ghostdog on November 09, 2003, 01:37:45 PM
Ok !

I found the problem !!!

Only french version don't work correctly.

In lang/french.php

//File albmgr.php

'no_change' => 'Vous n'\avez effectué aucun changement !',

I change this by 'Aucun changement effectué !',

And now cpg12 works perfectly !!!  :D

I don't know why ?!?

Les mystères de l'informatique !!!  :?
Title: Can't create album !
Post by: Joachim Müller on November 09, 2003, 01:39:52 PM
the backslash escapes the single quote and has to be in front of it: try'no_change' => 'Vous n\'avez effectué aucun changement !', - that's what is in the package as well (you should download the french language file that has been modified after RC2 release): http://prdownloads.sourceforge.net/coppermine/cpg1.2.0lang_french.zip?download

GauGau