• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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