问题标签 [opencart2.x]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
php - Opencart 错误
我的 Opencart 商店(版本 2.0)有问题。几天内我没有进行任何更改,而且我的托管公司周末不工作......而且周末似乎总是出现问题。
当我尝试登录到我的管理面板时,我收到此错误:
警告:session_start(): open(/tmp/sess_6944b43ff0351f3609154764b353ba7c, O_RDWR) failed: Permission denied (13) in /home/thespace/public_html/system/library/session.php on line 23Warning: session_start(): Cannot send session cache limiter - 第 23 行 /home/thespace/public_html/system/library/session.php 中的标头已发送(输出开始于 /home/thespace/public_html/admin/index.php:165)
该网站的前端除了结帐外都可以工作......尝试访问它时它给了我这个错误:
警告:session_start(): open(/tmp/sess_6944b43ff0351f3609154764b353ba7c, O_RDWR) failed: Permission denied (13) in /home/thespace/public_html/system/library/session.php on line 23Warning: session_start(): Cannot send session cache limiter - 第 23 行 /home/thespace/public_html/system/library/session.php 中的标头已发送(输出开始于 /home/thespace/public_html/index.php:207)警告:无法修改标头信息 - 标头已由(输出开始于 /home/thespace/public_html/index.php:207) 在 /home/thespace/public_html/vqmod/vqcache/vq2-system_engine_controller.php 的第 28 行警告:无法修改标头信息 - 标头已发送(输出开始于/home/thespace/public_html/index.php:207)在 /home/thespace/public_html/vqmod/vqcache/vq2-system_engine_controller.php 第 29 行
致命错误:在第 205 行的 /home/thespace/public_html/index.php 中的非对象上调用成员函数 get()
我试过用谷歌搜索这个问题,但似乎找不到解决办法。我确实注意到我的 vqcache 中没有 public_html/vqmod/vqcache/vq2-system_engine_controller.php 文件,我尝试恢复该站点的旧备份,但这也没有奏效!
真的需要帮助。
opencart - 我们如何为 2.0.1.1 opencart 版本创建仓位
Opencart 有四个布局,左、右上和下。手动添加新的自定义位置当然不是不可能的,但理想情况下,这需要在核心完成。
像“header-bottom”或“footer-top”这样的东西对于许多模块非常有用,比如“Menus”和“Slideshows”。
我们如何为 2.0.1.1 opencart 版本创建一个像上面那样的位置
请帮帮我谢谢
opencart2.x - Opencart:USPS 在结账时未显示国际服务
opencart2.0.1.1
USPS 设置:-重量等级= 磅,地理区域= 所有区域,尺寸(长 x 宽 x 高)=10x10x10,邮政编码=33446
产品:- 重量等级 = 磅,尺寸(长 x 宽 x 高)=10x10x10,重量 =4。
它在国内服务中正常工作但是当我使用其他国家(墨西哥)结帐时,国际服务没有显示,
php - 未识别的索引、变量和权限被拒绝
我正在使用 opencart 2.0 并且在安装扩展之前一切正常。我之前已经安装了一个主题,但是在插入扩展之后出现了几个错误。我对Php不熟悉,所以我很难弄清楚。
我做了一些研究,有人说这可能是版本缺陷,但我使用的所有内容都是针对 opencart 2.0,另一个说可能是配置文件设置不正确,但我没有从本地移动我的网站还活着,所以我的配置文件中的所有内容都是正确的。他最后一个是插入isset,我不确定这一点,但从代码的外观来看,我认为一切都设置正确。
这是错误
这是代码
d_quickcheckout.php 在第 644 行
payment_address.tpl 第 85、86、87 和 88 行
第 37 行的 vq2-system_engine_loader.php
当我检查我的 vqmod 日志时,这会出现
php - ocmod modify both admin and catalog files using braces
How come my ocmod isn't working using the braces?
If I change the path to <file path="catalog/model/tool/upload.php">
it works.
https://github.com/opencart/opencart/wiki/Modification-System
php - Opencart fopen(/upload/system/logs/):打开流失败:是一个目录
卸载扩展程序后,我立即在我的 opencart 商店中收到此错误。完整的商店不再工作。它没有我自己的模板,所有的 php 函数都不起作用。出现此错误:
这是日志类:
看起来 $filename 变量为空。这也反映了我上面提到的不工作的 php。日志目录是 755,我用 777 试了一下。
我的商店底部显示了第二个错误:
有人在 Opencart 2.0.1.1 中遇到过这个错误吗?谷歌说,这一定是一个常见的错误,但我找不到解决方案。
opencart2.x - vqmod 嵌套 require_once
我有一个场景,vqmod 无法在 opencart 中进行修改。
设想。
在主题文件夹中。Header.php,我有一个 require 语句,其中包含基于菜单类型的菜单文件
我想在菜单文件中进行更改。Vqmod 无法达到这一点。
在 Menu.php 中,我想在使用 vqmod 之前添加另一个 LI。
opencart - 如何在 opencart 结帐中添加地区/州?
请提出一种在结帐时添加额外区域/状态的方法,这在 Opencart 默认中不存在。
opencart - 为 Opencart2.0.xx 安装 VQmod
我在谷歌上搜索我找到了正确的旧版本,但对于 Opencart 2.0 + 我没有找到任何东西。 https://github.com/vqmod/vqmod
使用 FTP,将“vqmod”文件夹从 zip 上传到您的 opencart 商店的根目录之后转到http://www.yoursite.com/vqmod/install
没有收到任何成功消息