[Plugin: Gallery3 Picker] Possible malfunction with php start tags
-
Just installed gallery3-picker version 0.9.5. Installation went ok but when attempting to configure, it wouldn’t run, complaining of php syntax errors in file picker.php.
In this file I found an inconsistency in the PHP start tags use. Many are written as
<?php
but a few as just<?
. Since I have configured PHP on my server to recognize just the former, the code would bomb. I suspect that the same could happen to other users, depending on their PHP configuration.So I changed the
<?
tags to<?php
and everything works.
- The topic ‘[Plugin: Gallery3 Picker] Possible malfunction with php start tags’ is closed to new replies.