Check php.net for docs around error handling, specifically where to send
errors (you want it going to a log file, not the web browser), and what
severity of error to stop the script at; normally, "NOTICE" and "WARNING"
grade errors still leave most apps functioning...but that's tunable in
php.ini.

It's also very likely that there's something else wrong, but I don't have
any good first guesses.

ZZ
On Nov 20, 2011 9:32 PM, "Carlos Sura" <carlos.su...@googlemail.com> wrote:

> Hello mates,
>
> I'm having this problem: I'm trying to access to phpmyadmin:
> http://localhost/phpmyadmin and the ONLY thing I can see is the following
> error:
> *Notice*: Array to string conversion in *
> /var/www/localhost/htdocs/phpmyadmin/libraries/Error.class.php* on line *
> 179*
> *
> *
> *
> *
> I don't know why is this happening, since I've just updated PHP, but also,
> I'm using both version of PHP 5.3.9 and 5.4.0
>
> Any help?
>
> I tried re-emerging (does not work)
>
> I tried: /usr/sbin/webapp-config -C -h localhost -u root -d /phpmyadmin
> phpmyadmin 3.4.7 (does not work)
>
> I'm using Gentoo ~AMD64 here is my information file:
> http://tinypaste.com/78c37811
>
>
> Regards
> --
> Carlos Sura.-
> www.carlossura.com
>
>

Reply via email to