• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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