Quote:
Originally Posted by Dman91
Well, you are the first one facing this problem and tbh i dont know why is this error caused you may wait for next version.
|
I think I may of found the reason for why I get errors with the pm system & LC but I'm not hot on this stuff & I wouldn't know why my forum use a slightly different way when it comes to this little snippit of code within your php.
Code:
$pma = "a:1:{s:2:\"cc\";a:1:{i:$uid;s:4:\"$uname\";}}";
looking at PM's pulled from the read pms hack I see this for working PM's
Code:
a:1:{s:2:"cc";a:1:{i:1;s:6:"acco";}}
and this from the LC
Code:
a:1:{s:2:"cc";a:1:{i:1;s:4:"acco";}}
Am I on to it?
Thanks
acco