linuxmahara / Cryptsy-Clone-master

Cryptsy-Clone
4 stars 13 forks source link

Question #1

Open geopayme opened 9 years ago

geopayme commented 9 years ago

Has anyone got this code to run?

LoRdMiCk commented 9 years ago

yep but not 100% yet..

geopayme commented 9 years ago

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

LoRdMiCk commented 9 years ago

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'

geopayme commented 9 years ago

I'll give it a try.

LoRdMiCk commented 9 years ago

line 18 require_once($_SERVER['DOCUMENT_ROOT']."/classes/BaseDonnee.class.php"); DOCUMENT_ROOT is the root.. wihout your folder "ex"

geopayme commented 9 years ago

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

geopayme commented 9 years ago

fix the wallet issue.