我目前在Wordpress网站上遇到问题。我的主题是通过Woocommerce网上商店的“ Themify Shoppe V2.7”。
直到我更新Wordpress和Woocommerce之后的几天,一切工作都很好。当我要添加产品时,我可以输入所有详细信息。当我要将一些图像添加到“产品”库中时,页面只会刷新而不执行任何操作。
我已将Wordpress设置为“调试”模式。我收到以下错误日志:
PHP注意:未定义的变量:在第76行的public_html / wp-content / themes / themify-shoppe / themify / themify-builder / includes / tpl / themify-builder-js-tmpl-admin.php中发布
PHP注意:尝试在线获取public_html / wp-content / themes / themify-shoppe / themify / themify-builder / includes / tpl / themify-builder-js-tmpl-admin.php中的非对象属性76
我已经查看了该文件,但是我不明白问题是什么以及如何解决。
有人知道问题出在哪里吗,我该如何解决?
我从下面的文件中添加了有问题的代码行。
我已经将Wordpress和Woocommerce还原到了较旧的版本,但这似乎不起作用。
我还停用了所有其他插件。没有结果。
我曾尝试在Google上进行搜索,但找不到与我的问题相似的人。
<div id="themify_builder_row_wrapper" class="themify_builder_row_js_wrapper themify_builder_editor_wrapper" data-postid="<?php echo $post->ID; ?>"></div>