39
Hi, thank you.
I've tried a number of settings so thought I'd try from scratch to try and be more methodical about it. Default theme and the main issue I have occurs on both PHP 5.6.1.3 and 7. I'm using Xoops RC 2.5.8 as that will probably be live when I launch.
I hit an error as soon as I change anything in blocks. Moving the pedigree menu block, changing access permissions for the block etc result in a white page with the
Error: Error: Call to a member function dirname() on null in file /modules/pedigree/include/config.php line 27
Reversing the changes in admin makes no difference once that original change has been made I cannot access the front page of the site. I can access admin and view the pedigree module via a direct path to it. I can also deactivate the pedigree module and this restores front page access to xoops. Setting the pedigree module as my start module has the same effect. I used to do this and the welcome page would show as default content on the pedigree home page.
The error relates to this blockin the php:
le="color: #000000"><?php global $xoopsModule; if (!defined('PEDIGREE_DIRNAME')) { define("PEDIGREE_DIRNAME", $xoopsModule->dirname()); define("PEDIGREE_PATH", XOOPS_ROOT_PATH . "/modules/" . PEDIGREE_DIRNAME); define("PEDIGREE_URL", XOOPS_URL . "/modules/" . PEDIGREE_DIRNAME); define("PEDIGREE_ADMIN", PEDIGREE_URL . "/admin/index.php"); }
Jan