1
I'm using the RM+Soft image gallery on my website, and I'm having issues with it. I don't see this message when I'm logged in as Administrator, but when I'm logged in as a site user (created a seperate account for testing purposes before going public with the site), I get this message on the larger image page just below my footer:
Notice [PHP]: Undefined variable: found in file modules/rmgallery/include/navigation.php line 119
Notice [PHP]: Undefined variable: found in file modules/rmgallery/include/navigation.php line 123
I've looked at the navigation.php file in the appropriate lines, but I can't really tell what's wrong. Here's what they read:
119 if ($found==1){
120 $xoopsTpl->assign('previd', $prev['id']);
121 $xoopsTpl->assign('prev', $prev['titulo']);
122 $found = 2;
123 }elseif ($found==2){
124 $xoopsTpl->assign('nextid', $id);
125 $xoopsTpl->assign('next', $titulo);
126 return;
127 }
Thanks for any info you can spot me!
In the light and love of Spirit,
Alan E. Fuller
http://www.alanfuller.com/html/