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
link and test user login (non-admin account).
GauGau
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 ???
do as I suggested if you want me to try to help.
GauGau
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
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
resolved :)
the problem was that it does not hold the additional groups that are created in yabbse, thanks
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.