Jump to content

This error message was shown because Superuser has never logged in. Error has been logged.


Recommended Posts

Posted

Hi there,

I have successfully installed the latest version of Processwire (2.3.0) and as I entered the cms login information and moved to the next page, it returned me the following error:

Error: Exception: (in /Applications/XAMPP/xamppfiles/htdocs/cms/wire/core/Database.php line 118)

This error message was shown because Superuser has never logged in. Error has been logged.
 

I have tried again and again, but with no success. Can anyone help me please?

Thanks

Posted

Yes, the error log is this:

2013-09-16 02:44:56    ?    http://localhost/?/    Error:     Exception:  (in /Applications/XAMPP/xamppfiles/htdocs/cms/wire/core/Database.php line 118)
2013-09-16 02:45:38    ?    http://localhost/?/    Error:     Exception:  (in /Applications/XAMPP/xamppfiles/htdocs/cms/wire/core/Database.php line 118)
2013-09-16 02:45:47    ?    http://localhost/?/    Error:     Exception:  (in /Applications/XAMPP/xamppfiles/htdocs/cms/wire/core/Database.php line 118)
2013-09-16 02:45:54    ?    http://localhost/?/    Error:     Exception:  (in /Applications/XAMPP/xamppfiles/htdocs/cms/wire/core/Database.php line 118)
2013-09-16 02:46:01    ?    http://localhost/?/    Error:     Exception:  (in /Applications/XAMPP/xamppfiles/htdocs/cms/wire/core/Database.php line 118)
2013-09-16 02:46:04    ?    http://localhost/?/    Error:     Exception:  (in /Applications/XAMPP/xamppfiles/htdocs/cms/wire/core/Database.php line 118)
2013-09-16 02:51:52    ?    http://localhost/?/    Error:     Exception:  (in /Applications/XAMPP/xamppfiles/htdocs/cms/wire/core/Database.php line 118)
2013-09-16 02:51:53    ?    http://localhost/?/    Error:     Exception:  (in /Applications/XAMPP/xamppfiles/htdocs/cms/wire/core/Database.php line 118)
2013-09-16 02:51:53    ?    http://localhost/?/    Error:     Exception:  (in /Applications/XAMPP/xamppfiles/htdocs/cms/wire/core/Database.php line 118)
2013-09-16 02:51:55    ?    http://localhost/?/    Error:     Exception:  (in /Applications/XAMPP/xamppfiles/htdocs/cms/wire/core/Database.php line 118)
2013-09-16 02:51:57    ?    http://localhost/?/    Error:     Exception:  (in /Applications/XAMPP/xamppfiles/htdocs/cms/wire/core/Database.php line 118)
2013-09-16 02:52:19    ?    http://localhost/?/    Error:     Exception:  (in /Applications/XAMPP/xamppfiles/htdocs/cms/wire/core/Database.php line 118)
2013-09-16 02:52:19    ?    http://localhost/?/    Error:     Exception:  (in /Applications/XAMPP/xamppfiles/htdocs/cms/wire/core/Database.php line 118)
2013-09-16 02:52:21    ?    http://localhost/?/    Error:     Exception:  (in /Applications/XAMPP/xamppfiles/htdocs/cms/wire/core/Database.php line 118)
2013-09-16 02:59:18    ?    http://localhost/?/    Error:     Exception:  (in /Applications/XAMPP/xamppfiles/htdocs/cms/wire/core/Database.php line 118)
2013-09-16 03:00:38    ?    http://localhost/?/    Error:     Exception:  (in /Applications/XAMPP/xamppfiles/htdocs/cms/wire/core/Database.php line 118)
2013-09-16 03:00:40    ?    http://localhost/?/    Error:     Exception:  (in /Applications/XAMPP/xamppfiles/htdocs/cms/wire/core/Database.php line 118)
2013-09-16 03:00:44    ?    http://localhost/?/    Error:     Exception:  (in /Applications/XAMPP/xamppfiles/htdocs/cms/wire/core/Database.php line 118)
2013-09-16 03:00:46    ?    http://localhost/?/    Error:     Exception:  (in /Applications/XAMPP/xamppfiles/htdocs/cms/wire/core/Database.php line 118)
2013-09-16 03:00:48    ?    http://localhost/?/    Error:     Exception:  (in /Applications/XAMPP/xamppfiles/htdocs/cms/wire/core/Database.php line 118)
2013-09-16 03:01:03    ?    http://localhost/?/    Error:     Exception:  (in /Applications/XAMPP/xamppfiles/htdocs/cms/wire/core/Database.php line 118)
2013-09-16 03:14:47    ?    http://localhost/?/    Error:     Exception:  (in /Applications/XAMPP/xamppfiles/htdocs/cms/wire/core/Database.php line 118)
2013-09-16 03:14:47    ?    http://localhost/?/    Error:     Exception:  (in /Applications/XAMPP/xamppfiles/htdocs/cms/wire/core/Database.php line 118)
2013-09-16 03:14:49    ?    http://localhost/?/    Error:     Exception:  (in /Applications/XAMPP/xamppfiles/htdocs/cms/wire/core/Database.php line 118)
2013-09-16 04:10:18    ?    http://localhost/?/    Error:     Exception:  (in /Applications/XAMPP/xamppfiles/htdocs/cms/wire/core/Database.php line 118)
2013-09-16 04:10:48    ?    http://localhost/?/    Error:     Exception:  (in /Applications/XAMPP/xamppfiles/htdocs/cms/wire/core/Database.php line 118)
 
Posted

Hm, the logs don't help more than the first message. Check if your database credentials are correct on the /site/config.php file

Posted

Now the error changed to:

Error: Exception: DB connect error 1045 - Access denied for user 'admin_db'@'localhost' (using password: YES) (in /Applications/XAMPP/xamppfiles/htdocs/cms/wire/core/ProcessWire.php line 96)

This error message was shown because Superuser has never logged in. Error has been logged.
 
Posted

Did you change the default XAMPP credentials for mySQL? Does it work if you use these?

$config->dbHost = 'localhost';
$config->dbName = 'change to your Db name';
$config->dbUser = 'root';
$config->dbPass = '';
$config->dbPort = '3306';
 
Posted

I just filled in the installer forms.

It now changed to this error:

Error: Exception: Table 'portfolio_db.modules' doesn't exist (in /Applications/XAMPP/xamppfiles/htdocs/cms/wire/core/Database.php line 118)

This error message was shown because Superuser has never logged in. Error has been logged.
 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...