bonjour je viens d'installer un theme sur wordpress, provenant du site flashxml.net
http://www.flashxml.net/twisted.html
et j'ai les messages d'erreurs suivants :
Warning: simplexml_load_file(http://localhost/site/wp-content/flashxml/image-flow-fx/images/settings.xml) [function.simplexml-load-file]: failed to open stream: Une tentative de connexion a �chou� car le parti connect� n'a pas r�pondu convenablement au-del� d'une certaine dur�e ou une connexion �tablie a �chou� car l'h�te de connexion n'a pas r�pondu. in C:\xampp\htdocs\site\wp-content\plugins\image-flow-fx.php on line 38
Warning: simplexml_load_file() [function.simplexml-load-file]: I/O warning : failed to load external entity "http://localhost/site/wp-content/flashxml/image-flow-fx/images/settings.xml" in C:\xampp\htdocs\site\wp-content\plugins\image-flow-fx.php on line 38
Fatal error: Maximum execution time of 60 seconds exceeded in C:\xampp\htdocs\site\wp-content\plugins\image-flow-fx.php on line 38
est-ce vous avez une idée du probleme ?
voici un extrait de code ligne 38
if (function_exists('simplexml_load_file') && ($settings_wp_content_prefix == WP_CONTENT_URL || $settings_wp_content_prefix == WP_CONTENT_DIR && file_exists($settings_path))) {
$data = simplexml_load_file($settings_path);
if ($data) {
$width_attributes_array = $data->General_Properties->componentWidth->attributes();
$width = !empty($width_attributes_array) ? (int)$width_attributes_array['value'] : 0;
$height_attributes_array = $data->General_Properties->componentHeight->attributes();
$height = !empty($height_attributes_array) ? (int)$height_attributes_array['value'] : 0;
}
merci à vous.
http://www.flashxml.net/twisted.html
et j'ai les messages d'erreurs suivants :
Warning: simplexml_load_file(http://localhost/site/wp-content/flashxml/image-flow-fx/images/settings.xml) [function.simplexml-load-file]: failed to open stream: Une tentative de connexion a �chou� car le parti connect� n'a pas r�pondu convenablement au-del� d'une certaine dur�e ou une connexion �tablie a �chou� car l'h�te de connexion n'a pas r�pondu. in C:\xampp\htdocs\site\wp-content\plugins\image-flow-fx.php on line 38
Warning: simplexml_load_file() [function.simplexml-load-file]: I/O warning : failed to load external entity "http://localhost/site/wp-content/flashxml/image-flow-fx/images/settings.xml" in C:\xampp\htdocs\site\wp-content\plugins\image-flow-fx.php on line 38
Fatal error: Maximum execution time of 60 seconds exceeded in C:\xampp\htdocs\site\wp-content\plugins\image-flow-fx.php on line 38
est-ce vous avez une idée du probleme ?
voici un extrait de code ligne 38
if (function_exists('simplexml_load_file') && ($settings_wp_content_prefix == WP_CONTENT_URL || $settings_wp_content_prefix == WP_CONTENT_DIR && file_exists($settings_path))) {
$data = simplexml_load_file($settings_path);
if ($data) {
$width_attributes_array = $data->General_Properties->componentWidth->attributes();
$width = !empty($width_attributes_array) ? (int)$width_attributes_array['value'] : 0;
$height_attributes_array = $data->General_Properties->componentHeight->attributes();
$height = !empty($height_attributes_array) ? (int)$height_attributes_array['value'] : 0;
}
merci à vous.