PDA

View Full Version : [Issue] Help with using webpanel


Suna45
03-28-2013, 22:50
So we are trying to install the Store Web Panel at the moment and we are getting an error : http://gyazo.com/3f2357080f587022458a2f16b0ff117b

It seems to be a problem with connecting to the MySQL server correct? If so, what can we do to fix. Also, how do we get the I.P for our store web panel.

Thanks

vodka00
03-29-2013, 01:27
So we are trying to install the Store Web Panel at the moment and we are getting an error : http://gyazo.com/3f2357080f587022458a2f16b0ff117b

It seems to be a problem with connecting to the MySQL server correct? If so, what can we do to fix. Also, how do we get the I.P for our store web panel.

Thanks

Are you sure your mysql database supports external connection? Could you post the bit for database connection at the beginning from your applications/config/database.php? Just * out all the sensitive information.

$db['default']['hostname'] = '';
$db['default']['username'] = '';
$db['default']['password'] = '';
$db['default']['database'] = '';
$db['default']['dbdriver'] = '';
$db['default']['dbprefix'] = '';

Arrow768
03-29-2013, 10:02
Check if this helps you (if your db-details are correct)
http://jira.sourcedonates.com/browse/STWPAN-46

Suna45
03-29-2013, 13:04
Check if this helps you (if your db-details are correct)
http://jira.sourcedonates.com/browse/STWPAN-46

This fixed our problem. Thank you very much!