保存时访问的url是http://localhost/joomla/index.php/component/config/
我的component目录下也不存在config文件,重新解压一个进行web设置后也是不包含这样的文件
关注
码龄 粉丝数 原力等级 --
- 被采纳
- 被点赞
- 采纳率
joomla 前台编辑保存file not found
收起
- 写回答
- 好问题 0 提建议
- 关注问题
微信扫一扫点击复制链接分享
- 邀请回答
- 编辑 收藏 删除 结题
- 收藏 举报
1条回答 默认 最新
- 关注
码龄 粉丝数 原力等级 --
- 被采纳
- 被点赞
- 采纳率
zqbnqsdsmd 2018-08-22 15:15关注本回答被题主选为最佳回答 , 对您是否有帮助呢? 本回答被专家选为最佳回答 , 对您是否有帮助呢? 本回答被题主和专家选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏举报
微信扫一扫点击复制链接分享
评论按下Enter换行,Ctrl+Enter发表内容
报告相同问题?
提交
- 2019-04-11 20:15sweet_li6的博客 近来做项目用到了Joomla框架,在安装过程中遇到了各种问题。 1.搭建Joomla环境 (1)安装wamp,并且成功启动wamp.成功的标准为你的wamp图标变绿色 (2)WAMP WAMP下载地址:...
- 2017-08-02 11:42甲木未来派的博客 $shDefaultParams['sh404SEF_PAGE_NOT_FOUND_FORCED_ITEMID'] = 0; page title: 开了 sh404sef 后 page title 需要在 sh404sef 的配置中设置,比如首页的 title, 要在 URL Manager 中的 Home...
- 2016-12-03 14:20eliz_jack的博客 新建一个简单的component前台(site
- 2012-10-29 13:35weixin_33788244的博客 jimport('joomla.filesystem.file'); if (!JFile::write($fname, $config->toString('PHP', 'config', array('class' => 'JConfig')))) { die(JText::_('ERRORCONFIGFILE')); } ...
- 2013-01-23 15:31Monkey_Online的博客 jimport('joomla.filesystem.file'); if (!JFile::write($fname, $config->toString('PHP', 'config', array('class' => 'JConfig')))) { die(JText::_('ERRORCONFIGFILE')); } 路由地址...
- 2011-08-30 08:49weixin_30666943的博客 Joomla1.5 笔记 MVC结构 index.php?option=组件名&view=视图名&controller=控制器名&layout=视图分页名 index.php?option=com_test 模板和组件com_test的展示 index2.php?option=com_test 仅...
- 2012-11-19 11:52weixin_30367169的博客 jimport('joomla.filesystem.file'); if (!JFile::write($fname, $config->toString('PHP', 'config', array('class' => 'JConfig')))) { die(JText::_('ERRORCONFIGFILE')); } 路由地址为HTML全地址: ...
- 2024-07-09 11:58穹渊安全的博客 ip查询 查ip 网站ip查询 同ip网站查询 iP反查域名 iP查域名 同ip域名 https://www.t1h2ua.cn/tools/ 子域名查询 - 站长工具 https://spyse.com/site/not-found?q=domain%3A%22github%22&criteria=cert [在线子域名...
- 2024-07-09 12:37穹渊安全的博客 iP反查域名 iP查域名 同ip域名 https://www.t1h2ua.cn/tools/ 子域名查询 - 站长工具 https://spyse.com/site/not-found?q=domain%3A%22github%22&criteria=cert 在线子域名扫描-YoungxjTools (yum6.cn) 8.WAF识别 ...
- 2020-09-27 14:39叫我辣条咯的博客 You should have received alreadyyour reverse shell.") else: fail("CSRF tokens were not found. POST will fail.")# This is an arbitrary file read on "certs-x.php"def CVE_2020_11700(cookies,target,file)...
- 2016-01-30 23:01giantbranch的博客 print "-e --execute=file_to_run -execute the given file upon receiving a connection" print "-c --command - initialize a commandshell" print "-u --upload=destination - upon receiving connection ...
- 2018-08-01 09:26Ftmy的博客 print "-e --execute=file_to_run -execute the given file upon receiving a connection" print "-c --command - initialize a commandshell" print "-u --upload=destination - upon receiving ...
- 2018-09-03 09:11阿豪Tata的博客 file_descriptor.write(file_buffer) file_descriptor.close() client_socket.send( ”Successfully saved file to %s\r\n” % upload_destination) except : client_socket...
- 2017-05-04 17:20Mi1k7ea的博客 print "-e --execute=file_to_run -execute the given file upon receiving a connection" print "-c --command - initialize a commandshell" print "-u --upload=destination - upon receiving connection ...
- 2015-05-13 21:16josonchen的博客 //or die( "FATAL ERROR: Database not found. Operation failed with error: ".mysql_error()); $mosSystemError = 3; $basePath = dirname( __FILE__ ); include $basePath . '/../configuration.php'; ...
- 2014-07-28 09:05weixin_30914981的博客 11. 解决 SQLSTATE[42S22]: Column not found: 1054 Unknown column 'e.brand' in 'field list' 到缓存管理里重建:分类产品索引,即可解决问题。原因:修改数据库时造成的“后遗症" Magento其他插件 Edit ...
- 2025-09-11 14:46般若之镜的博客 Joomla 1.6 是一个功能强大的内容管理系统(CMS),其组件开发机制为扩展系统功能提供了灵活的架构支持。本章将围绕一个典型的文件上传下载组件展开,介绍其开发背景与核心功能目标。组件作为 Joomla 中最复杂的扩展...
- 没有解决我的问题, 去提问