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

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