• 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.

Wordpress and 7.5.3

M

mmcbee

Guest
I had wordpress running fine. I then upgraded to 7.5.3 yesturday and now I get:

WordPress database error: [You have an error in your SQL syntax near 'ORDER BY link_id ASC LIMIT ' at line 4]
SELECT link_url, link_name, link_image, link_target, link_description, link_rating, link_rel , IF (DATE_ADD(link_updated, INTERVAL 120 MINUTE) >= NOW(), 1,0) as recently_updated FROM wp_links WHERE link_visible = 'Y' AND link_category = ORDER BY link_id ASC LIMIT

I have no clue what the above means, maybe someone does

I have psa v7.5.3_build75050607.13 os_FedoraCore 2

Any ideas would be most appreicated.

Thank you.

MIke
 
In turns out when I upgraded my php file was replaced (wtih a very stripped down file, 19 bytes). Updated to the latest version of Zend Optimizer, which then locked Apache up. Had to comment out ;zend_extension=/usr/lib/php4/ioncube_loader_lin_4.3.so
in /etc/php.d/ioncube.ini

That fixed everything and WP now works great along with everything else
:p

Mike
 
Back
Top