You may be right. But I read in the PHP manual about SimpleXML that
"The SimpleXML extension is enabled by default."
Does it appear in your phpinfo?
Jacolin Yves wrote:
I can be interesting to write it in the documentation (part 1.1.1 Prerequisite
for installing CartoWeb).
Thanks !
Y.
Le Mard
I can be interesting to write it in the documentation (part 1.1.1 Prerequisite
for installing CartoWeb).
Thanks !
Y.
Le Mardi 18 Avril 2006 10:18, Alexandre Saunier a écrit :
> Yves,
>
> it seems that the SimpleXML extension is not available in your PHP.
> http://php.net/simplexml
> This extensi
Yves,
it seems that the SimpleXML extension is not available in your PHP.
http://php.net/simplexml
This extension is needed to parse the views XML format.
AS
Jacolin Yves wrote:
Here the message error that I found in error_log file :
[Tue Apr 18 09:44:36 2006] [error] [client 192.168.80.254]
Sorry to spam :-)
The complete error message is shown below :
[Tue Apr 18 09:49:26 2006] [error] [client 192.168.80.254] ERROR
1: /usr/local/lib/gdalplugins/gdal_GRASS.so: Ne peut ouvrir le fichier
d'objet partag\xe9: Permission non accord\xe9e, referer:
http://192.168.80.254/cartoweb3/htdocs/cl
Here the message error that I found in error_log file :
[Tue Apr 18 09:44:36 2006] [error] [client 192.168.80.254] PHP Fatal error:
Call to undefined function simplexml_load_string()
in /var/www/html/cartoweb3/client/Views.php on line 595, referer:
http://192.168.80.254/cartoweb3/htdocs/client
Sorry, but the reply function doesn't send mail to the list, so I mail again
in the list.
Le Jeudi 13 Avril 2006 15:22, vous avez écrit :
> Hello
>
> is it on purpose that the "viewablePlugins = layers" is commented (";"
> at the beginning of the line)?
I uncomented this line, but nothing happens.
Hello
is it on purpose that the "viewablePlugins = layers" is commented (";"
at the beginning of the line)?
Anyway one can't say much about what's going wrong. Don't you have some
error_reporting() stuff that neutralizes the error messages output?
AS
Jacolin Yves wrote:
Hello,
I got a pr
Hello,
I got a problem with the views plugin. I can save a view (the file is created
with informations). But when I want to use it, I obtains only a blank page,
ie no html tag, nothing at all !
I add this to client.ini :
; views
viewOn = true
;viewMetas = author
viewStorage = file
;viewablePlug