Cannot login after install
Posted: Mon May 26, 2008 4:06 pm
Ok, first time poster.
Some info about my system:
Linux 2.6.22-14-generic, x86_64
Yes, 5.2.3-1ubuntu6.3
PDO::PostgreSQL, PostgreSQL
Serendipity 1.3.1
The installation of Serendipity when well, i got a few warnings, Imagemagick binary was not found, magic_quotes_gpc was on, post_max_size is only 8 MB and upload_max_filesize is only 2 MB, I received no error, so i proceeded with the simple install.
I set up my user name and login to database "blog" and user "blog" in PostgreSQL. The Serendipity installer does not error and says the install is complete. I am able to navigate to the home page and view. When i try an log in it tell me "You appear to have entered an invalid username or password".
Using PhpPgAdmin, I am able to login as "blog", but I cannot create a database, even though I executed the following command in psql:
grant all privileges on database blog to blog;
as a useruser. The permission stick, I can view them in PhpPgAdmin. I went as far as to make this user a superuser and see if it can login, but it cannot. Also, the "blog" database is empty when viewed as a superuser.
I really think this is a permission issue in PostgreSQL, becasue i cannot create a database as "blog", but I assumed that i gave user " blog" access to the database "blog" with the "grant" command above. Any help on this would be great! I would even accept a RTFM, as long as you linked me the the manual.
Best Regards,
-Josh
Some info about my system:
Linux 2.6.22-14-generic, x86_64
Yes, 5.2.3-1ubuntu6.3
PDO::PostgreSQL, PostgreSQL
Serendipity 1.3.1
The installation of Serendipity when well, i got a few warnings, Imagemagick binary was not found, magic_quotes_gpc was on, post_max_size is only 8 MB and upload_max_filesize is only 2 MB, I received no error, so i proceeded with the simple install.
I set up my user name and login to database "blog" and user "blog" in PostgreSQL. The Serendipity installer does not error and says the install is complete. I am able to navigate to the home page and view. When i try an log in it tell me "You appear to have entered an invalid username or password".
Using PhpPgAdmin, I am able to login as "blog", but I cannot create a database, even though I executed the following command in psql:
grant all privileges on database blog to blog;
as a useruser. The permission stick, I can view them in PhpPgAdmin. I went as far as to make this user a superuser and see if it can login, but it cannot. Also, the "blog" database is empty when viewed as a superuser.
I really think this is a permission issue in PostgreSQL, becasue i cannot create a database as "blog", but I assumed that i gave user " blog" access to the database "blog" with the "grant" command above. Any help on this would be great! I would even accept a RTFM, as long as you linked me the the manual.
Best Regards,
-Josh