Author

Topic: BitDayTrade SQL Error (Read 1346 times)

sr. member
Activity: 287
Merit: 250
August 03, 2012, 01:47:44 PM
#5
eek - probably shouldn't be showing SQL errors on a production site like that. 

Agreed, anyhow, we don't rely on security through obscurity, our database should be safe even with a public schema.
sr. member
Activity: 431
Merit: 251
August 03, 2012, 12:42:37 PM
#4
eek - probably shouldn't be showing SQL errors on a production site like that. 
sr. member
Activity: 287
Merit: 250
August 03, 2012, 11:31:36 AM
#3
Issue resolved. Apologizes.
donator
Activity: 2058
Merit: 1054
August 03, 2012, 11:27:56 AM
#2
I've forwarded this to Alberto. In general the best way to resolve such issues is emailing [email protected].
member
Activity: 162
Merit: 19
August 03, 2012, 11:21:58 AM
#1
Hi, i want to close a position but i receive this SQL Error

SQL = [SELECT DISTINCT position_id FROM engine_close_positions_queue WHERE position_id ='XXXX' AND customer_id='XXX']
Array (
  • => Array ( [file] => /var/www/bitdaytrade.com/app/database.php [line] => 19 [function] => db_report_error [args] => Array (
  • => SELECT DISTINCT position_id FROM engine_close_positions_queue WHERE position_id ='XXXX' AND customer_id='XXX' ) ) [1] => Array ( [file] => /var/www/bitdaytrade.com/app/close.php [line] => 118 [function] => db_query [args] => Array


How can i resolve this problem?
 Angry
Jump to: