Open geopayme opened 9 years ago
yep but not 100% yet..
Do you know why this error is showing up? It does not seem to be defined anywhere
PHP message: PHP Fatal error: require_once(): Failed opening required '/usr/share/nginx/html/classes/BaseDonnee.class.php' (include_path='.:/usr/share/php:/usr/share/pear') in /usr/share/nginx/html/ex/index.php on line 19" while reading response header
you can change the code to fit the BaseDonnee.class.php path.. or like I did put everything in the root doc.. because the script try to open the file there
'/usr/share/nginx/html/classes/BaseDonnee.class.php' instead of /usr/share/nginx/html/ex/classes/BaseDonnee.class.php'
I'll give it a try.
line 18 require_once($_SERVER['DOCUMENT_ROOT']."/classes/BaseDonnee.class.php"); DOCUMENT_ROOT is the root.. wihout your folder "ex"
I got something happening... now this My db is called coinswap
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'coinswap.Wallets' doesn't exist
fix the wallet issue.
Has anyone got this code to run?