View Single Post
  #76  
Old 16th March 2009, 09:31
Conjo Conjo is offline
Senior Member
 
Join Date: Mar 2009
P2P
Posts: 30
Default pmunread
I did an upgrade from 5.3.


Just add 2 tables to the databese and until now it's working for me..

In 'users' add:
Code:
`pmunread` smallint(5) unsigned NOT NULL default \'0\',
In 'rules' Add:
Code:
`usergroups` varchar(100) NOT NULL default \'[0]\',
That worked for me..
Reply With Quote