Can't create album ! Can't create 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 create album !

Started by Ghostdog, November 07, 2003, 01:03:32 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Ghostdog

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

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

1.1.0 works good ! at CPG11 on the same server.

 :lol:  y-a-t-il un français dans la salle ?

Joachim Müller

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

Ghostdog

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 !

Joachim Müller

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...

Ghostdog

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 !!!  :?

Joachim Müller

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