• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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