LoginSignup
3
0

More than 3 years have passed since last update.

CakePHP 2.xx > PHP5.x → PHP7.2 Fatal error

Posted at

メモです。やり方解説ではありません。

Lib

Fatal error: Cannot use 'Object' as class name as it is reserved in \lib\Cake\Core\Object.php on line 26

cakephpのGitからソースをダウンロードし、最新のLibに入れ替える

cakephp/cakephp at 2.x

Theme

Error: ThemeController could not be found.

Error: Create the class ThemeController below in file: app/controllers/theme_controller.php

<?php
class ThemeController extends AppController {
    var $name = 'Theme';
}
3
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
0