I got a 500 error , Should be “PHP short open tag” problems
-
I got http 500 error:
Parse error: syntax error, unexpected ‘}’, expecting elseif (T_ELSEIF) or else (T_ELSE) or endif (T_ENDIF) in …/plugins/rocket-lazy-load/admin/admin.php on line 110I fix the issue
PHP.ini short_open_tag=on;
or
modify …/plugins/rocket-lazy-load/admin/admin.php
do not use PHP short open tag.<?php if ( ! is_plugin_active( ‘imagify/imagify.php’ ) ) : ?>
img/[email protected]” alt=”Imagify” width=”393″ height=”180″>
<?PHP endif; ?> <<<<—–Some host php.ini default does not open the short_open_tag,
Recommend future versions, try to avoid the use of php short tagSorry my English not good!
It’s a good plugin
Thank you
Ann
- The topic ‘I got a 500 error , Should be “PHP short open tag” problems’ is closed to new replies.