Quote:
Originally Posted by bartek24m
i use this version with fresh uploaded files on my vb 3.8.6
and i see white page on awards.php and awards_memberlist.php
any idea whats going on ?
when Iadd at the begining ini_set("display_errors", true); i can see:
here is line: 99
|
The problem is you have another product that is not as self contained as it should be, so it has forced a "required_once" on adminfunctions.php which is conflicting with yaas. The easiest way to fix this, other than determining which other product is causing the problem and getting them to fix it, is to rename the function and all calls to the function in awards.php (rename it to yaas_construct_depth_mark or something to avoid other function name collisions).