• REGISTRATION REQUIREMENTS:

    Your username here MUST MATCH your XenForo username (connected to your XF license).

    Once you have registered here, then you need to start a conversation at xenforo.com w/Bob and provide the following:
    1. Your XenForo License Validation Token
    2. The Domain Name associated with the License
    NOTE: Your account will be validated once ALL requirements are verified/met. Thank you for your patience.

Fixed PHP 5.4 Bug

Status
Not open for further replies.

MattW

Server Admin
AMS Premium
CAS Premium
RMS Premium
SC Premium
UBS Premium
The PHP 5.4 Bug reported here is also present in the showcase when Debug is enabled.

The fix is the same, it just needs to be applied to nflj_showcase_attachment_editor

PHP:
        <ol class="AttachmentList New">
            <xen:include template="nflj_showcase_attachment_editor_attachment">
                <xen:set var="$isTemplate">1</xen:set>
                <xen:set var="$attachment"></xen:set>
            </xen:include>
        </ol>

Remove this

PHP:
<xen:set var="$attachment"></xen:set>
 
  • Like
Reactions: Bob
ya, waiting on 1.1.4 to implement the actual fixes that Mike said has been done. Guessing that 1.1.4 might be released on Tuesday and I can put out a maintenance release soon after :)
 
Status
Not open for further replies.
Back
Top