block-random.php NOT WORKING

jdegrijs
jdegrijs's picture

Joined: 2004-03-15
Posts: 38
Posted: Fri, 2004-11-19 21:29

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.

Thanks in advance,

Jeffrey de Grijs

 
signe
signe's picture

Joined: 2003-07-27
Posts: 2322
Posted: Fri, 2004-11-19 21:34

Link?

 
jdegrijs
jdegrijs's picture

Joined: 2004-03-15
Posts: 38
Posted: Fri, 2004-11-19 21:43

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 ' ';

 
jdegrijs
jdegrijs's picture

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

What does this mean?

Jeffrey