Questions tagged [cakephp-3.3]

Inquiries regarding the 3.3.x version of the CakePHP MVC framework. Be sure to include this tag along with the main [cakephp] tag when posting your question. If your inquiry pertains to CakePHP in a broader sense, stick with using just the [cakephp] tag.

Encountered a message stating "Value cannot be converted to string" while fetching data from a belongsToMany relationship

Currently, I am utilizing CakePHP 3.3.6 along with MySQL 5.7.13. The database consists of several tables, including collections, tags, and the intermediary table collections_tags. Collections Table CREATE TABLE IF NOT EXISTS `database`.`collections` ( ...