• Resolved cwiweb

    (@cwiweb)


    When activating the plugin in WP 4.3 using PHP 5.5 (Windows) I receive the following error:

    Parse error: syntax error, unexpected end of file in .\wp-content\plugins\categories-multiple-images\categories-multiple-images.php on line 462

    The error is being caused by the use of the old PHP open tag: <? which has probably been deprecated in favor of the full PHP open tag: <?php

    The fix can be made by changing the open PHP tag on line #206, within the options_page() method, to <?php

    https://wordpress.org/plugins/categories-multiple-images/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘PHP error when enabling plugin’ is closed to new replies.