Pues he mirado el phpinfo y no me dice nada relevante, o al menos que lo vea.
En cambio, cuando cargo la página, el firefox me lanza el error 
Error: the xajax Javascript component could not be included. Perhaps the URL is incorrect?\nURL: .\includes
jax_0.5_compiled/xajax_js/xajax_core.js" y pinchando sobre él me muestra este código con esa misma línea subrayada.   
Código Javascript
:
Ver original- <script type="text/javascript" charset="UTF-8"> 
- /* <![CDATA[ */ 
- try { if (undefined == xajax.config) xajax.config = {}; } catch (e) { xajax = {}; xajax.config = {}; }; 
- xajax.config.requestURI = "http://plataforma/index1.php"; 
- xajax.config.statusMessages = false; 
- xajax.config.waitCursor = true; 
- xajax.config.version = "xajax 0.5"; 
- xajax.config.legacy = false; 
- xajax.config.defaultMode = "asynchronous"; 
- xajax.config.defaultMethod = "POST"; 
- /* ]]> */ 
- </script> 
- <script type="text/javascript" src=".\includes 
- jax_0.5_compiled/xajax_js/xajax_core.js" charset="UTF-8"></script> 
- <script type="text/javascript" charset="UTF-8"> 
- /* <![CDATA[ */ 
- window.setTimeout( 
-  function() { 
-   var scriptExists = false; 
-   try { if (xajax.isLoaded) scriptExists = true; } 
-   catch (e) {} 
-   if (!scriptExists) { 
-    alert("Error: the xajax Javascript component could not be included. Perhaps the URL is incorrect?\nURL: .\includes 
- jax_0.5_compiled/xajax_js/xajax_core.js"); 
-   } 
-  }, 9000); 
- /* ]]> */ 
- </script> 
He visto ésto 
\nURL: .\includes
jax_0.5_compiled/xajax_js/xajax_core.js
y no es lo que realmente tengo en el index1.php, sino esto otro 
require_once ('.\includes\xajax_0.5_compiled\xajax_core\xajaxAI  O.inc.php');
Me resulta chocante, aclara algo??
Gracias de nuevo.