GMX9/Crypto-Exchange-PHP

where is global.php

harry-joshi opened this issue · 2 comments

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

Hi

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

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 ?