ravencr wrote: I tried to use easymod to install this, and here's the error I got:
Critical Error
BEFOREADDFAILED: malformed script. A FIND was not previously performed.
MOD script line #185 :: FAQ :: Report
And, here's the txt on what I'm supposed to do from here, but it doesn't make sense to me:
#-----[ BEFORE, ADD ]------------------------------------------
#
{ADSENSE}
#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/index_body.tpl
#
#-----[ BEFORE, ADD ]------------------------------------------
#
{HOUSE}
#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/viewforum_body.tpl
#
#-----[ BEFORE, ADD ]------------------------------------------
#
{HOUSE}
Anybody?
Chris
ravencr wrote: Here's the error I'm getting in the profile section:
General Error
Could not select default dateformat
DEBUG MODE
SQL Error : 1146 Table 'utvrally.phpbb_ad_user' doesn't exist
SELECT * FROM phpbb_ad_user WHERE user_id = 2
Line : 26
File : ad_profile.php
Thanks again for the help,
Chris
Code: Select all
CREATE TABLE `phpbb_ad_user` (
`user_id` mediumint(9) NOT NULL default '0',
`ad_client_id` varchar(25) default '',
`ad_channel` varchar(25) default '',
PRIMARY KEY (`user_id`)
);