登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
AI 队友
登录
注册
【大赛通知】开源中国「2026上海开源软件应用创新大赛」火热报名中,百万奖池等你的项目
代码拉取完成,页面将自动刷新
开源项目
>
WEB应用开发
>
后台管理框架
&&
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
218
Star
2.2K
Fork
989
likeadmin
/
likeadmin(PHP版)- MIT协议-免费任意商用- 管理后台_小程序_手机H5_PC端_uni-app
代码
Issues
224
Pull Requests
0
Wiki
统计
流水线
服务
PHPDoc
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
开发画像分析
我知道了,不再自动展开
更新失败,请稍后重试!
移除标识
内容风险标识
本任务被
标识为内容中包含有代码安全 Bug 、隐私泄露等敏感信息,仓库外成员不可访问
安装成功,但是无法运行,报错404
已完成
#I6TSCZ
daidaiworm
创建于
2023-04-08 03:03
win10 22H2 php 8.2.4 nts x64 ## 首页无法打开 ``` #0 [1]ErrorException in Paginator.php line 29 During inheritance of ArrayAccess: Uncaught think\exception\ErrorException: Return type of think\Paginator::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in D:\phpStudy\PHPTutorial\WWW\likeadmin_test\server\vendor\topthink\think-orm\src\Paginator.php:424 Stack trace: #0 D:\phpStudy\PHPTutorial\WWW\likeadmin_test\server\vendor\topthink\think-orm\src\Paginator.php(29): think\initializer\Error->appError(8192, 'Return type of ...', 'D:\\phpStudy\\PHP...', 424) #1 D:\phpStudy\PHPTutorial\WWW\likeadmin_test\server\vendor\composer\ClassLoader.php(571): include('D:\\phpStudy\\PHP...') #2 D:\phpStudy\PHPTutorial\WWW\likeadmin_test\server\vendor\composer\ClassLoader.php(428): Composer\Autoload\includeFile('D:\\phpStudy\\PHP...') #3 D:\phpStudy\PHPTutorial\WWW\likeadmin_test\server\vendor\topthink\framework\src\think\service\PaginatorService.php(33): Composer\Autoload\ClassLoader->loadClass('think\\Paginator') #4 [internal function]: think\service\PaginatorService->boot() #5 D:\phpStudy\PHPTutorial\WWW\likeadmin_test\server\vendor\topthink\framework\src\think\Container.php(329): ReflectionMethod->invokeArgs(Object(think\service\PaginatorService), Array) #6 D:\phpStudy\PHPTutorial\WWW\likeadmin_test\server\vendor\topthink\framework\src\think\Container.php(362): think\Container->invokeMethod('boot', Array, false) #7 D:\phpStudy\PHPTutorial\WWW\likeadmin_test\server\vendor\topthink\framework\src\think\App.php(224): think\Container->invoke(Array) #8 D:\phpStudy\PHPTutorial\WWW\likeadmin_test\server\vendor\topthink\framework\src\think\App.php(496): think\App->bootService(Object(think\service\PaginatorService)) #9 [internal function]: think\App->think\{closure}(Object(think\service\PaginatorService), 1) #10 D:\phpStudy\PHPTutorial\WWW\likeadmin_test\server\vendor\topthink\framework\src\think\App.php(495): array_walk(Array, Object(Closure)) #11 D:\phpStudy\PHPTutorial\WWW\likeadmin_test\server\vendor\topthink\framework\src\think\initializer\BootService.php(24): think\App->boot() #12 D:\phpStudy\PHPTutorial\WWW\likeadmin_test\server\vendor\topthink\framework\src\think\App.php(462): think\initializer\BootService->init(Object(think\App)) #13 D:\phpStudy\PHPTutorial\WWW\likeadmin_test\server\vendor\topthink\framework\src\think\Http.php(186): think\App->initialize() #14 D:\phpStudy\PHPTutorial\WWW\likeadmin_test\server\vendor\topthink\framework\src\think\Http.php(163): think\Http->initialize() #15 D:\phpStudy\PHPTutorial\WWW\likeadmin_test\server\public\index.php(25): think\Http->run() #16 {main} ``` ``` use IteratorAggregate; use JsonSerializable; use think\paginator\driver\Bootstrap; use Traversable; /** * 分页基础类 * @mixin Collection */ abstract class Paginator implements ArrayAccess, Countable, IteratorAggregate, JsonSerializable { /** * 是否简洁模式 * @var bool */ protected $simple = false; /** * 数据集 ``` ## 后台无法登入,左侧图片无法显示“加载失败” Request failed with status code 404  
win10 22H2 php 8.2.4 nts x64 ## 首页无法打开 ``` #0 [1]ErrorException in Paginator.php line 29 During inheritance of ArrayAccess: Uncaught think\exception\ErrorException: Return type of think\Paginator::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in D:\phpStudy\PHPTutorial\WWW\likeadmin_test\server\vendor\topthink\think-orm\src\Paginator.php:424 Stack trace: #0 D:\phpStudy\PHPTutorial\WWW\likeadmin_test\server\vendor\topthink\think-orm\src\Paginator.php(29): think\initializer\Error->appError(8192, 'Return type of ...', 'D:\\phpStudy\\PHP...', 424) #1 D:\phpStudy\PHPTutorial\WWW\likeadmin_test\server\vendor\composer\ClassLoader.php(571): include('D:\\phpStudy\\PHP...') #2 D:\phpStudy\PHPTutorial\WWW\likeadmin_test\server\vendor\composer\ClassLoader.php(428): Composer\Autoload\includeFile('D:\\phpStudy\\PHP...') #3 D:\phpStudy\PHPTutorial\WWW\likeadmin_test\server\vendor\topthink\framework\src\think\service\PaginatorService.php(33): Composer\Autoload\ClassLoader->loadClass('think\\Paginator') #4 [internal function]: think\service\PaginatorService->boot() #5 D:\phpStudy\PHPTutorial\WWW\likeadmin_test\server\vendor\topthink\framework\src\think\Container.php(329): ReflectionMethod->invokeArgs(Object(think\service\PaginatorService), Array) #6 D:\phpStudy\PHPTutorial\WWW\likeadmin_test\server\vendor\topthink\framework\src\think\Container.php(362): think\Container->invokeMethod('boot', Array, false) #7 D:\phpStudy\PHPTutorial\WWW\likeadmin_test\server\vendor\topthink\framework\src\think\App.php(224): think\Container->invoke(Array) #8 D:\phpStudy\PHPTutorial\WWW\likeadmin_test\server\vendor\topthink\framework\src\think\App.php(496): think\App->bootService(Object(think\service\PaginatorService)) #9 [internal function]: think\App->think\{closure}(Object(think\service\PaginatorService), 1) #10 D:\phpStudy\PHPTutorial\WWW\likeadmin_test\server\vendor\topthink\framework\src\think\App.php(495): array_walk(Array, Object(Closure)) #11 D:\phpStudy\PHPTutorial\WWW\likeadmin_test\server\vendor\topthink\framework\src\think\initializer\BootService.php(24): think\App->boot() #12 D:\phpStudy\PHPTutorial\WWW\likeadmin_test\server\vendor\topthink\framework\src\think\App.php(462): think\initializer\BootService->init(Object(think\App)) #13 D:\phpStudy\PHPTutorial\WWW\likeadmin_test\server\vendor\topthink\framework\src\think\Http.php(186): think\App->initialize() #14 D:\phpStudy\PHPTutorial\WWW\likeadmin_test\server\vendor\topthink\framework\src\think\Http.php(163): think\Http->initialize() #15 D:\phpStudy\PHPTutorial\WWW\likeadmin_test\server\public\index.php(25): think\Http->run() #16 {main} ``` ``` use IteratorAggregate; use JsonSerializable; use think\paginator\driver\Bootstrap; use Traversable; /** * 分页基础类 * @mixin Collection */ abstract class Paginator implements ArrayAccess, Countable, IteratorAggregate, JsonSerializable { /** * 是否简洁模式 * @var bool */ protected $simple = false; /** * 数据集 ``` ## 后台无法登入,左侧图片无法显示“加载失败” Request failed with status code 404  
评论 (
7
)
登录
后才可以发表评论
状态
已完成
待办的
进行中
已完成
已关闭
负责人
未设置
标签
未设置
标签管理
里程碑
未关联里程碑
未关联里程碑
Pull Requests
未关联
未关联
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
未关联
分支 (
-
)
标签 (
-
)
开始日期   -   截止日期
-
置顶选项
不置顶
置顶等级:高
置顶等级:中
置顶等级:低
优先级
不指定
严重
主要
次要
不重要
参与者(5)
PHP
1
https://gitee.com/likeadmin/likeadmin_php.git
git@gitee.com:likeadmin/likeadmin_php.git
likeadmin
likeadmin_php
likeadmin(PHP版)- MIT协议-免费任意商用- 管理后台_小程序_手机H5_PC端_uni-app
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册