* [gentoo-user] php-mxl
@ 2006-09-05 9:02 Arnau Bria
2006-09-05 16:24 ` kashani
2006-09-07 9:21 ` Arnau Bria
0 siblings, 2 replies; 5+ messages in thread
From: Arnau Bria @ 2006-09-05 9:02 UTC (permalink / raw
To: gentoo-user
Hi,
I've installed Drupal 4.7.3 in my getnoo but not using portage.
After the update, I found this warning in site:
warning: array_map() [function.array-map]: The first argument,
'utf8_encode', should be either NULL or a valid callback
in /var/www/blog.emergetux.net/htdocs/includes/unicode.inc on line 284.
SO I looked fot it in drupal forums and found two solutions. First,
comment out some drupal code lines, second one, install php-xml (Madriva
user)
As I prefer installing soft before editing code, I looked for php-xml,
but I did not find it...
does anyone know where is this package, if it's already included in
php5 (php version I'm using) or if it's not avaliable in gentoo?
Many thanks in advance!
--
Arnau Bria
http://blog.emergetux.net
Wiggum: Dispara a las ruedas Lou.
Lou: eee, es un tanque jefe.
Wiggum: Me tienes hartito con todas tus excusas.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] php-mxl
2006-09-05 9:02 [gentoo-user] php-mxl Arnau Bria
@ 2006-09-05 16:24 ` kashani
2006-09-07 9:21 ` Arnau Bria
1 sibling, 0 replies; 5+ messages in thread
From: kashani @ 2006-09-05 16:24 UTC (permalink / raw
To: gentoo-user
Arnau Bria wrote:
> Hi,
>
> I've installed Drupal 4.7.3 in my getnoo but not using portage.
> After the update, I found this warning in site:
>
> warning: array_map() [function.array-map]: The first argument,
> 'utf8_encode', should be either NULL or a valid callback
> in /var/www/blog.emergetux.net/htdocs/includes/unicode.inc on line 284.
>
> SO I looked fot it in drupal forums and found two solutions. First,
> comment out some drupal code lines, second one, install php-xml (Madriva
> user)
>
> As I prefer installing soft before editing code, I looked for php-xml,
> but I did not find it...
> does anyone know where is this package, if it's already included in
> php5 (php version I'm using) or if it's not avaliable in gentoo?
>
> Many thanks in advance!
>
I'd recommend adding the xml and unicode flags to your PHP build if you
have not done so yet and emerging php again. If that does not work reply
back with the output of emerge -pv php
kashani
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] php-mxl
2006-09-05 9:02 [gentoo-user] php-mxl Arnau Bria
2006-09-05 16:24 ` kashani
@ 2006-09-07 9:21 ` Arnau Bria
2006-09-07 10:02 ` Neil Bothwick
1 sibling, 1 reply; 5+ messages in thread
From: Arnau Bria @ 2006-09-07 9:21 UTC (permalink / raw
To: gentoo-user
Hi,
> I'd recommend adding the xml and unicode flags to your PHP build
> if you have not done so yet and emerging php again. If that does not
> work reply back with the output of emerge -pv php
you're right. At the end of php compilation, a little notice informas
about that... I must install enotice!
>kashani
Thanks!
PS: sorry for broking threat, I have your reply in laptop.
--
Arnau Bria
http://blog.emergetux.net
Wiggum: Dispara a las ruedas Lou.
Lou: eee, es un tanque jefe.
Wiggum: Me tienes hartito con todas tus excusas.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] php-mxl
2006-09-07 9:21 ` Arnau Bria
@ 2006-09-07 10:02 ` Neil Bothwick
2006-09-07 10:28 ` Arnau Bria
0 siblings, 1 reply; 5+ messages in thread
From: Neil Bothwick @ 2006-09-07 10:02 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 383 bytes --]
On Thu, 7 Sep 2006 11:21:47 +0200, Arnau Bria wrote:
> you're right. At the end of php compilation, a little notice informas
> about that... I must install enotice!
enotice is no longer needed, portage supports this directly now. See the
PORTAGE_ELOG settings in /etc/make.conf.example.
--
Neil Bothwick
Use Colgate toothpaste or end up with teeth like a Ferengi.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] php-mxl
2006-09-07 10:02 ` Neil Bothwick
@ 2006-09-07 10:28 ` Arnau Bria
0 siblings, 0 replies; 5+ messages in thread
From: Arnau Bria @ 2006-09-07 10:28 UTC (permalink / raw
To: gentoo-user
On Thu, 7 Sep 2006 11:02:39 +0100
Neil Bothwick wrote:
> On Thu, 7 Sep 2006 11:21:47 +0200, Arnau Bria wrote:
>
> > you're right. At the end of php compilation, a little notice
> > informas about that... I must install enotice!
>
> enotice is no longer needed, portage supports this directly now. See
> the PORTAGE_ELOG settings in /etc/make.conf.example.
Thanks!
--
Arnau Bria
http://blog.emergetux.net
Wiggum: Dispara a las ruedas Lou.
Lou: eee, es un tanque jefe.
Wiggum: Me tienes hartito con todas tus excusas.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-09-07 10:38 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-05 9:02 [gentoo-user] php-mxl Arnau Bria
2006-09-05 16:24 ` kashani
2006-09-07 9:21 ` Arnau Bria
2006-09-07 10:02 ` Neil Bothwick
2006-09-07 10:28 ` Arnau Bria
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox