PDA

View Full Version : Install / Run Problem Inetration (2)



AlRahan
01-08-2009, 02:52 PM
Hi

Kind of like the first problem,
same failure point at the same login screen,
so I did not attach the screen.

Except the detail error from firebug
{"error":["Supplied credential is invalid."],"success":false}

after the
{"authorized":false,"title":"conjoon","success":false,"error":{"code":null,"line":180,"file":"E:\\wamp

\\www\\pim\\build\\htdocs\\conjoon_application\\mo dules\\default\\controllers\\ReceptionController.p hp"

,"message":"Authorization required. You need to log in to access this resource.","type":"CONJOON_ERROR_AUTHORIZATION"

,"level":"error"}}

I did try to change the adapter to mysqli in config.ini.php
but it did not help.


Win 2003 install with php 5.21 <--
mysqli is running pdo is running


Thanks
Al

What do you suggest ?

ThorstenSuckow
01-08-2009, 02:56 PM
Did you use the installation wizard that comes with V0.1a3? (http://www.conjoon.org/blog/2009/01/08/using-the-installation-wizard/)

If not, I'd recommend to use the wizard and check what "Step 1 (Checking requirements)" tells you.

But it looks more like the "user" table does not contain the login credentials - can you browse the table and post if it contains data?

AlRahan
01-08-2009, 07:10 PM
Hi

I did follow the automated install..
The table was updated with encrypted field for password dm5-hashed, with '1' in the field isroot.
I check I have an other app with pdo_mysql running fine..

Thanks
Al

ThorstenSuckow
01-08-2009, 08:35 PM
Well, if you login with "root" and provide the password for the root user, all should be fine.

AlRahan
01-08-2009, 10:25 PM
For some reason I deleted the record for the users table,
and reinserted in the database. It Works now
I may have mistyped the password..





Thanks
Al

AlRahan
01-08-2009, 10:37 PM
I just set back the pdo_mysql and made sure it is configured.
That got rid of the error in rss feed and the email config
Just an FYI , may be it will help somebody

ThorstenSuckow
01-09-2009, 10:04 PM
I just set back the pdo_mysql and made sure it is configured.
That got rid of the error in rss feed and the email config
Just an FYI , may be it will help somebody

Well, the mysqli adapter is not supported by now (v0.1a3), and people who use it might run into problems. This is why the installation wizard does not list this adapter right now.