Codeigniter Halogy cms安装设置

编程入门 行业动态 更新时间:2024-10-04 09:29:03
本文介绍了Codeigniter Halogy cms安装设置的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我已经下载了一个halogy和提取后我把提取文件夹到我的htdocs文件夹在我的本地主机..i成功设置数据库,但我得到的错误,从浏览器访问的URL后这是错误

轻微问题... 此域未正确配置。提取

后,

我的文件夹名称

jesseorndorff-Halogy-35c4050

strong> url

localhost / jesseorndorff-Halogy-35c4050 / pre>

解决方案

这里是一步一步的解决方案

请将文件夹名称重新命名为其他只供测试。 我将 jesseorndorff-Halogy-35c4050更改为halogy_test 。

下一步从halogy剪切系统文件夹,并将其粘贴在上一级。现在结构将是这样。

localhost / halogy_test / halogy / system / index.php

接下来转到database.php并设置。 br> 接下来转到 halogy / application / config / config.php 并更改 $ config [' index_page'] ='';

$ config ['index_page'] ='index.php'; 在第29行。

现在转到 application / config / site_config.php 并更改

$ config ['staticPath'] = / static'

$ config ['staticPath'] ='/ halogy_test / static';

最后一步转到 halogy_test / static / js / jquery.flot。 init.js 并更改

'/ admin / stats / !

完成它如果成功就投票。

i have downloaded a halogy and after extracting i put the extract folder into my htdocs folder in my localhost ..i successfully setup the database but i am getting the error after visiting the url from the browser this is the error

Slight problem... This domain has not been configured properly.

my folder name after extracting

jesseorndorff-Halogy-35c4050

url

localhost/jesseorndorff-Halogy-35c4050

解决方案

Here is a step by step solution

First rename your folder name with some thing else just for testing. I changed jesseorndorff-Halogy-35c4050 to halogy_test.

Next cut system folder from halogy and paste it in the upper level. Now the structure will be like this.

localhost/ halogy_test/ halogy/ system/ index.php

Next go to database.php and set it up. Next go to halogy/application/config/config.php and change $config['index_page'] = '';

to

$config['index_page'] = 'index.php'; on line no 29.

Now go to application/config/site_config.php and change

$config['staticPath'] = '/static'

to

$config['staticPath'] = '/halogy_test/static';

The final step go to halogy_test/static/js/jquery.flot.init.js and change

'/admin/stats/' to stats/ on line no 2!

Done it Vote up if successfull.

更多推荐

Codeigniter Halogy cms安装设置

本文发布于:2023-11-02 06:44:35,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1551653.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:Codeigniter   Halogy   cms

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!