PDA

View Full Version : Need a Little help with my config file


BTO
06-10-04, 12:22 AM
I am having a problem getting my config file to work. I have gone though the install docs and cant seem to make dot project install. I am getting the error "Fatal Error. You haven't created a config file yet." So my questiion is. what directoy should the config file be in? And if I can't figure this out is there anyone out there be willing to get this up and running for me? I am running out of time and I really dont want to buy Mircosoft Project Manager.
Thanks for any help
BTO

Horace
06-10-04, 12:37 AM
config file should be in :
/yourDPinstall/includes

start with the config-dist.php file and mod it to meet your needs and save as config.php to the /yourDPinstall/includes directory.

the newer downloads have a nifty install script
/yourDPinstall/install/index.php

Good Luck

BTO
06-10-04, 08:14 AM
Since I now have spent around a week in my spare time tring to make this work I must give up. I am do not have enough skill to make this thing work. here is the last error that I received "
Warning: Access denied for user: 'Dotproject@localhost' (Using password: YES) in /var/www/html/includes/db_mysql.php on line 21

Warning: MySQL Connection Failed: Access denied for user: 'Dotproject@localhost' (Using password: YES) in /var/www/html/includes/db_mysql.php on line 21
FATAL ERROR: Connection to database server failed"
if someone want to chip in and help me a little more I would be willing to pay.
Right now I need a project managment system that I can work with.
Thanks
BTO

Horace
07-10-04, 12:08 AM
the error you report is a simple password error. verify your login and password for MySQL, then enter the information in your config file.
example

// DATABASE ACCESS INFORMATION [DEFAULT example]
// Modify these values to suit your local settings

$dPconfig['dbtype'] = "mysql"; // ONLY MySQL is supported at present
$dPconfig['dbhost'] = "your server name here";
$dPconfig['dbname'] = "database name here";
$dPconfig['dbuser'] = "login goes here";
$dPconfig['dbpass'] = "password goes here";

Hang in there, now that you have an error message to work from your on the downhill side.

Good Luck

mpchlets
15-10-04, 03:09 AM
It could also be the wrong hostname, if you need some help drop me a line, I can definately help you out.

needhelp
22-10-04, 05:25 AM
Hi,
I am having problem with my dotproject installation on linux
I installed dotproject under /usr/src , so my includes directory is in /usr/src/dotproject.
and in config.php i specified

$dpconfig[dbuser] = root // mysql username
$dpconfig[rootdir] =/usr/src/dotproject
$dpconfig[base_url]=http://ipaddr/dotproject

when I try to access it using http://ipaddr/dotproject/index.php
We are using Apache 2.0 server.

It displays:

Object not found!
The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.
Error 404

Could someone please help? thanks in advance.

dayhox
22-10-04, 06:30 AM
I think you need to make a change to:

$dpconfig[base_url]=http://ipaddr/dotproject

And add the correct extension for your site: .NET .COM .ORG

http://ipaddr.com/dotproject/index.php

caseydk
22-10-04, 10:55 PM
The easiest way is to create a sumbolic link in apache's web structure to point at your dP installation.

I have my entire Apache web directory set up this way in order to keep it on a seperate physical drive.

Taffman
04-11-04, 10:04 PM
I am having a problem getting my config file to work. I have gone though the install docs and cant seem to make dot project install. I am getting the error "Fatal Error. You haven't created a config file yet." So my questiion is. what directoy should the config file be in? And if I can't figure this out is there anyone out there be willing to get this up and running for me? I am running out of time and I really dont want to buy Mircosoft Project Manager.
Thanks for any help
BTO
I'm getting the same problem. my config file is in the right place, what am I doing wrong?

Dai

Taffman
04-11-04, 10:50 PM
Panick over, found an incorrect path in the config file.
I have a different problem now, but I'll post this elswhere..

Dai