1
I am trying to install this module
http://www.greycube.com/site/download.php?view.44Anytime I put an include statement in a block, my whole site goes blank (nothing, just a white screen).
This is what I put in my block and call it a PHP Script....
include("../other_modules/lgsl/lgsl_module.php");
This is how they tell you to do it, but that didn't work.
require("lgsl/lgsl_module.php");
Anyone have any thoughts with this limited info?