Menu

#3 login is not possible

open
nobody
5
2006-12-29
2006-12-29
Anonymous
No

The installations seams to be successful - the database is created, but I am not able to login.

I do the following:
- click on the login link at the top right corner
- select "Admin" in the login combobox
- a new text field appears, I enter root (I tried Admin, admin and Root as well)
- as password I enter "xxxxxx"

my Config_local.inc.php looks like this:
<?php
defineOnce("XP_UBER_USER", XP_DB_USER);
defineOnce("XP_UBER_PASS", XP_DB_PASS);
defineOnce("XP_DB_PASS", "xxxxxx");
defineOnce("XP_DB_USER", "root");
?>

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.