我不知道这个问题是关于服务器上的php版本更新,还是我在我的商店里受到的某种攻击,但是在我的“高级参数”面板中输出了一些错误,我在上面留下了信息。有没有人有类似的问题?
PrestaShop™ 1.5.4.1
Verify Settings
Parameters required: OK
Optional parameters: Please fix the following errors
pdo_mysql
List of changed files
Changed/missing files have been detected.
Ficheiros em falta (6)
modules/blocknewsletter/mails/en/index.php
modules/blockwishlist/mails/en/index.php
modules/followup/mails/en/index.php
modules/mailalerts/mails/en/index.php
modules/referralprogram/mails/en/index.php
modules/sendtoafriend/mails/en/index.php
Ficheiros actualizados (64)
classes/controller/FrontController.php
modules/bankwire/bankwire.jpg
modules/bankwire/views/templates/hook/payment.tpl
modules/blocknewsletter/blocknewsletter.css
modules/blocknewsletter/blocknewsletter.php
modules/blocknewsletter/index.php
modules/blocknewsletter/controllers/index.php
modules/blocknewsletter/controllers/front/index.php
modules/blocknewsletter/controllers/front/verification.php
modules/blocknewsletter/img/index.php
modules/blocknewsletter/img/icon/index.php
modules/blocknewsletter/mails/index.php
modules/blocknewsletter/mails/en/newsletter_conf.html
modules/blocknewsletter/mails/en/newsletter_verif.html
modules/blocknewsletter/mails/en/newsletter_voucher.html
modules/blocknewsletter/translations/index.php
modules/blocknewsletter/views/index.php
modules/blocknewsletter/views/templates/index.php
modules/blocknewsletter/views/templates/front/index.php
modules/blocknewsletter/views/templates/front/verification_execution.tpl
modules/blocknewsletter/views/templates/hook/blocknewsletter.tpl
modules/blocknewsletter/views/templates/hook/index.php
modules/blockwishlist/mails/en/wishlink.html
modules/blockwishlist/mails/en/wishlist.html
modules/cashondelivery/cashondelivery.jpg
modules/cashondelivery/views/templates/hook/payment.tpl
modules/editorial/EditorialClass.php
modules/editorial/editorial.css
modules/editorial/editorial.php
modules/editorial/editorial.tpl
modules/editorial/index.php
modules/editorial/translations/index.php
modules/followup/mails/en/followup_1.html
modules/followup/mails/en/followup_2.html
modules/followup/mails/en/followup_3.html
modules/followup/mails/en/followup_4.html
modules/mailalerts/MailAlert.php
modules/mailalerts/index.php
modules/mailalerts/mailalerts-account.php
modules/mailalerts/mailalerts-ajax.php
modules/mailalerts/mailalerts-extra.php
modules/mailalerts/mailalerts.php
modules/mailalerts/controllers/index.php
modules/mailalerts/controllers/front/account.php
modules/mailalerts/controllers/front/actions.php
modules/mailalerts/controllers/front/index.php
modules/mailalerts/img/index.php
modules/mailalerts/mails/index.php
modules/mailalerts/mails/en/customer_qty.html
modules/mailalerts/mails/en/new_order.html
modules/mailalerts/mails/en/productcoverage.html
modules/mailalerts/mails/en/productoutofstock.html
modules/mailalerts/translations/index.php
modules/mailalerts/views/index.php
modules/mailalerts/views/templates/index.php
modules/mailalerts/views/templates/front/index.php
modules/mailalerts/views/templates/front/mailalerts-account.tpl
modules/mailalerts/views/templates/hook/index.php
modules/mailalerts/views/templates/hook/my-account.tpl
modules/mailalerts/views/templates/hook/product.tpl
modules/referralprogram/mails/en/referralprogram-congratulations.html
modules/referralprogram/mails/en/referralprogram-invitation.html
modules/referralprogram/mails/en/referralprogram-voucher.html
modules/sendtoafriend/mails/en/send_to_a_friend.html发布于 2017-03-31 13:37:46
请检查您的应用商店上是否启用了_PS_DEBUG_PROFILING_。您可以在您的商店上的以下文件中查看相同的内容:
/config/defes.inc.php
搜索_PS_DEBUG_PROFILING_并查看它的值是“true”还是“false”
它应该是“false”,如果不是,请更改它,并查看问题是否得到解决。
https://stackoverflow.com/questions/42531419
复制相似问题