Hello everyone,

I just upgraded to the latest version of PHP and see this message error on my article pages

(.*)<\/p>/",$content,$matches); $first=strip_tags($matches[1]); ?> "/> get_keywords(); ?> "/>

Sample URL emaxhealth.com/1020/why-it-so-hard-ignore-itch

What could that error be? Why am I not seeing this error in my other 2 sites but at this particular one?

Many thanks for help.

Comments

jaypan’s picture

You are probably using short tags <? instead of php tags <?php. Change your short tags (which you should never use) to proper php tags.

Contact me to contract me for D7 -> D10/11 migrations.