python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
What's going wrong with my migrations on CakePHP 4?
I've applied a couple of minor changes to the database structure for my app, adding new columns to a table called Plots. This is one of the migrations -
declare(strict_types=1);
use Migrations\Abstra...
Gordon Cowtan
Votes: 0
Answers: 1
How to implement force index on query in cakephp 4
I am new at CakePHP and want to know how to implement a force index on a query in CakePHP 4.
Anyone can help I will be very thankful.
Geeta Balodi
Votes: 0
Answers: 1
Cakephp 4 with Friends Of Cake cakepdf not downloading file in Firefox
CakePdf plugin was working with 'download' => true, then lost that functionality.
smoeckel
Votes: 0
Answers: 1
MissingTemplateException::$file must be string (as in class Exception)
I am using PHP8 and the project is in Cakephp4.
For any single notice or warning, it gives Template Exception Error and breaks the project.
Fatal error: Type of Cake\View\Exception\MissingTemplateExce...

Alisa
Votes: 0
Answers: 1