View Single Post
  #3  
Old 10th July 2008, 11:58
Fynnon's Avatar
Fynnon Fynnon is offline
xxx
 
Join Date: Nov 2007
P2P
Posts: 984
Default Re: database problems
[hr:2196m58f]
A. At point 4, after you login and go to your Profile to change your language it doesn`t matter anymore in what language you have received the confirmation cause you already have confirmed your account ~

I changed in the database (before importing it) the default languge from russian to english but it seems to not work


B. We also have a problem with categories:

Code:
--
-- Insers data for the table  `categories`
--

INSERT INTO `categories` (`id`, `name`, `image`, `torrents_limit`, `anonymous_view`) VALUES
(1, 'Test Category ', '', 0, 1);
I changed in the database before importing as you said to: Test Category but i still get instead of that : ??????????


If i look in my database i see this:

[attachment=1:2196m58f]nfd1.png[/attachment:2196m58f]


but if i look on my browse page i see this:

[attachment=0:2196m58f]nfd2.png[/attachment:2196m58f]

Thank You!
Attached Thumbnails
nfd1.png   nfd2.png  
Reply With Quote