Skip to content
Advertisement

Fatal error: Assignments can only happen to writable values in C:xampphtdocsdogsapplicationcontrollers

I use a local XAMPP server.

PHP version 7.2.13
CodeIgniter 3.1.10

When I try to call the page posts, I get this error message:

JavaScript

In Sublime line Number 16 corresponds to:

$data = ['title'] = 'Latest Posts';

My controller file Post.php:

JavaScript

My view file index.php:

JavaScript

Advertisement

Answer

Try this :

JavaScript
User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement