en el archivo de carga de la web me sale esto que creo es que el problema de todo:
Código PHP:
Ver original
include_once(BASE_DIR . '/include/settings.php'); include_once(BASE_DIR . '/include/user_class.php'); include_once(BASE_DIR . '/include/home_class.php'); include_once(BASE_DIR . '/include/lander_admin_class.php'); include_once(BASE_DIR . '/include/floor_class.php'); include_once(BASE_DIR . '/include/delivery_class.php'); include_once(BASE_DIR . '/include/banking_class.php'); include_once(BASE_DIR . '/include/reports_class.php');
y al llamarlo a traves de internet me da estos errores:
Warning: include_once(/home/httpd/vhosts/miweb.com/httpdocs/include/settings.php) [function.include-once]: failed to open stream: No such file or directory in /home/httpd/vhosts/miweb.com/httpdocs/datasql/show_page.php on line 13
Warning: include_once() [function.include]: Failed opening '/home/httpd/vhosts/miweb.com/httpdocs/include/settings.php' for inclusion (include_path='.:') in /home/httpd/vhosts/miweb.com/httpdocs/datasql/show_page.php on line 13
Warning: include_once(/home/httpd/vhosts/miweb.com/httpdocs/include/user_class.php) [function.include-once]: failed to open stream: No such file or directory in /home/httpd/vhosts/miweb.com/httpdocs/datasql/show_page.php on line 14
Warning: include_once() [function.include]: Failed opening '/home/httpd/vhosts/miweb.com/httpdocs/include/user_class.php' for inclusion (include_path='.:') in /home/httpd/vhosts/miweb.com/httpdocs/datasql/show_page.php on line 14
Warning: include_once(/home/httpd/vhosts/miweb.com/httpdocs/include/home_class.php) [function.include-once]: failed to open stream: No such file or directory in /home/httpd/vhosts/miweb.com/httpdocs/datasql/show_page.php on line 15
Warning: include_once() [function.include]: Failed opening '/home/httpd/vhosts/miweb.com/httpdocs/include/home_class.php' for inclusion (include_path='.:') in /home/httpd/vhosts/miweb.com/httpdocs/datasql/show_page.php on line 15
Warning: include_once(/home/httpd/vhosts/miweb.com/httpdocs/include/lander_admin_class.php) [function.include-once]: failed to open stream: No such file or directory in /home/httpd/vhosts/miweb.com/httpdocs/datasql/show_page.php on line 16
Warning: include_once() [function.include]: Failed opening '/home/httpd/vhosts/miweb.com/httpdocs/include/lander_admin_class.php' for inclusion (include_path='.:') in /home/httpd/vhosts/miweb.com/httpdocs/datasql/show_page.php on line 16
Warning: include_once(/home/httpd/vhosts/miweb.com/httpdocs/include/floor_class.php) [function.include-once]: failed to open stream: No such file or directory in /home/httpd/vhosts/miweb.com/httpdocs/datasql/show_page.php on line 17
Warning: include_once() [function.include]: Failed opening '/home/httpd/vhosts/miweb.com/httpdocs/include/floor_class.php' for inclusion (include_path='.:') in /home/httpd/vhosts/miweb.com/httpdocs/datasql/show_page.php on line 17
Warning: include_once(/home/httpd/vhosts/miweb.com/httpdocs/include/delivery_class.php) [function.include-once]: failed to open stream: No such file or directory in /home/httpd/vhosts/miweb.com/httpdocs/datasql/show_page.php on line 18
Warning: include_once() [function.include]: Failed opening '/home/httpd/vhosts/miweb.com/httpdocs/include/delivery_class.php' for inclusion (include_path='.:') in /home/httpd/vhosts/miweb.com/httpdocs/datasql/show_page.php on line 18
Warning: include_once(/home/httpd/vhosts/miweb.com/httpdocs/include/banking_class.php) [function.include-once]: failed to open stream: No such file or directory in /home/httpd/vhosts/miweb.com/httpdocs/datasql/show_page.php on line 19
Warning: include_once() [function.include]: Failed opening '/home/httpd/vhosts/miweb.com/httpdocs/include/banking_class.php' for inclusion (include_path='.:') in /home/httpd/vhosts/miweb.com/httpdocs/datasql/show_page.php on line 19
Warning: include_once(/home/httpd/vhosts/miweb.com/httpdocs/include/reports_class.php) [function.include-once]: failed to open stream: No such file or directory in /home/httpd/vhosts/miweb.com/httpdocs/datasql/show_page.php on line 20
Warning: include_once() [function.include]: Failed opening '/home/httpd/vhosts/miweb.com/httpdocs/include/reports_class.php' for inclusion (include_path='.:') in /home/httpd/vhosts/miweb.com/httpdocs/datasql/show_page.php on line 20
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/httpd/vhosts/miweb.com/httpdocs/datasql/show_page.php:13) in /home/httpd/vhosts/miweb.com/httpdocs/datasql/show_page.php on line 24
Fatal error: Class 'user' not found in /home/httpd/vhosts/miweb.com/httpdocs/datasql/show_page.php on line 36
Gracias por la ayuda!!