View Single Post
  #1  
Old 9th July 2008, 22:14
Fynnon's Avatar
Fynnon Fynnon is offline
xxx
 
Join Date: Nov 2007
P2P
Posts: 984
Default database problems
I looked inside the database today after updating it and i found 3 "problems":

1.

Code:
--
-- Dumping data for table `categories`
--

INSERT INTO `categories` (`id`, `name`, `image`, `torrents_limit`, `anonymous_view`) VALUES
(1, '???????? ???????', '', 0, 1);

-- --------------------------------------------------------
because:
[code]--
--
Reply With Quote