😕 I uploaded all my files and set up a database and set all permissions as instructed on a PHP dating site script but I am getting the following message when i try and install:
Warning: session_start(): Cannot send session cookie - headers already sent by (output startedat /home/easyasab/public_html/dating/install.php:60in /home/easyasab/public_html/dating/include/config.inc.php on line 2
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/easyasab/public_html/dating/install.php:60in /home/easyasab/public_html/dating/include/config.inc.php on line 2
Cant connect to server
Database dont exist Or Change Database name in config.
but my database is dating and user dating with password .
my config file listed as
MySQL data
define('C_HOST','localhost');// MySQL host name (usually:localhost)
define('C_USER','**');// MySQL username
define('C_PASS','**');// MySQL password
define('C_BASE','_dating');// MySQL database.
So all the database details match perfectly