[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] RaQ4 phpMyAdmin Install issue



Hi Gerald,

Yep, it's php.ini. It looks like you didn't install PHPlib properly.

If neeeded, PHPlib 7 can be retrieved here:
http://phplib.netuse.de/index.php3
It's free and needed if your plan to run phpMyAdmin.

Installation is quite easy. As for phpMyAdmin do not forget to switch
magic_quotes off in your php.ini.

In this very php.ini you have to tell the correct include path (place where
you installed PHPlib).
It should look like this:

<php.ini>

;;;;;;;;;;;;;;;;;;;;;;;;;
; Paths and Directories ;
;;;;;;;;;;;;;;;;;;;;;;;;;
include_path    = "/usr/local/lib/phplib:."


Hint for phpMyAdmin: Searching for 'phpMyAdmin' in google shows you all
'open' admin boards which are not password-secured. Don't forget to close.

HTH,

Hendrik.
--
am 21.03.2001 8:37 Uhr schrieb Gerald Waugh unter gerald@xxxxxxxxx:

> Sorry, I posted this without a subject, dang me
> 
>> I installed phpMyAdmin,
>> It keeps giving me this error (lots of them)
>> Failed opening 'sql.php' for inclusion
>> (include_path=''/usr/lib/apache/php:/usr/lib/apache/phplib:.'')
>> It seems to be happy if I copy the file it can't find to
> /usr/lib/apache/phplib.
>> I could not find any place in the config files to change the include path???
>> Maybe php.ini? Anyone?
>> 
>> Gerald Waugh
>> 
> 
> 
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>