User profile
Profile of skalitz3 Posts since 02/03/2009 14:31, name
Recent Posts by skalitz
04/03/2009 00:03
|
Get Help → Blank page when trying to access http://myadress.com/eg2/ |
Try moving the app out of the folder eg2 into your wwwroot folder. That sorted some probs for me. //Skalitz |
|
02/03/2009 14:43
|
Get Help → DB problems |
Hi, Sorry for a potentially noobish question. I'm trying to install EGS on my Web Hotel account witch supports both PostgreSQL and PHP. I copied the files to the server root and set up the conf file correctly so that the app connects to the DB. My problem is that I cant import the supplied schema into the DB. The interface for SQL management is phpPGAdmin and when i created the DB it automatically created a schema called public. I entered this schema and tried running an SQL question by uploading the egs2beta1initial.sql file. This created the whole structure in the schema public but it didnt include any info in the tables. When i browse the DB, ie. users there is no info there (i suppose it should be user: root and pass: password, but its empty). When i try to login to the application it says: "Incorrect username/password combination, please try again" I think the problem lies in my method of importing the DB (by upload an SQL script in phpPgAdmin) When troubleshooting this ive come across a way of doing this: psql -U yourdbname yourdbname < yourdumpfile. (psql is the same command as in the readme-file) But i dont know where to put the sql-file in order for phpPgAdmin to find it? Please help, i'm pulling my hair here. Thanks, Skalitz |
|