SQL/DB Error!
SQL Code: []
SQL Error: [Error establishing a database connection!
]- Are you sure you have the correct user/password?
- Are you sure that you have typed the correct hostname?
- Are you sure that the database server is running?
Query: File: /var/www/twigandtimber/fe_sold.php Function: Line: 2
SQL/DB Error!
SQL Code: []
SQL Error: [Error selecting database timber!
]- Are you sure it exists?
- Are you sure there is a valid database connection?
Query: File: /var/www/twigandtimber/fe_common.php Function: require_once Line: 29
SQL/DB Error!
SQL Code: []
SQL Error: []
Query: SELECT * FROM categories WHERE 1 ORDER BY name ASC File: /var/www/twigandtimber/api/Root.php Function: GetResults Line: 180
SQL/DB Error!
SQL Code: []
SQL Error: []
Query: (SELECT id, superid, name, photos, price, date_created, 'I' AS 'type' FROM items WHERE status = 'Sold' AND is_approved = 'y' AND donotshow_assold = 'n') UNION (SELECT id, superid, name, photos, price, date_created, 'P' AS 'type' FROM projects WHERE status = 'Sold' AND donotshow_assold = 'n') ORDER BY date_created DESC, name ASC LIMIT 25 File: /var/www/twigandtimber/fe_sold.php Function: Line: 19