hi ! i was trying to install lottery hack 2.3 with easy mod and i got this critical error :
Critical Error
Could not perform improperly formed COPY command.
copy lottery_index_body.tpl to /templates/*/lottery_index_body.tpl
MOD script line #53
Help please !! if any1 knows what to do to get rid of this please help !!
thank you !
easy mod problem
Forum rules
DO NOT give out any FTP passwords to anyone! There is no reason to do so! If you need help badly enough, create a temporary FTP account that is restricted to only the files that you need help with and give the information for that. Giving out FTP information can be very dangerous!
DO NOT give out any FTP passwords to anyone! There is no reason to do so! If you need help badly enough, create a temporary FTP account that is restricted to only the files that you need help with and give the information for that. Giving out FTP information can be very dangerous!
- WhiteWolfSix
- Registered User
- Posts: 210
- Joined: Fri Jan 21, 2005 9:05 am
- Location: 48°43′N, 19°08′E
Re: easy mod problem
Problem would be /*/ in copy command.Could not perform improperly formed COPY command.
copy lottery_index_body.tpl to /templates/*/lottery_index_body.tpl
Re: easy mod problem
so what do i do ? XDXD
Re: easy mod problem
Edit the .txt or .mod file so that it says
copy lottery_index_body.tpl to /templates/subSilver/lottery_index_body.tpl
copy lottery_index_body.tpl to /templates/subSilver/lottery_index_body.tpl
Re: easy mod problem
ok now, im trying install JC Lottery Beta 1.1 with easy mod XD and i get this error:
Could not perform improperly formed COPY command.
root/lottery.php to ./lottery.php
Could not perform improperly formed COPY command.
root/lottery.php to ./lottery.php
- WhiteWolfSix
- Registered User
- Posts: 210
- Joined: Fri Jan 21, 2005 9:05 am
- Location: 48°43′N, 19°08′E
Re: easy mod problem
Same problem. It seems the MOD author didn't write MOD according to MOD rules. I suggest you to install it manually.
Re: easy mod problem
how on earth do you install manually ? hahahaha XDXDXD i dont understand tutorials XDXD
- WhiteWolfSix
- Registered User
- Posts: 210
- Joined: Fri Jan 21, 2005 9:05 am
- Location: 48°43′N, 19°08′E
Re: easy mod problem
It is simple. Just open file, find a specific code, replace, add-after or add-before found code part of MOD code, save file.
Re: easy mod problem
ok im back XDXD and ive got another problem !!! XDXD
i was trying to install foretell sports and all seemed fine....and then wen i went to main page :
Error getting total for Bookie Mod
DEBUG MODE
SQL Error : 1146 Table 'luigi_luigi.phpbb_bookie_admin_bets' doesn't exist
SELECT * FROM phpbb_bookie_admin_bets WHERE bet_time<'1205442102' AND checked=0
Line : 49
File : index.php
any ideas??? u can only see this message if ure an admin....which i thought was a bit odd.....because it works fine if ure a normal user.....anyways...... help !!! thank you !
i was trying to install foretell sports and all seemed fine....and then wen i went to main page :
Error getting total for Bookie Mod
DEBUG MODE
SQL Error : 1146 Table 'luigi_luigi.phpbb_bookie_admin_bets' doesn't exist
SELECT * FROM phpbb_bookie_admin_bets WHERE bet_time<'1205442102' AND checked=0
Line : 49
File : index.php
any ideas??? u can only see this message if ure an admin....which i thought was a bit odd.....because it works fine if ure a normal user.....anyways...... help !!! thank you !
- WhiteWolfSix
- Registered User
- Posts: 210
- Joined: Fri Jan 21, 2005 9:05 am
- Location: 48°43′N, 19°08′E
Re: easy mod problem
This error message is most important for you. It tells you that your forum is missing one or more tables. In this case it is table called 'luigi_luigi.phpbb_bookie_admin_bets'. In installation text you will find SQL query you have to use in your database. You probably did it but your prefix of tables is different than default one. You just need to add this part luigi_luigi. to default name of table that is phpbb_bookie_admin_bets. Then the table name should looks like luigi_luigi.phpbb_bookie_admin_bets.luigi2212 wrote:SQL Error : 1146 Table 'luigi_luigi.phpbb_bookie_admin_bets' doesn't exist