View Single Post
  #101  
Old 6th April 2008, 12:33
BoLaMN BoLaMN is offline
Senior Member
 
Join Date: Jan 2008
Australia
Posts: 93
Default Re: Yuna Scatari v2.0 PRE7 RC0
quick fix untill the next release for you


add to functions_global.php
Code:
function stderra($heading = '', $text = '') {
	stdmsg($heading, $text, 'error');
	stdfoot();
	die;
}
change stderr to stderra in takesignup.php and signup.php
the error has todo with stdhead(); been requested twice
ive fixed this in the new version as ive started to use newerr and newmsg which is a completely different setup thus is why i am unable to fix your release completely