View Single Post
  #8  
Old 16th November 2008, 01:27
kristaps's Avatar
kristaps kristaps is offline
Senior Member
 
Join Date: Aug 2008
Posts: 29
Default
yeah... open your sql, find
Code:
CREATE TABLE `messages`
and change this line

Code:
`subject` varchar(255) NOT NULL default 'Без темы',
to this

Code:
`subject` varchar(255) NOT NULL default '',
now run [yourtrackeradress.com/install.php


cherz
Reply With Quote
The Following User Says Thank You to kristaps For This Useful Post:
alexzut (9th January 2010)