-
you changed prass.conf after installing (make install), so the default configuration file was copied to the istallation directory. try to modify prass.conf before typing "make install".
2004-01-31 23:18:09 UTC by dozz
-
Hi,
I went through the prass install with no problems, edited the prass.conf file and changed it to reflect my hostname, database name and database user, password, etc. yet I get this when executing the http://localhost/cgi-bin/mod_project.cgi file:
[2003-11-26 12:26:58][info ] Templates library inited
[2003-11-26 12:26:58][info ] Anchor added [db_user]
[2003-11-26 12:26:58][info.
2003-11-26 21:18:47 UTC by showard1
-
Project is turned on PHP&MySQL.
The release will be soon.
2003-09-27 16:00:30 UTC by dozz
-
[2003-09-04 11:07:45][critical] Host '192.168.3.199' is not allowed to connect to this MySQL server [HPW037 host; ian user]
This is your problem. You provided not correct login/password for mysql server or server configured wrong.
2003-09-27 10:24:43 UTC by dozz
-
This is the output:
[2003-09-04 11:07:43][info ] Templates library inited
[2003-09-04 11:07:43][info ] Anchor added [db_user]
[2003-09-04 11:07:43][info ] Anchor added [db_passwd]
[2003-09-04 11:07:43][info ] Anchor added [db_host]
[2003-09-04 11:07:43][info ] Anchor added [db]
[2003-09-04 11:07:43][info ] Anchor added [host]
[2003-09-04 11:07:43][info ] Anchor...
2003-09-08 01:08:25 UTC by iandc76
-
Logged In: YES
user_id=472876
what do u exactly mean? =)
2003-09-07 09:30:42 UTC by dozz
-
give me full output when you trying to open this page and a log file, which should be located as /tmp/mod_people.txt.
2003-09-07 09:29:08 UTC by dozz
-
dozz committed patchset 86 of module templates to the Project Assistant CVS repository, changing 1 files.
2003-09-07 09:20:57 UTC by dozz
-
I have managed to do the above problem but I got an error the same with your sample webpage at http://www.cs.karelia.ru/~malev/cgi-bin/mod_project.cgi?pid=1
what should I do?.
2003-09-04 01:57:42 UTC by iandc76
-
Hi! I have successfully did the instructions int he INSTALL file from number 1-7.5. I don't know anything about mysql so I don't what to do when you said
"Additionally you should create database user (`praass' for the following example) and grant all permissions on database to the `praass' user,
mysql -u root -p
mysql> grant all privileges on praass.* to praass@yourhost...
2003-09-03 12:29:39 UTC by iandc76