I just brought home a new computer which I installed redhat on. I've never had problems with wordpress until I installed it on this new box and moved everything over.
1) wordpress isn't find my plugins directory... but that's not a big deal since it's not visible to users
2) where the page links shound be at the bottom of my front page...i get a sql error:
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1]
SELECT COUNT(ID) FROM
(you can see this on http://blog.danielkenneth.com)
I checked the apache logs and I have thousands of lines reporting the same pcre_fullinfo() error on several files:
PHP Warning: preg_match: internal pcre_fullinfo() error -3 in /usr/local/apache2/htdocs/blog/wp-includes/vars.php on line 31
PHP Warning: preg_match: internal pcre_fullinfo() error -3 in /usr/local/apache2/htdocs/blog/wp-includes/wp-db.php on line 154
I downloaded the latest Zend, Apache, php and installed them all like I always did in the past. I copied my database from the old server and uploaded my theme that I had been using.
I've been pulling my hair out...why am I getting this error where the page links should be???
Daniel