Back to Watermark Support

Vojta Svoboda
Vojta Svoboda

Maybe caused by using <? instead of <?php

img

Alexis
Alexis

I think the problem in your php config

Vojta Svoboda
Vojta Svoboda

But <? is not default PHP config value. It is optional. But you should not depend on optional values.

Vojta Svoboda
Vojta Svoboda

See PHP documentation: https://secure.php.net/manual/en/language.basic-syntax.phptags.php

PHP also allows for short open tag <? (which is discouraged since it is only available if enabled using the short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option).

Alexis
Alexis

Your are the first, whom I meet, who don't allow short open tag by default... But fixed it

Vojta Svoboda
Vojta Svoboda

C'mon, the short open tag is deprecated and it does not default. You should be less arrogant when somebody tests your plugin for free.

1-6 of 6