Despite all the nice stories here, this module is not working. The direct URL works in my browser, but not in postnuke. Only the block header is displayed. Any ideas? I have a standard PN & Gallery install.
if (pnModAvailable('gallery'))
include("http://jeffrey.degrijs.com/modules.php?op=modload&name=gallery&file=index&include=block-random.php");
else
echo ' ';
jdegrijs
Joined: 2004-03-15
Posts: 38
Posted: Thu, 2004-11-25 20:27
Somebody told me to look into the php_errors logfile. And I see this error:
[25-Nov-2004 21:25:35] PHP Parse error: parse error in /usr/local/apache7/htdocs/degrijs.com/jeffrey/includes/blocks/php.php(55) : eval()'d code on line 2
Posts: 2322
Link?
Posts: 38
http://jeffrey.degrijs.com
http://jeffrey.degrijs.com/modules/gallery
http://jeffrey.degrijs.com/modules/gallery/block-random.php
code in core/php:
if (pnModAvailable('gallery'))
include("http://jeffrey.degrijs.com/modules.php?op=modload&name=gallery&file=index&include=block-random.php");
else
echo ' ';
Posts: 38
Somebody told me to look into the php_errors logfile. And I see this error:
[25-Nov-2004 21:25:35] PHP Parse error: parse error in /usr/local/apache7/htdocs/degrijs.com/jeffrey/includes/blocks/php.php(55) : eval()'d code on line 2
What does this mean?
Jeffrey