我不知道问题是关于服务器上的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
答案 0 :(得分:0)
请检查商店是否启用了_PS_DEBUG_PROFILING_。您可以在商店的以下文件中查看相同内容:
/config/defines.inc.php
搜索_PS_DEBUG_PROFILING_并查看其值是否为' true'或者' false'
它应该是' false'如果不是,请更改它并查看问题是否已解决。