• Hello Devs,

    I’m setting up a new system with php 7 and will no longer be able to enjoy this application on our sites.

    When testing AOEW with ‘PHP Compatability Checker’ it found 1 Warning and 13 Errors. Of the 13 Errors, two have been depreciated since PHP 5.3 and are removed in 7.0 and (9) Nine of the errors ‘sqlite’ were removed from PHP support since 5.4

    I hope you can resolve these issues soon because anyone will tell you PHP 7.0 puts WordPress on steroids!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author algol.plus

    (@algolplus)

    Hello

    Library PHPExcel is a reason for these errors. We can’t switch to newer PhpSpreadsheet, as it requires PHP 5.6 and extension php_zip.
    But a lot of users still use old versions, many of them have no php_zip too.
    We don’t use “SQLite” , so it won’t affect to the export.

    Could you contact me via helpdesk?
    I’ll do tweaks and provide beta for tests.

    thanks, Alex

    Plugin Author algol.plus

    (@algolplus)

    I’ve tested export with php 7.0.
    You can ignore these errors and use current version still

    two have been depreciated since PHP 5.3 and are removed in 7.0
    – library PCLZip checks if this function exists

    and (9) Nine of the errors ‘sqlite’ were removed from PHP support since 5.4
    – export procedure doesn’t use SQLite

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Not Compatible With PHP 7.0’ is closed to new replies.