Chào mọi người, mình cùi bắp về code kiế, website mình chuyển sang hóst khác, bị lỗi mà mình không thể sửa được, anh em nào hiểu giúp mình với
Đại loại như sau :
Mình có chuyển host cùng là cpanel, php5.6 nhưng sang host mới thì web trắng tinh, trang admin thì vẫn vào bình thường.
File Error thì nó báo như thế này :
File index :
Trước có thuê 1 thằng làm cùng cty, giờ nó nghỉ rồi, tiên sư nó chứ, đám cưới nó mình vẫn nhiệt tình, có khách làm ngoài cũng cho nó, mà đến lúc nhờ sửa code của nó, chuyển host thôi mà cứ ú ớ rồi im im.
Đọc qua hình như là nguồn cakephp, anh em nào giỏi giúp mình với ạ sẽ có hậu tạ
Thân Ái !
P/S : Lại đến cả host VN, của viettel, mua cả năm, thế mà cứ vài tuần, 1 tháng lại sập, đợt tết sập luôn cả tháng =.=! thôi chuyển hẳn sang godaddy.
Đại loại như sau :
Mình có chuyển host cùng là cpanel, php5.6 nhưng sang host mới thì web trắng tinh, trang admin thì vẫn vào bình thường.
File Error thì nó báo như thế này :
[14-Apr-2017 15:02:33 UTC] PHP Warning: require(home/webroot/index.php): failed to open stream: No such file or directory in /home/ahaclip/public_html/index.php on line 42
[14-Apr-2017 15:02:33 UTC] PHP Fatal error: require(): Failed opening required 'home/webroot/index.php' (include_path='.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php') in /home/ahaclip/public_html/index.php on line 42
File index :
<?php
/**
* Requests collector.
*
* This file collects requests if:
* - no mod_rewrite is available or .htaccess files are not supported
* - requires App.baseUrl to be uncommented in app/Config/core.php
* - app/webroot is not set as a document root.
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* Redistributions of files must retain the above copyright notice.
*
* @copyright Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
* @Link http://cakephp.org CakePHP(tm) Project
* @since CakePHP(tm) v 0.2.9
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
/**
* Get Cake's root directory
*/
define('APP_DIR', 'home');
define('DS', DIRECTORY_SEPARATOR);
define('ROOT', dirname(__FILE__));
define('WEBROOT_DIR', 'webroot');
define('WWW_ROOT', ROOT . DS . APP_DIR . DS . WEBROOT_DIR . DS);
/**
* This only needs to be changed if the "cake" directory is located
* outside of the distributed structure.
* Full path to the directory containing "cake". Do not add trailing directory separator
*/
if (!defined('CAKE_CORE_INCLUDE_PATH')) {
define('CAKE_CORE_INCLUDE_PATH', ROOT . DS . 'lib');
}
require APP_DIR . DS . WEBROOT_DIR . DS . 'index.php';
Trước có thuê 1 thằng làm cùng cty, giờ nó nghỉ rồi, tiên sư nó chứ, đám cưới nó mình vẫn nhiệt tình, có khách làm ngoài cũng cho nó, mà đến lúc nhờ sửa code của nó, chuyển host thôi mà cứ ú ớ rồi im im.
Đọc qua hình như là nguồn cakephp, anh em nào giỏi giúp mình với ạ sẽ có hậu tạ
Thân Ái !
P/S : Lại đến cả host VN, của viettel, mua cả năm, thế mà cứ vài tuần, 1 tháng lại sập, đợt tết sập luôn cả tháng =.=! thôi chuyển hẳn sang godaddy.