查看: 1512|回复: 14
|
install 了WAMP5, 但无法启动existing system。。。
[复制链接]
|
|
我现在installed 了 WAMP5(window,apache,mysql,php),想要开启一个existing system(system 里面是一个设计好了的网页)。
但却开不倒!!!
请问各位。
我要怎样开启呢???
我需不需要把它放在一个特定的folder?
是不是放在wamp 里面的folder(apache2,WWW or phpMyAdmin)? |
|
|
|
|
|
|
|
发表于 30-5-2007 09:28 AM
|
显示全部楼层
|
|
|
|
|
|
|

楼主 |
发表于 31-5-2007 01:56 AM
|
显示全部楼层
|
|
|
|
|
|
|
发表于 31-5-2007 03:43 AM
|
显示全部楼层
|
|
|
|
|
|
|

楼主 |
发表于 1-6-2007 12:21 AM
|
显示全部楼层
|
|
|
|
|
|
|

楼主 |
发表于 1-6-2007 12:23 AM
|
显示全部楼层
我installed后要注意什么东西吗???
我check 过了。我的webserver 应该没问题。。 |
|
|
|
|
|
|
|
发表于 1-6-2007 01:00 AM
|
显示全部楼层
若你的localhost是可以执行php的话,那至少你能够看到apache相关的显示资料,而不是空白一片.
不然的话,结论应该只有两个,一是你的Apache或PHP设定出现了问题,
2就是你的web server port 80被其他服务占据了. |
|
|
|
|
|
|
|
发表于 1-6-2007 10:46 AM
|
显示全部楼层
|
|
|
|
|
|
|

楼主 |
发表于 1-6-2007 04:58 PM
|
显示全部楼层
原帖由 cacphy 于 1-6-2007 10:46 AM 发表
你有没有把 IIS 关掉 ?
我把我的IIS 的port number换成8080了。。
我的test server 那边写着:
your port 80 is actually used by:
server:apache/2.0.59(win32)php/5.1.6.. |
|
|
|
|
|
|
|

楼主 |
发表于 1-6-2007 05:27 PM
|
显示全部楼层
我开了 http://localhost/index.php 后。
进去后,里面写着:
Warning: require_once(D:/FYP/coding/KhooDental/includes/version.php) [function.require-once]: failed to open stream: No such file or directory in C:\wamp\www\KhooDental\includes\joomla.php on line 71
Fatal error: require_once() [function.require]: Failed opening required 'D:/FYP/coding/KhooDental/includes/version.php' (include_path='.;C:\php5\pear') in C:\wamp\www\KhooDental\includes\joomla.php on line 71
这是什么问题?
|
|
|
|
|
|
|
|
发表于 2-6-2007 10:37 PM
|
显示全部楼层
你打开configuration.php看看,你应该会发现
第6行:
$mosConfig_absolute_path = 'd:/FYP/coding/KhooDental/joomla';
第8行:
$mosConfig_cachepath = 'd:/FYP/coding/KhooDental/joomla/cache';
这代表你的路径设错了,试看分别更改成
c:/wamp/www/KhooDental,与c:/wamp/www/KhooDental/cache看看行不行.
再不行的话再说.
[ 本帖最后由 亡者之疯 于 2-6-2007 10:44 PM 编辑 ] |
|
|
|
|
|
|
|

楼主 |
发表于 5-6-2007 10:38 AM
|
显示全部楼层
|
|
|
|
|
|
|
发表于 5-6-2007 08:41 PM
|
显示全部楼层
原帖由 tankh 于 5-6-2007 10:38 AM 发表
试过了还是发生同样的东西。。。。 
不可能的.
按理说你打开c:/wamp/www/的joomla.php后,会在第71行发现
require_once( $mosConfig_absolute_path . '/includes/version.php' );
这就意味着,你的filepath是连接去 $mosConfig_absolute_path 这个变数内.
所以,再回去c:/wamp/www/configuration.php后,只要把
$mosConfig_absolute_path 设对,你就可以连接到有关文件,而不会再发生你所谓的问题.
所以,我猜测是cahce或cookies的问题,你试清除下,再不行的话,我想我无能为力了.
[ 本帖最后由 亡者之疯 于 5-6-2007 08:43 PM 编辑 ] |
|
|
|
|
|
|
|
发表于 6-6-2007 02:13 PM
|
显示全部楼层
试看 :
$mosConfig_absolute_path = '/KhooDental';
还有
$mosConfig_cachepath = 'KhooDental/cache'; |
|
|
|
|
|
|
|
发表于 8-6-2007 03:07 PM
|
显示全部楼层
哇!全部都很熟悉joomla的运作哦??厉害!!! |
|
|
|
|
|
|
| |
本周最热论坛帖子
|