Re: [iPath-developers] Regarding problem in ipath installation
Brought to you by:
brauchlik
|
From: Kurt B. <kur...@gm...> - 2013-12-03 10:26:54
|
Unable to load driver '' means that you did not configure any database connection for your system. did you create a configuration file? > sites/default.inc.php if yes, did you configure it to connect to your database (mysql?) > $ipath->conf['dsn'] = "mysql://ipath@localhost/ipath"; and did you grant the selected user access to the database? did you install on Xampp on Windows with the xampp.bat script? Did you get any error messages? regards Kurt Am 03.12.2013 11:17, schrieb harry right: > Hello Dear > I have installed the ipath server as per the giving instructons here > https://sourceforge.net/apps/trac/ipath/wiki/UserManual/Installation, > but i dont know whats the problem its not working. > when i open localhost/ipath following error shows > > *Strict Standards*: Creating default object from empty value in > *C:\xampp\htdocs\ipath\index.php* on line *42* > ADONewConnection: Unable to load database driver '' > ERROR: cannot connect to database - please onctact site administrator > > So please help me regarding this issue. > Thanks > > > ------------------------------------------------------------------------------ > Rapidly troubleshoot problems before they affect your business. Most IT > organizations don't have a clear picture of how application performance > affects their revenue. With AppDynamics, you get 100% visibility into your > Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! > http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk > > > _______________________________________________ > iPath-developers mailing list > iPa...@li... > https://lists.sourceforge.net/lists/listinfo/ipath-developers |