gpt4 book ai didi

php - 在 cakephp Controller 中找不到 4o4

转载 作者:太空宇宙 更新时间:2023-11-04 12:38:49 28 4
gpt4 key购买 nike

我有一个 CakePhp 项目放在 var/www/html/manage/

管理文件夹包含(在 ls 上)

CONTRIBUTING.md  app               build.xml      email      index.php  plugins
README.md build.properties composer.json email.zip lib vendors

当我做 http://domain/manage/

它给我错误,这很好

!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>
CakePHP: the rapid development php framework:
Errors </title>
<link href="/manage/favicon.ico" type="image/x-icon" rel="icon" />
<link href="/manage/favicon.ico" type="image/x-icon" rel="shortcut icon" />
<link rel="stylesheet" type="text/css" href="/manage/css/cake.generic.css" />
</head>
<body>
<div id="container">
<div id="header">
<h1>
<a href="http://cakephp.org">CakePHP: the rapid development php framework</a>
</h1>
</div>
<div id="content">
<h2>Missing Controller</h2>
<p class="error">
<strong>Error: </strong>
<em>Controller</em> could not be found.
</p>
<p class="error">
<strong>Error: </strong>
Create the class
<em>Controller</em> below in file: app/Controller/Controller.php
</p>
<pre>
&lt;?php
class Controller extends AppController {

我在 app/Controller/中放置了一个 Controller

但是当我尝试做的时候

http://domain/manage/users/registerAccount

它给我 404 未找到错误。

我错过了什么

最佳答案

啊,我会把它作为一个答案:
默认情况下,Url 将是
http://domain/manage/users/register-account 在 cakephp3 中

关于php - 在 cakephp Controller 中找不到 4o4,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40804337/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com