Status: offline

Alvin_tya

Forum User
Junior
Registered: 07/14/10
Posts: 19
Hello to All
I had installed GL 1.6.1, and MG 1.6.12 but "mgenroll" function does not work.
I upgraded MG to 1.6.13, and GL to 1.8.1 - still not work.
It's not very important, but will be good to display it.
Any ideas ?
Thanks for All
I'm learning...

Status: offline

::Ben

Forum User
Full Member
Registered: 01/14/05
Posts: 1569
Did you checked "Enable Member Albums" under Member Album Options and enabled "Album Enrollment" block?

Ben
I'm available to customise your themes or plugins for your Geeklog CMS

Status: offline

Alvin_tya

Forum User
Junior
Registered: 07/14/10
Posts: 19
Thank You for reply
Of course I check it, but no results.
I don't know what is now with page, cause I have error
2 - Invalid argument supplied for foreach() @ /home/server/public_html/papa/system/pear/Net/URL.php line 178

I copy all files again, because don't know wchich is bad...
I'm learning...

Status: offline

::Ben

Forum User
Full Member
Registered: 01/14/05
Posts: 1569
I found a bug too after upgrade to mysql 5.1

Illegal string offset 'member_gallery'


in function phpblock_mg_maenroll() change line 949 of the functions.inc file to solve my issue:

Text Formatted Code
From
$_MG_USERPREFS = MG_getUserPrefs();

to
$_MG_USERPREFS[] = MG_getUserPrefs();


Ben
I'm available to customise your themes or plugins for your Geeklog CMS