Warning (2): file_put_contents(/homepages/35/d714982553/htdocs/logs/error.log) [<a href='http://php.net/function.file-put-contents'>function.file-put-contents</a>]: failed to open stream: Permission denied [CORE/src/Log/Engine/FileLog.php, line 133]

Warning: file_put_contents(/homepages/35/d714982553/htdocs/logs/error.log) [function.file-put-contents]: failed to open stream: Permission denied in /homepages/35/d714982553/htdocs/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (512): Unable to emit headers. Headers sent in file=/homepages/35/d714982553/htdocs/vendor/cakephp/cakephp/src/Error/Debugger.php line=754 [CORE/src/Http/ResponseEmitter.php, line 48]

Warning: file_put_contents(/homepages/35/d714982553/htdocs/logs/error.log) [function.file-put-contents]: failed to open stream: Permission denied in /homepages/35/d714982553/htdocs/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (2): Cannot modify header information - headers already sent by (output started at /homepages/35/d714982553/htdocs/vendor/cakephp/cakephp/src/Error/Debugger.php:754) [CORE/src/Http/ResponseEmitter.php, line 145]

Warning: file_put_contents(/homepages/35/d714982553/htdocs/logs/error.log) [function.file-put-contents]: failed to open stream: Permission denied in /homepages/35/d714982553/htdocs/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (2): Cannot modify header information - headers already sent by (output started at /homepages/35/d714982553/htdocs/vendor/cakephp/cakephp/src/Error/Debugger.php:754) [CORE/src/Http/ResponseEmitter.php, line 173]

Warning: file_put_contents(/homepages/35/d714982553/htdocs/logs/error.log) [function.file-put-contents]: failed to open stream: Permission denied in /homepages/35/d714982553/htdocs/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Error: Missing Method in ProduitsController

Missing Method in ProduitsController Cake\Controller\Exception\MissingActionException

Documentation API

The action index is not defined in ProduitsController

Error: Create ProduitsController::index() in file: src/Controller/ProduitsController.php.

<?php
namespace App\Controller;

use 
App\Controller\AppController;

class 
ProduitsController extends AppController
{

    public function 
index()
    {

    }
}

If you want to customize this error message, create src/Template/Error/missing_action.ctp

toggle vendor stack frames