View Single Post
  #12  
Old 9th April 2012, 16:35
daffy's Avatar
daffy daffy is offline
Senior Member
 
Join Date: Mar 2009
United Kingdom
Posts: 550
Default
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.
Attached Files
File Type: sql nexusphp.sql (287.9 KB, 59 views)
__________________
"FFS PPL READ GOD DAMMIT, WHAT AM I GOOGLE?"
"I Kill You!" simples


http://i.imgur.com/DtcRfH5.gif

I also Setup And Modify Trackers PM For Details
Reply With Quote