Severity: Notice
Message: Uninitialized string offset: 0
Filename: mysqli/mysqli_driver.php
Line Number: 120
Severity: Warning
Message: mysqli::real_connect(): php_network_getaddresses: getaddrinfo failed: Name or service not known
Filename: mysqli/mysqli_driver.php
Line Number: 202
Severity: Warning
Message: mysqli::real_connect(): (HY000/2002): php_network_getaddresses: getaddrinfo failed: Name or service not known
Filename: mysqli/mysqli_driver.php
Line Number: 202
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /home/sbarmotin/public_html/appoitments/system/core/Exceptions.php:272)
Filename: core/Common.php
Line Number: 568
Unable to connect to your database server using the provided settings.
Filename: controllers/Appointments.php
Line Number: 28
Unable to connect to your database server using the provided settings.
Filename: controllers/Appointments.php
Line Number: 28
can you please tell what i'm doing rong..8 hours nothing
User name: [your user name for EA]Host name: localhostPassword: [your EA password for the database]Re-type:In Database for user accountChoose "Create database with same name and grant all privileges."
Hit [GO] at the bottom of the page.
// ------------------------------------------------------------------------ // GENERAL SETTINGS // ------------------------------------------------------------------------
const LANGUAGE = 'english'; const DEBUG_MODE = FALSE;
// ------------------------------------------------------------------------ // Database Settings // ------------------------------------------------------------------------
const DB_HOST = 'localhost'; const DB_NAME = '[your user name for EA]'; const DB_USERNAME = '[your user name for EA]'; const DB_PASSWORD = '[your EA password for the database]';