Greetings,
I did a search and nothing came up. I get a random photo and all in the block, but above it says:
Warning: Invalid argument supplied for foreach() in /home/virtual/site1/fst/var/www/html/modules/gallery/session.php on line 55
I believe they are talking about this (in session.php):
<!-- BBCode Start --><TABLE BORDER=0 ALIGN=CENTER WIDTH=85%><TR><TD><font class="pn-sub">Code:</font><HR></TD></TR><TR><TD><FONT class="pn-sub"><PRE> /* emulate register_globals for sessions */
if (!$gallery->register_globals) {
foreach($HTTP_SESSION_VARS as $key => $value) {
eval("$$key = & $HTTP_SESSION_VARS["$key"];");
}
} </TD></TR></TABLE><!-- BBCode End -->
Many thanks for taking the time to read.
Marc
Posts: 573
http://www.yankeesinthesouth.org/modules.php?name=News&file=article&sid=8
has instructions to fix this error
Posts: 3
I Did the fix on that page i.e. swapped $_HTTP_SESSION_VARS with $_SESSION. It cleared my first error GREAT i thought, now instead og an error message i get
the reconfigure gallery page comes up inside my block now !!!!!! instead of the featured photo !!
Any pointers please ?