GMX9 / Crypto-Exchange-PHP

Free crypto exchange built with changenow.io API
GNU General Public License v3.0
88 stars 104 forks source link

where is global.php #16

Open harry-joshi opened 2 years ago

harry-joshi commented 2 years ago

Warning: include(configs/global.php): failed to open stream: No such file or directory in C:\wamp64\www\Crypto-Exchange-PHP\includes\frontend\navbar.php on line 3 image

L999999 commented 2 years ago

Hi

It can be found in the “configs“” folder in the root directory, if it is installed correctly

studentforcode commented 7 months ago

It required this 2 file to even install. . . $myfile = fopen("configs/database.php", "w") or die("Unable to open file !"); $myfilec = fopen("configs/global.php", "w") or die("Unable to open file !");

were are they ?