1
Hi all. I'm a newb to both XOOPS and this forum and could really use some help. I've searched both Google and this site for an answer but couldn't find one.
I just attempted to install xcGallery 1.1 and received the follwing error at the end of the install log:
Notice [PHP]: Undefined variable: xoopsConfig in file /home/content/g/r/a/grassninja/html/xoops/html/modules/xcgal/language/english/modinfo.php line 97
...followed by a whole slew of "unable to read resource" errors.
The actual text from line 97 of the modinfo.php file is:
"define("_MI_ECRAD_TEXTDESC","(for text ecards and as alternative text for html ecards)
Useful Tags
{X_SITEURL} will print ".XOOPS_URL."
{X_SITENAME} will print ".$xoopsConfig['sitename']."
{R_NAME} will print recipient name
{R_MAIL} will print recipient email
{S_NAME} will print sender name
{S_MAIL} will print sender email
{SAVE_DAYS} will print number of day an ecard is saved in db
{CARD_LINK} will print the ecard pick-up url");"
I have a Linux host with XOOPS 2.2.3 installed. If it's of any consequence I also have an installation of Coppermine running that is located in my system's root directory.
Any help would be greatly appreciated!