Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

where is global.php #16

Open
harry-joshi opened this issue Sep 9, 2021 · 2 comments
Open

where is global.php #16

harry-joshi opened this issue Sep 9, 2021 · 2 comments

Comments

@harry-joshi
Copy link

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
Copy link

L999999 commented Nov 5, 2021

Hi

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

@studentforcode
Copy link

studentforcode commented Dec 1, 2023

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants