I mean, do you have the classes/... directory in the directory where you installed phpPgAdmin? Chris ----- Original Message ----- From: "Tran Anh Tu" <trantu@xxxxxxxxxx> To: "Christopher Kings-Lynne" <chriskl@xxxxxxxxxxxxxxxxxxx>; <pgsql-php@xxxxxxxxxxxxxx> Sent: Monday, September 15, 2003 11:09 AM Subject: Re: [PHP] Help me > I list the packages have been installed in my system: > > mod_php-4.2.3-1mdk > php-ldap-4.2.3-1mdk > php-4.2.3-1mdk > php-imap-4.2.3-1mdk > php-pgsql-4.2.3-1mdk > php-common-4.2.3-1mdk > php-gd-4.2.3-1mdk > php-mysql-4.2.3-1mdk > php-readline-4.2.3-1mdk > > I checked the path access to php-libs: > /usr/lib/php/extensions > so I have added it to path_include of php.ini file but there is same > error. It must have something wrong with php-lib but I don't know. Please > help me. > ******************************************************* > Tran Anh Tu > Vien CNTT - DHQG Ha Noi > Phone: 047680417-25 Email trantu@xxxxxxxxxx > ******************************************************* > > > -----Original Message----- > From: "Christopher Kings-Lynne" <chriskl@xxxxxxxxxxxxxxxxxxx> > To: "Tran Anh Tu" <trantu@xxxxxxxxxx>, <pgsql-php@xxxxxxxxxxxxxx> > Date: Mon, 15 Sep 2003 10:23:46 +0800 > Subject: Re: [PHP] Help me > > > > Warning: Failed opening 'classes/HTML_TreeMenu/TreeMenu.php' for > > > inclusion (include_path='.:/usr/lib/php/:/usr/lib/php/pear/') > > > in /var/www/html/phpPgAdmin/browser.php on line 15 > > > > > > Fatal error: Cannot instantiate non-existent class: html_treemenu > > > in /var/www/html/phpPgAdmin/browser.php on line 22 > > > > Now that is very weird. > > > > '.' is in your include path, so it shouldn't have any problem including > > the > > files ??? > > > > Does the classes/HTML_TreeMenu/TreeMenu.php directory exist for you? > > What > > is your PHP version? > > > > Chris > > > > > > ---------------------------(end of > > broadcast)--------------------------- > > TIP 5: Have you checked our extensive FAQ? > > > > http://www.postgresql.org/docs/faqs/FAQ.html >