Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/232.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Php Advanced参数面板上的输出错误_Php_Prestashop_Prestashop 1.5 - Fatal编程技术网

Php Advanced参数面板上的输出错误

Php Advanced参数面板上的输出错误,php,prestashop,prestashop-1.5,Php,Prestashop,Prestashop 1.5,我不知道问题是关于服务器上php版本的更新还是我在商店中受到的某种攻击,但是在我的“advanced parameters”面板中输出了一些错误,上面我留下了信息。有人有类似的问题吗 PrestaShop™ 1.5.4.1 Verify Settings Parameters required: OK Optional parameters: Please fix the following errors pdo_mysql List of changed files Changed/

我不知道问题是关于服务器上php版本的更新还是我在商店中受到的某种攻击,但是在我的“advanced parameters”面板中输出了一些错误,上面我留下了信息。有人有类似的问题吗

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

请检查您的存储上是否启用了_PS_DEBUG_PROFILING_。您可以在商店的以下文件中进行检查:

/config/defines.inc.php

搜索_PS_DEBUG_PROFILING_并查看其值是“true”还是“false”


它应该是“false”,如果不是,则更改它,然后查看问题是否已解决。

具体问题是什么?你在后台有错误吗?Frontoffice?更改index.php是一个安全问题,它的内容是什么?