简体   繁体   中英

instance of ParseError given in /var/www/html/myanants/lib/Cake/Error/ErrorHandler.php

After I did first upload cakephp project to server ,this fetal error occurrs.

Fatal Error

Error: Uncaught TypeError: Argument 1 passed to ErrorHandler::handleException() must be an instance of Exception, instance of ParseError given in /var/www/html/myanants/lib/Cake/Error/ErrorHandler.php:116 Stack trace: #0 [internal function]: ErrorHandler::handleException(Object(ParseError)) #1 {main} thrown
File: /var/www/html/myanants/lib/Cake/Error/ErrorHandler.php Line: 116

Notice: If you want to customize this error message, create app/View/Errors/fatal_error.ctp

You are running a non-PHP7 compatible CakePHP 2 version on a PHP7 system - that won't work. Upgrade your CakePHP dependency to at least CakePHP 2.8.x.

2.8 Migration Guide

CakePHP 2.8 is a fully API compatible upgrade from 2.7. This page outlines the changes and improvements made in 2.8.

PHP7 Compatibility

CakePHP 2.8 is compatible with, and tested against PHP7.

[...]

https://book.cakephp.org/2.0/en/appendices/2-8-migration-guide.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM