|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
Installation Help - Haven't seen this yet...I'm having some problems getting up and running. Can anyone help?
Here is the overview of the system I'm running: Started a new Win 2000 server. I'm running PHP 5.2.8 mySQL 5.1 on top of IIS. As far as I know, PHP and mySQL are configured correctly as I was successfully able to install mySQLadmin. I set up a new database using mySQLadmin and imported the citrus.sql file in using 4.0 compatibility. It loaded with absolutely no errors. I also created a user, citrususr to go along with it with the full permissions to the citrus data base. CitrusDB is installed to F:\Inetpub\wwwroot\citrus\. My config file looks something like this: $sys_dbhost = 'localhost'; $sys_dbuser = 'citrususr'; $sys_dbpasswd = 'citrus'; $sys_dbname = 'citrus'; $sys_dbtype = 'mysql'; $path_to_citrus = 'F:\Inetpub\wwwroot\citrus\'; $hidden_hash_var='test'; $lang = './include/local/us-english.inc.php'; When I load up index.php I get this output: ADONewConnection: Unable to load database driver '' then a TON of PHP warnings about include files having the permission denied or failing to open stream. For the heck of it, I tried passing root and the root password to the config file and about 10 different variables of the path. I triple checked file permissions and allowed read, write, execute for the I_USR account for EVERYTHING. I'm totally lost at this point. Any ideas? ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Citrusdb-users mailing list Citrusdb-users@... https://lists.sourceforge.net/lists/listinfo/citrusdb-users |
|
|
Re: Installation Help - Haven't seen this yet...Want to update - I totally removed the citrus folder then made a fresh copy.
This time I named it citrusdb. I don't know if that made the difference, but it now works. -------------------------------------------------- From: "Peter Coons" <PCoons@...> Sent: Thursday, February 19, 2009 3:31 PM To: <citrusdb-users@...> Subject: [Citrusdb-users] Installation Help - Haven't seen this yet... > I'm having some problems getting up and running. Can anyone help? > > Here is the overview of the system I'm running: > > Started a new Win 2000 server. I'm running PHP 5.2.8 mySQL 5.1 on top of > IIS. As far as I know, PHP and mySQL are configured correctly as I was > successfully able to install mySQLadmin. I set up a new database using > mySQLadmin and imported the citrus.sql file in using 4.0 compatibility. It > loaded with absolutely no errors. I also created a user, citrususr to go > along with it with the full permissions to the citrus data base. CitrusDB > is > installed to F:\Inetpub\wwwroot\citrus\. My config file looks something > like > this: > > $sys_dbhost = 'localhost'; > $sys_dbuser = 'citrususr'; > $sys_dbpasswd = 'citrus'; > $sys_dbname = 'citrus'; > $sys_dbtype = 'mysql'; > $path_to_citrus = 'F:\Inetpub\wwwroot\citrus\'; > $hidden_hash_var='test'; > $lang = './include/local/us-english.inc.php'; > > When I load up index.php I get this output: > > ADONewConnection: Unable to load database driver '' > > then a TON of PHP warnings about include files having the permission > denied > or failing to open stream. > > For the heck of it, I tried passing root and the root password to the > config > file and about 10 different variables of the path. > > I triple checked file permissions and allowed read, write, execute for the > I_USR account for EVERYTHING. I'm totally lost at this point. Any ideas? > > > ------------------------------------------------------------------------------ > Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, > CA > -OSBC tackles the biggest issue in open source: Open Sourcing the > Enterprise > -Strategies to boost innovation and cut costs with open source > participation > -Receive a $600 discount off the registration fee with the source code: > SFAD > http://p.sf.net/sfu/XcvMzF8H > _______________________________________________ > Citrusdb-users mailing list > Citrusdb-users@... > https://lists.sourceforge.net/lists/listinfo/citrusdb-users > ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Citrusdb-users mailing list Citrusdb-users@... https://lists.sourceforge.net/lists/listinfo/citrusdb-users |
|
|
Re: Installation Help - Haven't seen this yet...I'm glad you got it working. I would guess it was somehow missing
files from the /include/adodb folder, I don't know why that would happen on a new install. The name of the citrusdb folder really should not matter. Paul On Thu, Feb 19, 2009 at 7:43 PM, Peter Coons <pcoons@...> wrote: > Want to update - I totally removed the citrus folder then made a fresh copy. > This time I named it citrusdb. I don't know if that made the difference, but > it now works. > > -------------------------------------------------- > From: "Peter Coons" <PCoons@...> > Sent: Thursday, February 19, 2009 3:31 PM > To: <citrusdb-users@...> > Subject: [Citrusdb-users] Installation Help - Haven't seen this yet... > >> I'm having some problems getting up and running. Can anyone help? >> >> Here is the overview of the system I'm running: >> >> Started a new Win 2000 server. I'm running PHP 5.2.8 mySQL 5.1 on top of >> IIS. As far as I know, PHP and mySQL are configured correctly as I was >> successfully able to install mySQLadmin. I set up a new database using >> mySQLadmin and imported the citrus.sql file in using 4.0 compatibility. It >> loaded with absolutely no errors. I also created a user, citrususr to go >> along with it with the full permissions to the citrus data base. CitrusDB >> is >> installed to F:\Inetpub\wwwroot\citrus\. My config file looks something >> like >> this: >> >> $sys_dbhost = 'localhost'; >> $sys_dbuser = 'citrususr'; >> $sys_dbpasswd = 'citrus'; >> $sys_dbname = 'citrus'; >> $sys_dbtype = 'mysql'; >> $path_to_citrus = 'F:\Inetpub\wwwroot\citrus\'; >> $hidden_hash_var='test'; >> $lang = './include/local/us-english.inc.php'; >> >> When I load up index.php I get this output: >> >> ADONewConnection: Unable to load database driver '' >> >> then a TON of PHP warnings about include files having the permission >> denied >> or failing to open stream. >> >> For the heck of it, I tried passing root and the root password to the >> config >> file and about 10 different variables of the path. >> >> I triple checked file permissions and allowed read, write, execute for the >> I_USR account for EVERYTHING. I'm totally lost at this point. Any ideas? >> >> >> ------------------------------------------------------------------------------ >> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, >> CA >> -OSBC tackles the biggest issue in open source: Open Sourcing the >> Enterprise >> -Strategies to boost innovation and cut costs with open source >> participation >> -Receive a $600 discount off the registration fee with the source code: >> SFAD >> http://p.sf.net/sfu/XcvMzF8H >> _______________________________________________ >> Citrusdb-users mailing list >> Citrusdb-users@... >> https://lists.sourceforge.net/lists/listinfo/citrusdb-users >> > > ------------------------------------------------------------------------------ > Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA > -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise > -Strategies to boost innovation and cut costs with open source participation > -Receive a $600 discount off the registration fee with the source code: SFAD > http://p.sf.net/sfu/XcvMzF8H > _______________________________________________ > Citrusdb-users mailing list > Citrusdb-users@... > https://lists.sourceforge.net/lists/listinfo/citrusdb-users > -- The CitrusDB Project | http://www.citrusdb.org Open Source Customer Care & Billing System ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Citrusdb-users mailing list Citrusdb-users@... https://lists.sourceforge.net/lists/listinfo/citrusdb-users |
| Free embeddable forum powered by Nabble | Forum Help |