Hey all.
Ok i have just installed the pm inbox system on my ubb and im getting this error.
Software error:
BEGIN not safe after errors--compilation aborted at /usr/local/etc/httpd/vhosts/par3333/cgi-bin/ultimatebb.cgi line 506.
--------
Now i have checked line 506 and this is what i had to put in.
use vars qw($my_pms_cookie);
$my_pms_cookie = cookie(
-name => "pms$vars_config{Cookie_Number}",
-value => "$new_pms",
-path => '/',
-expires => '+2y'
);
print header(
-cookie => "$my_pms_cookie",
-charset => "$masterCharset"
);
see
http://www.jordodesigns.com/PmSys.txt for hack details.
Please help me