python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Upgrading plugin to CakePHP4, Rector gives Class not found error
Even though I think I specified the right AUTOLOAD_PATHS to rector.php, I keep getting the same error: Class Bake\View\Helper not found.
I'm attempting to convert a CakePHP 3.10.1 plugin to CakePHP 4....
TechFanDan
Votes: 0
Answers: 0
any PDF plugin for cakePHP?
I need to implement in a page/view of a form an option to generate a PDF file; looking for information I have seen that cakepdf exists, but there is hardly any information on how to implement/install ...
mp28816
Votes: 0
Answers: 1
The action login is not defined in UsersController
I'm attempting to create and implement my own authentication and it keeps trying to reach Users.login.
Since I specify which authenticate class to use, implement my own authenticate() method, why does...
TechFanDan
Votes: 0
Answers: 0
CakePHP3 query object returns wrong datatype
Query object return avg rating is 3 instead of 3.5, when I have 4 and 3 values for ratings in the table
$query = $Comments->find()
->select(['rating'=>'AVG(rating)'])
...
Sanjeev Divekar
Votes: 0
Answers: 0