issues Search Results · repo:top-think/framework language:PHP
Filter by
1k results
(56 ms)1k results
intop-think/framework (press backspace or delete to remove)所属功能组件
路由(Route)
ThinkPHP 版本
8.1.2
操作系统
Windows
错误信息
多模块情况下miss路由失效
仅有以下一个路由文件
` ?php // +---------------------------------------------------------------------- // | ThinkPHP [ WE CAN DO IT JUST ...
bug
SamCheng0717
- 3
- Opened 10 days ago
- #3127
所属功能组件
其它
ThinkPHP 版本
8.1
操作系统
windows
错误信息
$data = $this- request- post();
$rule = [
verify|验证码 = require|captcha ,
username|用户名 = require|alphaDash|length:3,20 ,
...
bug
ken678
- 1
- Opened 18 days ago
- #3126
所属功能组件
路由(Route)
ThinkPHP 版本
8.1.2
操作系统
Windows
错误信息
使用8.1+版本开始支持的多模块URL自动解析功能,并定义全局MISS路由
Route::miss(function() {
return 404 Not Found! ;
});
Route::auto();
- 假设app/controller/admin/Fake.php不存在 ...
bug
Rodots
- 2
- Opened 24 days ago
- #3125
所属功能组件
视图(View)
ThinkPHP 版本
8.1.0
操作系统
win
错误信息
8.0无问题 多应用控制器代码
public function index()
{
return $this- fetch();
}
对应视图代码
{extend name= index_layout /}
{block name= main }
1111
{/block}
...
bug
ken678
- 2
- Opened 27 days ago
- #3123
原来tp6的时候,默认应用是blog,并绑定了子域名blog.
blog应用的路由文件 app\blog\route\blog.php
//博客内容页面路由
Route::get( show/:id , blog/index/show )
- pattern([ id = \d+ ]);
原来访问路径 blog域名/show/1.html 是可以访问的
现在升级到tp8.1后,会404 ...
question
Y-A-K-E
- 2
- Opened on Feb 21
- #3121
所属功能组件
注解
ThinkPHP 版本
8.1.2
操作系统
windows
错误信息
Typed property app\internal\controller\TestController::$service must not be accessed before initialization
img width= 1578 alt= Image src= https://github.com/user-attachments/assets/c27022a5-f1ed-4ff7-a2ec-c06108b45a58 ...
bug
wxlznb
- 1
- Opened on Feb 19
- #3120
所属功能组件
路由(Route)
ThinkPHP 版本
8.1.2
操作系统
windows
错误信息
Typed property app\internal\controller\TestController::$service must not be accessed before initialization
其它说明
!-- Failed to upload image.png ...
bug
wxlznb
- Opened on Feb 19
- #3119
所属功能组件
路由(Route)
ThinkPHP 版本
8.1.2
操作系统
windows/linux
错误信息
No response
其它说明
think\model\concern\Attribute 中的getChangedData方法,对于带前缀0的数字字符串无法更新
bug
vangxh
- 1
- Opened on Feb 19
- #3118
所属功能组件
其它
ThinkPHP 版本
8.0.3
操作系统
windows
错误信息
Warning: Ambiguous class resolution, think\exception\ClassNotFoundException was found in both
D:/www/cloud-wheat-thinphp/vendor/topthink/framework/src/think\exception\ClassNotFoundException.php ...
bug
pangongzi
- 1
- Opened on Feb 18
- #3117
所属功能组件
请求(Request)
ThinkPHP 版本
8.x-dev
操作系统
Centos
错误信息
//Content-Type:application/json
{
rules : {
A : {},
B : []
}
}
当请求内包含空对象时,会被统一解析成空数组导致与预期不符.
问题发上在Request.php处. ...
bug
LonelySally
- 1
- Opened on Feb 17
- #3116

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.