92 questions
I am using XAMPP 7.1.10/PHP 7.1.10 in OS 10.12.6 to deploy cakePHP3.We are building the environment according to the book Introduction to PHP Framework CakePHP3.First, we added extension=php_intl.so i...
I would like to display notices and warning logs on the web in a development environment using CakePHP, but it doesn't work.Run EnvironmentCakePHP 2.2PHP 5.3 confirmed, executed·Check with phpinfoThe ...
Thank you for your help.Development using CakePHP 3.0 or later requires a security investigation.For CakePHP 3.0, I'm asking because I want to know what functions to use.1. Escape processing for SQL i...
We introduced cakePHP to Sakura VPS using composer.However, it doesn't show up no matter how you do it.InternalServerErrorRequest exceeded the limit of 10 internal redirects due to provable configurat...
I am very sorry for the beginner's question.I would appreciate it if someone could tell me the following.Currently, when I try to enter the management screen of the site created in cakephp, 500 errors...
In CakePHP, when you click a specific link, Before displaying another page in a new window, I would like to reload the original page.Is that possible?/**UserController**/public function hogehoge($user...
Assumptions include the following tablesCreate Table: CREATE TABLE `data`( `id`varchar(100) NOT NULL DEFAULT', `name`varchar(255)DEFAULT NULL, PRIMARY KEY (`id`)ENGINE=InnoDB DEFAULT CHARSET=utf8I wou...
[Environment] PHP 5.3.19 Cakephp 2.6.1Is it possible to associate if there are multiple foreign keys as shown below? [hoge_one table]id,foreign_code_1,foreign_code_2,date,[hoge_many table]id,foreig...
I started studying cake association, but I stumbled right away, so Ask for help!><The following error occurs:(I will also attach an image.)Error: SQLSTATE [42S22]: Column not found: 1054 Unknown...
Hi, everyone.When I make a household account book with CakePHP3, I would like to be able to give the total price of what I bought.I wrote the select sum value while looking at the official documentati...
« | - 2 - | » |
© 2024 OneMinuteCode. All rights reserved.