View Single Post
  #13  
Old 9th April 2012, 21:04
Ripparinn's Avatar
Ripparinn Ripparinn is offline
Senior Member
 
Join Date: Feb 2009
Iceland
Posts: 47
Default
Quote:
Originally Posted by daffy View Post
installs fine if you have memcache installed ;) (setup on localhost xampp 64bit win7 ultimate 64bit, memcached, apc... many more)
white page error is the insert is missing for stylesheets

Code:
(1, 'styles/Classic/', 'Classic', '', '', 'TheTorrents.org theme');
should be
Code:
INSERT INTO `stylesheets` (`id`, `uri`, `name`, `addicode`, `designer`, `comment`) VALUES
(1, 'styles/Classic/', 'Classic', '', '', 'TheTorrents.org theme')
inside the db file, so i have altered this and added the db file here.

replace existing db with attached.

Thanks for this update, forgot to fix
Reply With Quote