Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Mohsin Rasool

    (@mohsinrasool)

    it should have been fixed now. I guess, your PHP configuration require an ending tag.

    Getting this as well when using 1.1:

    `
    PHP message: PHP Parse error: syntax error, unexpected end of file in /srv/www/msusa.dev/current/web/app/plugins/full-screen-page-background-image-slideshow/full-screen-background-image-slideshow.php on line 89
    `

    I am using a really common stack: LEMP (Linux/Nginx/MySQL/PHP) stack with PHP 5.5

    Of course my PHP settings are strict as possible to avoid undefined behavior. Going to noodle around with line 89 but it would be a shame to have to package a patched version of this plugin with the old site I am migrating.

    I fixed it. The issue being that there are numerous missing ?> closing tags spread out amongst the includes as well as mixing <?php with <? which is generally kinda sloppy.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘localhost activate’ is closed to new replies.