[Solved]: Undefined variable? [Solved]: Undefined variable?
 

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

[Solved]: Undefined variable?

Started by electroduende, June 23, 2004, 04:10:26 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

electroduende

hello, sorry my basic english..
i installed coppermine + yabbse 1.5.5 and is very good but when access users it appears this notice..

Notice: Undefined variable: cm_group_id in /xxxxx/xxxxx/xxxxx/yabbse.inc.php on line 186
i dont't understand everywell this notice  :-\\, can you helpme please

thanks

Joachim Müller

link and test user login (non-admin account).

GauGau

electroduende

I install coppermine with one administrative user (I put the same one to him which in yabbse but with different password because but he does not leave me) for the administrative user requests to me is no error, but for anyone of the normal users tue error is present.
I modify before the installation the file include/init.inc.php stops:  define('UDB_INTEGRATION', ' yabbse ');  and separate modique also the file bridge/yabbse.inc.php in the the correct route.  i dont understand  ???

Joachim Müller

do as I suggested if you want me to try to help.

GauGau

electroduende

I believe that I understand to you but it does not work..  :-\\
in the admin panel i put on all users options & not work, the notice is the same one

Joachim Müller

let me repeat, in case this is a language issue: I want you to paste the URL of your coppermine gallery into your next posting, together with a username and password of a test user that doesn't have admin privileges on your gallery. If you don't, I'm not willing to look into this any further.

GauGau

electroduende

resolved  :)
the problem was that it does not hold the additional groups that are created in yabbse, thanks

Fireraid

Hi
i installed CPG 1.3.1 Standalone + yabbse 1.5.5


I got this notice when a regisered user tried to access CPG / (There is no problem when login in with admin account or if u are a guest)

Notice: Undefined variable: cm_group_id in /xxxxx/xxxxx/xxxxx/yabbse.inc.php on line 186

So i edited yabbse.inc.php and removed

if (!$cm_group_id)  on line 186

This solved the problem.