• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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