-
Notifications
You must be signed in to change notification settings - Fork 39
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
Cannot Connect Error #7
Comments
Did you run install.php? |
yes tells me to make sure config file is correct in the config file do I change the port from 7999 or leave as is thanks |
It depends on where are you running the office panel |
If it is on a different server, you'll have to go into your root (or given user in config.php) user in the main server's mysql and type grant all on xtream_iptvpro.* to root@(office server ip) identified by 'password'; . flush privileges; and try |
In the 'password' you put the db password (with quotes) that you wrote on Config.php |
im running it on same server for testing first but cannot get it to work |
So, let's start from the beginning... |
And, give me a screenshot of your config.php |
i get the check config.php on `install |
`<?php
?> |
i have created DB and imported the 2 sql files |
Hmm, well, assuming that you placed the configs correctly, and the office is installed on the same server as the OpenXC, try to change the panel db port to 7999 and put you user, etc. Then tell me what happens? |
still get the same page in install.php I change port to 7999 and checked in mysql if it change which it did after mysql restart. |
Ok, just to clear my consciousness, try to install php-mysqli, sometimes it's not installed with php alone |
fixed it mate it was mysql problems wouldnt let me login with phpmyadmin part either |
Getting error cannot connect tried a remote server and same server my XC panel is on
The text was updated successfully, but these errors were encountered: