Quote:
Originally Posted by Kentaurus
I am trying to provide a fix, but I cannot identify where the problem is.
Some people have installed it in 3.0.1 succesfully, but Lionel has the weirdest behaviour I have seen or read, and I installed a copy of vb3.0.1 in my local machine to test it and it ran without problems. Unless there is another conflicting hack or server setting that I am not aware of there is no good reason for it not to work.... maybe I can check your website or test site to see if I can identify what the problem is?
|
I also had the white page problem but found a fix for my board (not sure if it will work for all)
Open modmanagement.php
Search for:
PHP Code:
$globaltemplates = array(
'MODMANAGEMENT',
'modmanagement_bit'
);
Replace with:
PHP Code:
$globaltemplates = array(
'modmanagement_bit'
);
Hope this will help someone else
This a great Mod,, Thanks for your efforts Kentaurus