If you are running 6.0 and used the patches for the SQL injection, you have to do the following or PM's will not work and the forum will ask you to login even though you are already logged in.
Open modules.php
Find:
Code:
if (isset($name)) {
Next Line Add:
Code:
global $nukeuser;
$nukeuser = base64_decode($user);
Save and upload. CS can we get the patch distro for 6.0 updated with this? Thx all
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum