Raised This Month: $ Target: $400
 0% 

[WebPanel] Incorrect Login


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Inaryu
BANNED
Join Date: Mar 2008
Old 01-23-2014 , 13:13   [WebPanel] Incorrect Login
Reply With Quote #1

Hi,

I just finished installing the store webpanel and when I try to use the default user and pass I get "Incorrect Login".

What did I do wrong ?

Last edited by Arrow768; 01-25-2014 at 08:38.
Inaryu is offline
Inaryu
BANNED
Join Date: Mar 2008
Old 01-23-2014 , 13:49   Re: [WebPanel] Incorrect Login
Reply With Quote #2

Quote:
A Database Error Occurred

Unable to connect to your database server using the provided settings.

Filename: core/Loader.php

Line Number: 346
I see this after I turn $db['default']['db_debug'] = TRUE; ..
Inaryu is offline
Inaryu
BANNED
Join Date: Mar 2008
Old 01-23-2014 , 14:02   Re: [WebPanel] Incorrect Login
Reply With Quote #3

Line 346
Code:
		// Load the DB class
$CI->db =& DB($params, $active_record);

Last edited by Inaryu; 01-23-2014 at 14:02.
Inaryu is offline
Arrow768
Veteran Member
Join Date: Nov 2011
Location: Austria
Old 01-23-2014 , 14:52   Re: [WebPanel] Incorrect Login
Reply With Quote #4

Have you whitelisted the webhost in mysql ?

Edit:
The most common errors are:
* Username is not correct
* Password is not correct
* DB-Host is not correct
* Database is not correct
* The WebServer is not whitelisted at the MySQl Server (I guess thats the problem you have)
__________________

Last edited by Arrow768; 01-23-2014 at 14:54.
Arrow768 is offline
Inaryu
BANNED
Join Date: Mar 2008
Old 01-23-2014 , 14:52   Re: [WebPanel] Incorrect Login
Reply With Quote #5

Well, it should be.. The IP is there, do I need the web address ?

Yup, it is.

Last edited by Inaryu; 01-23-2014 at 14:54.
Inaryu is offline
Arrow768
Veteran Member
Join Date: Nov 2011
Location: Austria
Old 01-23-2014 , 14:55   Re: [WebPanel] Incorrect Login
Reply With Quote #6

Have you tried whitelisting all IPs (just for testing) ? (%)
__________________

Last edited by Arrow768; 01-23-2014 at 14:55.
Arrow768 is offline
Inaryu
BANNED
Join Date: Mar 2008
Old 01-23-2014 , 14:57   Re: [WebPanel] Incorrect Login
Reply With Quote #7

Yes, that works.

How can I figure out the IP that's requesting access to the DB?
Inaryu is offline
Inaryu
BANNED
Join Date: Mar 2008
Old 01-23-2014 , 15:00   Re: [WebPanel] Incorrect Login
Reply With Quote #8

Narrowed it down to 212.1.215.%
Inaryu is offline
Arrow768
Veteran Member
Join Date: Nov 2011
Location: Austria
Old 01-23-2014 , 15:04   Re: [WebPanel] Incorrect Login
Reply With Quote #9

There are a few options:
* Ask the support
* Check the MySQL Logs
* Create a php file that contains the following lines and open it in your browser (Could work, not sure about it)
PHP Code:
<?php
echo $_SERVER['SERVER_ADDR'];
?>
__________________
Arrow768 is offline
Inaryu
BANNED
Join Date: Mar 2008
Old 01-23-2014 , 15:12   Re: [WebPanel] Incorrect Login
Reply With Quote #10

Well, I'm not quite sure I have everything working yet..
Went to go upload Trails and got all this

Code:
A PHP Error was encountered

Severity: Warning

Message: escapeshellarg() has been disabled for security reasons

Filename: libraries/Upload.php

Line Number: 1066
___________________________________________________________________________________________________________________

A Database Error Occurred

Error Number: 1054

Unknown column 'flags' in 'field list'

INSERT INTO `store_items` (`name`, `display_name`, `description`, `web_description`, `type`, `loadout_slot`, `price`, `attrs`, `is_buyable`, `is_tradeable`, `is_refundable`, `category_id`, `expiry_time`, `flags`) VALUES ('trail_8bitmushroom', '8-bit Mushroom', NULL, NULL, 'trails', 'trails', '300', '{\"material\":\"materials\\/sprites\\/store\\/trails\\/8bitmushroom.vmt\"}', '1', '1', '1', 10, NULL, NULL)

Filename: /home/bodomsfo/public_html/store/models/items_model.php

Line Number: 224

Last edited by Inaryu; 01-23-2014 at 15:13.
Inaryu is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 19:18.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode