Ver Mensaje Individual
  #1 (permalink)  
Antiguo 31/07/2013, 13:22
dierrytacato
 
Fecha de Ingreso: noviembre-2010
Mensajes: 146
Antigüedad: 13 años, 4 meses
Puntos: 3
Error de la aplicacion web en Localhost xampp

Necesito ayuda, tengo una aplicacion que en el servidor web de internet funciona, pero he instalado un xampp para ponerla en local para hacer algunas modificaciones, y me sale estos errores:


Notice: Use of undefined constant MAIN_PATH - assumed 'MAIN_PATH' in C:\xampp\htdocs\qc-ng\index.php on line 7

Notice: Use of undefined constant INCLUDES_PATH - assumed 'INCLUDES_PATH' in C:\xampp\htdocs\qc-ng\index.php on line 7

Warning: require_once(MAIN_PATHINCLUDES_PATHPhpToolCase/PtcDebug.php): failed to open stream: No such file or directory in C:\xampp\htdocs\qc-ng\index.php on line 7

Fatal error: require_once(): Failed opening required 'MAIN_PATHINCLUDES_PATHPhpToolCase/PtcDebug.php' (include_path='.;C:\xampp\php\PEAR') in C:\xampp\htdocs\qc-ng\index.php on line 7



Alguien sabe que pueden ser y como solucionarlos, Gracias