分享

写回答

发帖

[提问] zen cart从GD转入BH提示500错误

Firebox

发表于 2013-10-26 09:38:08 | 显示全部楼层

500错误好像是服务器内部错误吧,那应该就是主机商那边的问题,你联系下主机商那边看看!
回复 支持 反对

使用道具 举报

GoDaddy GoDaddy 1659 人阅读 | 6 人回复

回答|共 6 个

发表于 2013-10-25 14:47:35 | 显示全部楼层 |阅读模式

本帖最后由 quanll 于 2013-10-25 03:19 PM 编辑

以前用的是GD的空间,从网上购买的仿兰亭模板1.39,卖家安装
现在把网站搬到BH,域名指向测试正确
二个configure.php文件未配置时提示安装错误界面
配置完物理路径,数据库后提示500错误
请问是不是.htaccess文件需要修改
根目录,admin下各有一个.htaccess文件
admin下另外有一个htaccess.php文件

想尽快解决,懂的朋友请帮下忙
如果可以付费远程协助处理的,请留联系方式

zhuandafa

发表于 2013-10-25 18:45:05 | 显示全部楼层

那个文件不用改吧。
回复 支持 反对

使用道具 举报

quanll

发表于 2013-10-28 10:20:10 | 显示全部楼层

[27-Oct-2013 19:52:07 America/Denver] PHP Parse error:  syntax error, unexpected end of file in /home2/orient/public_html/club/includes/classes/class.smtp.php on line 142
服务器错误日志
是不是class.smtp.php这个文件的问题
回复 支持 反对

使用道具 举报

Firebox

发表于 2013-10-28 13:34:14 | 显示全部楼层

quanll 发表于 2013-10-28 10:20 AM
[27-Oct-2013 19:52:07 America/Denver] PHP Parse error:  syntax error, unexpected end of file in /hom ...

class.smtp.php这个配置文件的142行有语法错误吧!小弟对代码了解实在有限,你看看到zen cart相关的论坛去求助看看!
回复 支持 反对

使用道具 举报

quanll

发表于 2013-10-28 16:59:16 | 显示全部楼层

重新上传了class.smtp.php,打开网站提示:
"Sorry!
There seems to be a problem connecting to our database.
Please give us a few minutes to remedy the problem. Thank you.
To verify the site status ... Click here"

打开空间日志提示:
"[27-Oct-2013 23:35:45 America/Denver] PHP Notice: Use of undefined constant DOCUMENT_ROOT - assumed 'DOCUMENT_ROOT' in /home2/orient/public_html/club/500.php on line 12
[27-Oct-2013 23:35:45 America/Denver] PHP Notice: Use of undefined constant REQUEST_URI - assumed 'REQUEST_URI' in /home2/orient/public_html/club/500.php on line 12
[27-Oct-2013 23:35:45 America/Denver] PHP Notice: Use of undefined constant DOCUMENT_ROOT - assumed 'DOCUMENT_ROOT' in /home2/orient/public_html/club/500.php on line 12
[27-Oct-2013 23:35:45 America/Denver] PHP Notice: Use of undefined constant REQUEST_URI - assumed 'REQUEST_URI' in /home2/orient/public_html/club/500.php on line 12"

打开网站后,进入www......com/nddbc.html
请问这是哪方面的问题,数据库连接还是500.php文件错误

500.php文件内容:

"<!-- PHP Wrapper - 500 Server Error -->
<html><head><title>500 Server Error</title></head>
<body bgcolor=white>
<h1>500 Server Error</h1>
A misconfiguration on the server caused a hiccup.
Check the server logs, fix the problem, then try again.
<hr>
<?
echo "URL: http://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]<br>\n";
$fixer = "checksuexec ".escapeshellarg($_SERVER[DOCUMENT_ROOT].$_SERVER[REQUEST_URI]);
echo `$fixer`;
?>
</body></html>"
回复 支持 反对

使用道具 举报

nisheng

发表于 2013-10-29 09:59:48 | 显示全部楼层

There seems to be a problem connecting to our database.
Please give us a few minutes to remedy the problem.

这个提示是无法连接数据库,不清楚可是主机商那边数据库出问题了,你联系他们问问

PHP Parse error:  syntax error, unexpected end of file in 一般是语法错误,你看下编程环境,有没有什么提示错误
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GoDaddy讨论

GoDaddy
介绍:GoDaddy是全球第一域名注册商,同时也提供主机托管、SSL证书等产品服务。GoDaddy提供Linux虚拟主机、Windows虚拟主机、云主机以及服务器全线主机产品,满足各种需求的用户。
查看更多

quanll

发表主题