Gentoo Archives: gentoo-user

From: Carlos Sura <carlos.sura1@××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] I'm getting this error when I log into PHPMYADMIN (/htdocs/phpmyadmin/libraries/Error.class.php on line 179)
Date: Mon, 21 Nov 2011 23:30:57
Message-Id: CAB6schgUZLwvM9u=L3ixXoX9Kh545CD_-Nnjo4ri5rr-WKskcA@mail.gmail.com
In Reply to: Re: [gentoo-user] I'm getting this error when I log into PHPMYADMIN (/htdocs/phpmyadmin/libraries/Error.class.php on line 179) by Mick
1 On 21 November 2011 00:49, Mick <michaelkintzios@×××××.com> wrote:
2
3 > On Monday 21 Nov 2011 02:53:20 Michael Mol wrote:
4 > > Check php.net for docs around error handling, specifically where to send
5 > > errors (you want it going to a log file, not the web browser), and what
6 > > severity of error to stop the script at; normally, "NOTICE" and "WARNING"
7 > > grade errors still leave most apps functioning...but that's tunable in
8 > > php.ini.
9 > >
10 > > It's also very likely that there's something else wrong, but I don't have
11 > > any good first guesses.
12 > >
13 > > ZZ
14 >
15 > Also go to line 179 (referred to in the error you get) and look for any
16 > obvious missing files, links, etc. that may be causing this.
17 >
18 > --
19 > Regards,
20 > Mick
21 >
22
23
24 Hello,
25
26 Thank you for your answers!
27
28 Well, what I did: I just downgrade PHP to: 5.3.9_rc1 and re-emerged PHP
29 with PHPMYADMIN.
30
31 And everything seems to be working fine.. (at least for now)
32
33 Maybe later I will try to upgrade again to see what's wrong.
34
35 Regards
36 --
37 Carlos Sura.-
38 www.carlossura.com

Replies