So, big problem has been fixed, but now my trade form is broken. I am using version 1.0.1. I tried re-uploaded trade.php and tradeform.php, and I get the following error when trying to access trade.php: Fatal error: Class 'Database' not found in D:\Hosting\11787403\html\reno\trade.php on line 153
For reference, this is the code on line 153: $database = new Database;
Any ideas on what might be going on?
Answered by Bloo
See post in contextMake sure 'func.php' is included at the top of your 'trade.php' file - in v1.0.1, this was not included by default.
define('VALID_INC', TRUE); include_once 'func.php';