problem installing a document managment program

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
robin1
Forum Newbie
Posts: 20
Joined: Thu Aug 01, 2002 4:36 pm

problem installing a document managment program

Post by robin1 »

Hello everybody,
I downloaded a program called "sitr tracker" document managment program..
Everytime i install the application its asking for a root user id and pwd which i dont have(i'm with isp). the only control over the database i have is to create db and tables. so i used the user id and pwd of a database but it's not working. i talk to the programmer but his idea didn't work..
any ideas??

problem area:

Code: Select all

$query = "GRANT USAGE ON  doc_dbase1.* TO doc_user@localhost;"
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

Does the site of the application have a support/help area?
johnm1019
Forum Newbie
Posts: 4
Joined: Sat Jul 12, 2003 11:26 pm

Post by johnm1019 »

Although this is a little bit more advanced....

You might try hacking into the install file its trying to run and see what tables its going to create once it gets it login and password... then create those tables yourself, and run whatever gets run post install...

Might take a while but thats what i'd do....
Post Reply