在 bluehost 上安装 OpenCart 并获取 5.2+必需的

发布于 2024-08-04 18:21:00 字数 154 浏览 2 评论 0原文

在 Bluehost 上安装 OpenCart 时,我需要 PHP 5.2+

Bluehost 运行 PHP 5.2.9。搜索论坛我看到其他人在此版本上成功运行 OpenCart。

我从哪里开始尝试让 opencart 启动并运行?

I'm getting PHP 5.2+ required when installing OpenCart on Bluehost.

Bluehost runs PHP 5.2.9. Searching the forums I see others running OpenCart successfully on this version.

Where do I start to try and get opencart up and running?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

波浪屿的海角声 2024-08-11 18:21:00

首先,5.2.9 肯定是 5.2+(5.2+ 意味着至少 5.2;5.2.9 是经过修复的 5.2;-))

您可以尝试检查托管服务上的 PHP 版本,创建一个页面仅包含

<?php
    phpinfo();
?>

这篇文章您也可能感兴趣: Bluehost php5 或 php4 您的选择;要么你必须获得他们的支持,要么你在管理面板中有一些选项,在 PHP 4(这已经过时了......如果它仍然是默认版本,那就太遗憾了)和 PHP 5 之间进行选择?

First of all, 5.2.9 is definitly 5.2+ (5.2+ means at least 5.2 ; 5.2.9 is 5.2 with fixes ;-) )

You could try to check the version of PHP you have on your hosting service, creating a page that only contains

<?php
    phpinfo();
?>

This post could interest you, too : Bluehost php5 or php4 your choice ; either you have to go through their support, or maybe you have some option in your administration panel, to choose between PHP 4 (which is way outdated... it's a shame if it's still the default version) and PHP 5 ?

故事与诗 2024-08-11 18:21:00

将包含以下代码的 php 文件上传到您的 webroot 并打开它,它会告诉您真正运行的是哪个版本的 php。您所在的机器上的 php 可能没有升级。

<? 
echo 'Current PHP version: ' . phpversion();

upload a php file with the following code in it to your webroot and open it, it will tell you which version of php is really running. There is a chance that php wasn't upgraded on the box you are on.

<? 
echo 'Current PHP version: ' . phpversion();
只怪假的太真实 2024-08-11 18:21:00

解决此问题

  • 列表项
  • 登录 cPanel
  • 单击软件/服务
  • 单击PHP Config
  • 选择PHP5
  • 保存更改

To fix this issue

  • List item
  • Log into cPanel
  • Click Software / Services
  • Click PHP Config
  • Select PHP5
  • Save your changes
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文