Home › Forums › Quform WordPress › PHP 7 compatibility errors after update 2.0.0
- This topic has 5 replies, 2 voices, and was last updated 7 years, 8 months ago by
Ally.
- AuthorPosts
- September 7, 2017 at 6:07 pm #21783
meritschool
ParticipantHi, i just passed the wpengine compatibility check and i receive the following errors and i can’t migrate my site to php 7 despite having update to last version of quform 2.0.0 and remaked all my forms because they are dissappeared after update:
FILE: ………../quform/library/PHPExcel/Shared/PCLZip/pclzip.lib.php
————————————————————————————————————–
FOUND 2 ERRORS AND 1 WARNING AFFECTING 3 LINES
————————————————————————————————————–
215 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
5347 | ERROR | Function set_magic_quotes_runtime() is deprecated since PHP 5.3 and removed since PHP 7.0
5378 | ERROR | Function set_magic_quotes_runtime() is deprecated since PHP 5.3 and removed since PHP 7.0
————————————————————————————————————–FILE: ………/quform/library/PHPExcel/Worksheet/AutoFilter/Column.php
—————————————————————————————————————————————————————————
FOUND 2 ERRORS AFFECTING 2 LINES
—————————————————————————————————————————————————————————
384 | ERROR | Indirect access to variables, properties and methods will be evaluated strictly in left-to-right order since PHP 7.0. Use curly braces to remove ambiguity.
386 | ERROR | Indirect access to variables, properties and methods will be evaluated strictly in left-to-right order since PHP 7.0. Use curly braces to remove ambiguity.
—————————————————————————————————————————————————————————FILE: ……../quform/library/PHPExcel/CachedObjectStorage/SQLite.php
—————————————————————————————————————-
FOUND 9 ERRORS AFFECTING 9 LINES
—————————————————————————————————————-
63 | ERROR | Extension ‘sqlite’ is removed since PHP 5.4
64 | ERROR | Extension ‘sqlite’ is removed since PHP 5.4
108 | ERROR | Extension ‘sqlite’ is removed since PHP 5.4
142 | ERROR | Extension ‘sqlite’ is removed since PHP 5.4
166 | ERROR | Extension ‘sqlite’ is removed since PHP 5.4
211 | ERROR | Extension ‘sqlite’ is removed since PHP 5.4
236 | ERROR | Extension ‘sqlite’ is removed since PHP 5.4
274 | ERROR | Extension ‘sqlite’ is removed since PHP 5.4
276 | ERROR | Extension ‘sqlite’ is removed since PHP 5.4
—————————————————————————————————————-¿How can i repair this to migrate my web to php 7?
Thanks in advance.
September 7, 2017 at 6:49 pm #21784Ally
Support StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
September 8, 2017 at 11:17 am #21788meritschool
ParticipantHi,
Thanks for your response. I wait for next update that solve php 7 errors.
Greetings!.
September 11, 2017 at 10:26 pm #21863Ally
Support StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
September 12, 2017 at 12:29 pm #21896meritschool
ParticipantHi Ally,
Thanks for the information. I pass php check right now and we have no errors now
. However, we have two warnings that i send you for your information:
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
—————————————————————————————————————————————————————————–
67 | WARNING | Method name “PHPExcel_Calculation_Database::__fieldExtract” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
98 | WARNING | Method name “PHPExcel_Calculation_Database::__filter” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
—————————————————————————————————————————————————————————–Thanks for your help.
Greetings!.
September 12, 2017 at 12:55 pm #21898Ally
Support StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
- AuthorPosts
- You must be logged in to reply to this topic.