Hi there,
i am using MODx 0.9.5 and Gallery 2.2.1.
I coded a little bit in the past, but i dont know how to get the module work. A example configuration would be nice, because i am confused about my settings, about the symbols in the php code, and of course about MODx for i am a newbie to it.
My settings/Gallery-module looks like this:
* Version: 1.1
*
*/
&mpth="assets/modules/gallery/";
g2pth="/xxxxx/htdocs/mg2/";
&g2uri="/mg2";
&g2dftgrp="Registered Users";
&ondel="Delete Gallery user";
&admid="xxxxx";
# build mod path
But if i want to start the module i get this:
Parse error: parse error, unexpected ’&’ in /xxxxx/htdocs/mx/manager/processors/execute_module.processor.php(96) : eval()’d code on line 12
I want to integrate a gallery, that can stand alone, but with the styles and feature of the album. I could use coppermine with cpm_fetch, but i want g2 to work with modx.