Il Plugin "TourCMS" di Wordpress non funziona su altervista?
Dopo aver installato il plugin TourCMS di wordpress in remoto su altervista.org (il mio sito è piegio.altervista.org) ho un messaggio di errore:
Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 1: parser error : Start tag expected, '<' not found in /membri/piegio/wp-content/plugins/tour-operator-plugin/tourcms.php on line 92
Warning: simplexml_load_string() [function.simplexml-load-string]: 9 in /membri/piegio/wp-content/plugins/tour-operator-plugin/tourcms.php on line 92
Warning: simplexml_load_string() [function.simplexml-load-string]: ^ in /membri/piegio/wp-content/plugins/tour-operator-plugin/tourcms.php on line 92
Unable to link this Tour/Hotel with a product in TourCMS at this time, the following error message was returned:
You can find explanations of these error messages, view the plugin installation instructions or contact us if you need some help.
La stessa cosa non mi succede in locale utilizzando apache xampp
Qualcuno ha un idea della causa? Grazie
PG
Riporto la risposta avuta da che sviluppa il Plugin Wordpressittle bug...
HTTP headers appear to be broken, the example here is calling an https:// URL via CURL in PHP and outputting the header information.
Here is an example valid HTTP response header:
HTTP/1.1 200 OK
Date: Mon, 20 Feb 2012 12:17:01 GMT
Server: Apache/2.2
Vary: Accept-Encoding
Content-Type: text/xml; charset="utf-8"
X-RateLimit-Limit: 2000
X-RateLimit-Remaining: 1999
Content-Length: 1758
Set-Cookie: X-Mapping-nbhajkek=EBD8E712E465EC80DDD4FC846D6E790D; path=/ 12:31
Here is an example HTTP header retrieved on your altervista host:
HTTP/1.1 200 OK
Date: Mon, 20 Feb 2012 12:16:59 GMT
Transfer-Encoding: chunked
Server: Apache
HTTP/1.1 200 OK
Date: Mon, 20 Feb 2012 12:17:01 GMT
Server: Apache/2.2
Vary: Accept-Encoding
Content-Type: text/xml; charset="utf-8"
X-RateLimit-Limit: 2000
X-RateLimit-Remaining: 1999
Content-Length: 1758
Set-Cookie: X-Mapping-nbhajkek=EBD8E712E465EC80DDD4FC846D6E790D; path=/
You can see there are two HTTP status lines, two date lines etc - I don't think that should be happening. Effectively it appears altervista are adding on a second header to the HTTP response.