• Resolved Oliver Campion

    (@domainsupport)


    So as to be compatible with PHP 7.4 please can one of the developers update and commit the following on line 749 of “/src/Modules/FileOps.php” from …

    if ( $filePathRel{0} === '/' ) {

    … to …

    if ( $filePathRel[0] === '/' ) {

    Also, can they please update the “Tested up to” in the header of readme.txt so that Wordfence stops complaining that “the plugin appears to be abandoned”.

    Thank you.

    Oliver

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter Oliver Campion

    (@domainsupport)

    Further to this bug fix, it looks like line 372 of “/src/IDE.php” is causing an error …

    PHP Warning: Use of undefined constant ACEIDE_FS_METHOD_FORCED – assumed ‘ACEIDE_FS_METHOD_FORCED’ (this will throw an Error in a future version of PHP) in /wp-content/plugins/aceide/src/IDE.php on line 372

    … and we assume the line should be changed from …

    ACEIDE_FS_METHOD_FORCED

    … to …

    ACEIDE_FS_METHOD_FORCED_ELSEWHERE

    Thank you,

    Oliver

    Thread Starter Oliver Campion

    (@domainsupport)

    For anyone finding this thread, we’ve recently found WPide which appears to be actively developed and looks almost identical.

    Oliver

    Well that’s interesting; I used to use WPIDE and then support was dropped and someone posted a similar message to yours recommending ACEIDE (a fork of WPIDE), so around we go.

    Thread Starter Oliver Campion

    (@domainsupport)

    Haha! Really? Brilliant!

    ??

    @kenrichman things changed in the meantime ??

    Thread Starter Oliver Campion

    (@domainsupport)

    I wonder if the plugin author could read this and apply the fixes documented in this thread whilst the plugin is closed / under review?

    It would be great to get these issues resolved.

    Oliver

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘PHP Compatibility’ is closed to new replies.