- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
直升机,
此错误出现在我的 error.log 中。我们正在使用 AWS 的 Elastic Beanstalk 和带有 PHP、Joomla 3.4.8 和 VM 3.0.12 的 EC2 实例
我试图将错误与 access.log 链接起来,看看它是否与特定的 URL 相关。但这很难,因为我没有在日志中得到日期
sh: virtuemart_user_id: command not found
最佳答案
shell_exec() 和 exec() 方法不是执行命令的唯一方法,您可以像这样使用 backsticks (`):$output = ls -al; echo "<pre>$output</pre>";
(阅读 php 文档中的此条目以获取更多信息:http://php.net/manual/en/language.operators.execution.php)
由于您使用的是 meadowmart,所以我猜 measuremart_user_id 可能是您的数据库字段之一。此类字段通常通过使用后记标记(在本例中为 `virtuemart_user_id`)来引用。
你确定你总是在字符串变量中使用 `virtuemart_user_id` 吗?
关于php - sh : virtuemart_user_id: command not found,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42003513/
直升机, 此错误出现在我的 error.log 中。我们正在使用 AWS 的 Elastic Beanstalk 和带有 PHP、Joomla 3.4.8 和 VM 3.0.12 的 EC2 实例 我
我是一名优秀的程序员,十分优秀!