Re: [pear-webmaster] Re: [PEAR-CVS] svn: /pear/pearweb/tags/ pearweb_gopear-1.1.5/package-gopear.xml pearweb_gopear-1.1.5/public_html/go-pear
[email protected] (Brett Bieber) Mon, 28 Feb 2011 16:46:57 -0600
| Newsgroups | php.pear.webmaster |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Feb 28, 2011 at 4:07 PM, Daniel O'Connor <[email protected]>wrote: > Hey guys, > http://pear.php.net/bugs/report.php?package=Date_Holidays = white screen > of > death. > > Appears fine on > http://test.pear.php.net/bugs/report.php?package=Date_Holidays - can > anyone > check the logs? > Aha, it would appear a few packages were upgraded which caused this. I forced downgrade on two installed packages to fix: sudo pear -c /root/.pearrc upgrade -f Services_ProjectHoneyPot-0.5.2 sudo pear -c /root/.pearrc upgrade -f Net_CheckIP2-1.0.0RC2 It looks like the usage of those two packages has changed and pearweb needs to be updated with a couple dependencies upgraded. -Brett