Request Lỗi fopen failed to open stream: No such file or directory

huule1989

Private
Mình mới vừa chuyển qua server mới, tất cả đều được hết chỉ ngoại trừ lúc đăng nhập, đăng ký nó báo lỗi thế này.
Bác nào biết giúp mình với.
loi.png
 
Sửa lần cuối:
  • Like
Reactions: THB
Lỗi nó báo thế này nè bác, mình dùng server của Long Vân:
Server Error
fopen(/www/html/forum/library/XenForo/ControllerPublic/demo.txt): failed to open stream: No such file or directory

  1. XenForo_Application::handlePhpError()
  2. fopen() in XenForo/ControllerPublic/Login.php at line 49
  3. XenForo_ControllerPublic_Login->actionLogin() in XenForo/FrontController.php at line 347
  4. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
  5. XenForo_FrontController->run() in /var/www/html/forum/index.php at line 13
 
Hữu bro, cái này là lỗi file thôi, file không có dung lượng, up lại source là hết, nó báo file đó 0 kb kìa! coffee~~

Trước tiên vào thư mục gốc với lệnh CD /www/html/forum/ rồi gõ lệnh:
find . -type d -print0 | xargs -0 chmod 0755
find . -type f -print0 | xargs -0 chmod 0644

Sau đó úp đè toàn bộ Source coffee~~ rồi gõ lệnh: chown -R apache:apache * coffee~~
 
Lỗi nó báo thế na
Hữu bro, cái này là lỗi file thôi, file không có dung lượng, up lại source là hết, nó báo file đó 0 kb kìa! coffee~~

Trước tiên vào thư mục gốc với lệnh CD /www/html/forum/ rồi gõ lệnh:
find . -type d -print0 | xargs -0 chmod 0755
find . -type f -print0 | xargs -0 chmod 0644

Sau đó úp đè toàn bộ Source coffee~~ rồi gõ lệnh: chown -R apache:apache * coffee~~
Cám ơn anh. e gà vụ này lắm
 
  • Like
Reactions: THB
Back
Top