> 
> 
>  Hello everyone,
> 
>  Need some help. I installed phpMyAdmin on this new server and cannot
>  get it to work. I've installed this tool many times, so i'm pretty
>  comfortable with the installation process. However, I've never ran into
>  the errors I am getting today.
> 
>  The server is Apache+PHP 4.0.6
> 
>  Error 1) When I first installed phpMyAdmin, I got the following error:
> 
>     "... magic_quotes_gpc is not enabled. phpMyAdmin needs this to
>     work..."
> 
>  Action:
>       I had my ISP turned on Magic Quotes in my PHP.ini file.
>       Now, phpinfo() shows the following settings:
> 
>      magic_quotes_gpc             On
>      magic_quotes_runtime   On
>      magic_quotes_sybase    On
> 
> 
> error 2)
> 
> The above seetings solve the 'error' issues. However, phpMyAdmin now
> shows a blank  page when I try to access it.
> 
> What can cause this ?
> Does it have anything to do with magic_quotes being turned on?
> ...that's what it requested in the first place.
> 
> 
> Am I missing something?
> 
> Please help.
> 
> -John
> 
> 
> 
> 

phpmyadmin also needs
"register_globals = On"    in php.ini

hope this helps...:)


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to