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
web server always change mode to "ONLY_FULL_GROUP_BY"
As I reinstall old project for my customer and the service is working fine but I found sometimes it can't query some information. from checking it's because @@Global.sql_mode and @@SESSION.sql_mode se...
Nitiphone Xayaseng
Votes: 0
Answers: 1
phpserialize : a bytes-like object is required, not 'str'
I am converting a website from Cakephp to django and I am having problem using a function unserialize from php.
$details = unserialize(temp);
I converted this into python as ->
from phpserialize i...

00noob
Votes: 0
Answers: 1
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