• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

everything after <a is being stripped after upgrade to 7.5.4

M

mmcbee

Guest
I am running a php script the pulls data from mysql database. Any href links are being stripped, i.e.
<a href="domain.com">anchor text</a>
comes out in the source as <a > anchor text </a>

As you tell no links will show.

I cannot understand how that this could happen. It worked fine in 7.5.3

mysql = 4.0.25-1.rhfc2.art
php = 4.3.11-8.rhfc2.art
PSA= 7.5.4-fc2.build75050824.12

If anyone has any thoughts I would appreciate it

Thank you
 
Do href tags/links work in a fresh .php or .html file with nothing else it it ?

Is is just in your script or is it a global problem ?
 
Yes all tags/links in other php/html files work just fine.

Mike
 
I found the problem, but not the fix. I had to comment out all lines related to Zend Optimizer 2.5.10a

I downgraded to 2.5.7 but it seems ioncube and ZO jsut do not like each other. Not sure what to do now. I have to have both running

UPDATE: had to force ioncube to load "last" in php.ini

Mike
 
Back
Top