Bonjour.
Je suis en version joomla 1.5.20, sous Xampp, et désire passer en 1.5.25.
J'ai installé J!update_pro, sans difficulté, mais Je n'arrive pas à valider la version du site dans «<administration/composants/J!Update pro/Gestion de vos sites [version 1.5.1]>, et donc à procéder à la mise à jour.
Voici les principaux points :
1/ Le plugin est bien installé et activé sur le site distant.
2/ Les services web sont bien activés sur le site distant.
3/ J'ai vérifié que la fonctions Curl était bien activée sur le serveur distant (Le mot enabled est porté en face de ''cURL support'' dans Aide/infos système/infomations PHP/curl/cURL support).
4/ Enfin, sur le site local, dans le fichier ''php.ini'', la ligne 952 portant « ;extension=php_curl.dll » a été décommentée en enlevant le (

.
5/ Après relance d'Appache, j'ai un message : L'appel XMLRPC à échoué : Mot secret incorrect : [123] Raison : 'XML error: EntityRef: expecting ';' at line 5, column 42' -> debug
Voici la page debug relevée, ci-dessous.
Vu que ce composant ne fonctionne pas,
je crains qu'une MAJ classique ne mette le site en rideau !
Par avance merci
---SENDING---
<?xml version="1.0"?>
<methodCall>
<methodName>jupdatepro.JoomlaUpdate</methodName>
<params><param><value><string>05ini24</string></value></param>
<param><value><string>@mi&qui05</string></value></param></params>
</methodCall>
---END---
---CURL INFO---
url:
www.inicit24.net:80/xmlrpc/index.php
content_type: text/xml
http_code: 200
header_size: 352
request_size: 464
filetime: -1
ssl_verify_result: 0
redirect_count: 0
total_time: 0.358
namelookup_time: 0.093
connect_time: 0.171
pretransfer_time: 0.171
size_upload: 237
size_download: 204
speed_download: 569
speed_upload: 662
download_content_length: 204
upload_content_length: -1
starttransfer_time: 0.358
redirect_time: 0
---END---
---GOT---
HTTP/1.1 200 OK
Date: Mon, 30 Jan 2012 17:12:16 GMT
Server: Apache
X-Powered-By: PHP/5.2.13
P3P: CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"
Content-Encoding: gzip
Vary: Accept-Encoding
Set-Cookie: 04f6f9056a732bdb29a327171cd97b9f=3kd7km3kjdmhso53soh9ffdoc1; path=/
Content-Length: 204
X-Powered-By: PleskLin
Content-Type: text/xml
<?xml version="1.0"?>
<methodResponse>
<fault>
<value>
<struct><member><name>faultCode</name>
<value><int>123</int></value>
</member>
<member>
<name>faultString</name>
<value><string>XML error: EntityRef: expecting ';' at line 5, column 42</string></value>
</member>
</struct>
</value>
</fault>
</methodResponse>
---END---
HEADER: date: Mon, 30 Jan 2012 17:12:16 GMT
HEADER: server: Apache
HEADER: x-powered-by: PleskLin
HEADER: p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"
HEADER: content-encoding: gzip
HEADER: vary: Accept-Encoding
HEADER: set-cookie: 04f6f9056a732bdb29a327171cd97b9f=3kd7km3kjdmhso53soh9ffdoc1; path=/
HEADER: content-length: 204
HEADER: content-type: text/xml
COOKIE: 04f6f9056a732bdb29a327171cd97b9f=3kd7km3kjdmhso53soh9ffdoc1
---PARSED---
xmlrpcval::__set_state(array(
'me' =>
array (
'struct' =>
array (
'faultCode' =>
xmlrpcval::__set_state(array(
'me' =>
array (
'int' => 123,
),
'mytype' => 1,
'_php_class' => NULL,
)),
'faultString' =>
xmlrpcval::__set_state(array(
'me' =>
array (
'string' => 'XML error: EntityRef: expecting \';\' at line 5, column 42',
),
'mytype' => 1,
'_php_class' => NULL,
)),
),
),
'mytype' => 3,
'_php_class' => NULL,
))
---END---