From: Matthew G. <mat...@gm...> - 2005-11-20 18:51:12
|
That error should be indicating that it cannot locate the file: ESP_BASE . 'admin/include/lib/adodb/adodb.inc.php Does that exist? If could be a permission problem. $ESPCONFIG['adodb_pathto_db'] is only used if you are using SQLite. On 11/20/05, Haldir Le=E3o <hal...@ya...> wrote: > > When I run the index.php file appears the message: "Unable to open ADODB > include file. Check INI settings. Aborting." > The current configuration of phpESP.ini.php is: > // Database connection information > $ESPCONFIG['db_host'] =3D 'myhost'; > $ESPCONFIG['db_user'] =3D 'user'; > $ESPCONFIG['db_pass'] =3D 'pass'; > $ESPCONFIG['db_name'] =3D 'name'; > // ADODB > $ESPCONFIG['adodb_path'] =3D ESP_BASE . 'admin/include/lib/adodb/'; > $ESPCONFIG['adodb_database_type'] =3D 'mysql'; > $ESPCONFIG['adodb_dbpersist'] =3D 'true'; > $ESPCONFIG['adodb_pathto_db'] =3D "/var/www/phpESP/scripts/db/esp.dbm"; > I guess the problem is the file refered in the var > $ESPCONFIG['adodb_pathto_db'] . The phpESP is hosted in www.farvista.net<= http://www.farvista.net>, > so I don=B4t have permission to manipulate that path. > Anyone co uld help me, please ? > > ------------------------------ > Yahoo! Acesso Gr=E1tis: Internet r=E1pida e gr=E1tis. > Instale o discador agora!<http://us.rd.yahoo.com/mail/br/tagline/discador= /*http://br.acesso.yahoo.com/> > > -- D'oh! |