Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Aphotrax

    (@vlijmen)

    Hi Andy,

    Could you please let me know what the error is that you recieved, it’s seems a bit strange that you have to remove ?> from the files since that is the propper way to close a php file. To check if it was indeed a update glitch you could try to download the zip manually and overwrite the plugin folder by uploading the files there.

    Looking forward to your feedback.

    Regards,
    Niels

    You have trailing new lines after the ?> at the bottom of each file, this causes a blank line to be emitted before header are sent and causes huge problems for other code.

    Best practice is to never close the php code block so spurious new lines don’t break things!

    Plugin Author Aphotrax

    (@vlijmen)

    Hi Larry,

    I feel quite stupid now, thanks for the information. The changes are rolling out now in v1.8.7.1

    Regards, Niels

    Thread Starter Andy Feliciotti

    (@someguy9)

    Yeah php can be weird ?? Thanks Aphotrax this plugin rocks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Whitespace causing issues’ is closed to new replies.