[提问]
godaddy的dom xml module
|
|
|
我想在godaddy的主机上安装 adbie-lite2.8 。这个程序需要dom xml模块支持。我在安装时提示错误。是不是godaddy的主机不支持这个组件呢。请各位大大帮帮忙。谢谢啦! |
|
|
|
|
|
|
|
|
|
|
add.c
发表于 2008-12-5 09:09:57
|
显示全部楼层
|
php5不支持dom xml,你可以切换到php4 |
|
|
|
|
|
|
|
|
|
|
noknife
发表于 2008-12-5 11:58:30
|
显示全部楼层
原帖由 add.c 于 2008-12-5 09:09 AM 发表 
php5不支持dom xml,你可以切换到php4
谢谢add.c
这个程序的安装说明是
Web Hosting Requirements:
- PHP 4.0 or upper with sockets module and dom xml module
- Apache server with modrewrite module
- MySQL Database
Before Installation plese check Your hosting:
.htaccess file - must be blank or delete
Installation Instruction
1. Upload all files on Your web hosting.
2. Set CHMOD 777 for "config" directory.
3. Run "http://yourpage.com/install/" page.
All must be OK status. If Passed You have some wrong - please check again Your hosting settings.
4. After successfull installation delete "install" catalog and set chmod 544 (to read only) for "config" catalog (chmod 544).
但是安装说明中没有说要 连接数据库什么的。有没有什么办法在这个目录中使用个文件来提示下,这个文件夹使用php4呢。比如在php.ini或者.htaccess中加入个什么命令,只让这个目录使用php4.因为我的其他目录都是使用php5的。谢谢add.c |
|
|
|
|
|
|
|
|
|
|
add.c
发表于 2008-12-5 13:03:47
|
显示全部楼层
The PHP 4 domxml module is not supported in PHP 5 and has been replaced with the dom module. When moving to PHP 5, any scripts using domxml module functions must be modified to use dom module functions.
上面是官方的原话 |
|
|
|
|
|
|
|
|
|
|
noknife
发表于 2008-12-5 13:35:24
|
显示全部楼层
原帖由 add.c 于 2008-12-5 01:03 PM 发表 
The PHP 4 domxml module is not supported in PHP 5 and has been replaced with the dom module. When moving to PHP 5, any scripts using domxml module functions must be modified to use dom module function ...
非常感谢add.c
上面那写话能大概读懂意思。但是,对godaddy不熟悉,对php也不熟悉。add.c能不能帮忙给个中文的指引啊。谢谢add.c啦。 |
|
|
|
|
|
|
|
|
|
|
add.c
发表于 2008-12-5 13:45:01
|
显示全部楼层
回复 5# 的帖子
这个我也不熟悉 。如果英文方面的有问题你可以到论坛翻译版求助。 |
|
|
|
|
|
|
|
|