Warning (2) : Creating default object from empty value [in /home/yuasa/pusat/www.santiyoga.com/public/src/Controller/NewsController.php, line 93]
Notice (8) : Undefined property: stdClass::$view_count [in /home/yuasa/pusat/www.santiyoga.com/public/src/Controller/NewsController.php, line 93]
Warning (512) : Unable to emit headers. Headers sent in file=/home/yuasa/pusat/www.santiyoga.com/public/vendor/cakephp/cakephp/src/Error/Debugger.php line=1023 [in /home/yuasa/pusat/www.santiyoga.com/public/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 71]
Warning (2) : Cannot modify header information - headers already sent by (output started at /home/yuasa/pusat/www.santiyoga.com/public/vendor/cakephp/cakephp/src/Error/Debugger.php:1023) [in /home/yuasa/pusat/www.santiyoga.com/public/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 168]
Warning (2) : Cannot modify header information - headers already sent by (output started at /home/yuasa/pusat/www.santiyoga.com/public/vendor/cakephp/cakephp/src/Error/Debugger.php:1023) [in /home/yuasa/pusat/www.santiyoga.com/public/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 197]
Error: Argument 1 passed to Cake\ORM\Table::save() must implement interface Cake\Datasource\EntityInterface, instance of stdClass given, called in /home/yuasa/pusat/www.santiyoga.com/public/src/Controller/NewsController.php on line 95

Argument 1 passed to Cake\ORM\Table::save() must implement interface Cake\Datasource\EntityInterface, instance of stdClass given, called in /home/yuasa/pusat/www.santiyoga.com/public/src/Controller/NewsController.php on line 95 📋

TypeError
Error in: ROOT/vendor/cakephp/cakephp/src/ORM/Table.php, line 1915

Could this be caused by using Auto-Tables?

Some of the Table objects in your application were created by instantiating "Cake\ORM\Table" instead of any other specific subclass.

This could be the cause for this exception. Auto-Tables are created for you under the following circumstances:


Please try correcting the issue for the following table aliases:


CORE/src/ORM/Table.php at line 1915 (edit)
     * @param \Cake\ORM\SaveOptionsBuilder|\ArrayAccess|array $options The options to use when saving.
     * @return \Cake\Datasource\EntityInterface|false
     * @throws \Cake\ORM\Exception\RolledbackTransactionException If the transaction is aborted in the afterSave event.
     */
    public function save(EntityInterface $entity$options = [])
    {
        if ($options instanceof SaveOptionsBuilder) {
            deprecationWarning('SaveOptionsBuilder is deprecated. Use a normal array for options instead.');
            $options $options->toArray();

If you want to customize this error message, create templates/Error/error500.php