paross
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Multiple Core FilesI received this message from Hostgator:
Hello,
The core files appear to be getting generated from the wp-spamfree plugin:
Core was generated by `/usr/bin/php /home/phil/public_html/wp/index.php’.
Program terminated with signal 11, Segmentation fault.
[New process 13365]
#0 0x082e7188 in php_error_cb (type=8, error_filename=0xb6f3dcc4 “/home/phil/public_html/wp/wp-content/plugins/wp-spamfree/wp-spamfree.php”,
error_lineno=970, format=0x8630c87 “Undefined index: %s”, args=0xbf74f628 ” eë¶töt¿\234¯\b\f”) at /home/cpeasyapache/src/php-5.2.9/main/main.c:801
801 TSRMLS_FETCH();You would need to try disabling that plugin.
Regards,
Hostgator Support
Forum: Fixing WordPress
In reply to: Blog Title – Two linesOkay. I edited the header.php and that worked.
Forum: Fixing WordPress
In reply to: Unwanted character generatedThanks anyway. It looks like I fixed it. It was a BOM issue regarding utf-8.
Phil
Forum: Installing WordPress
In reply to: Directory Listing Denied ? HelpOkay. How do I do that? I have Apache, PHP and MySQL installed to the Windows XP localhost.
Phil
Forum: Installing WordPress
In reply to: Directory Listing Denied ? HelpI have the same problem, and my test.htm file displays okay. However, I’m trying to install WordPress on my localhost, but don’t know what the problem is.
Phil
Forum: Fixing WordPress
In reply to: WordPress database errorNo, I was running several plugins. So, I deactivated them. When I got to the basic WordPress program, the error code could not be found. The culprit seems to be Semilogic/Options/Nav Menus. That gives me:
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 ‘) AND posts.post_parent = 0’ at line 7]
SELECT posts.* FROM wp_posts as posts WHERE posts.post_status = ‘static’ AND posts.post_name IN ( ) AND posts.post_parent = 0WordPress 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 ‘) AND categories.category_parent = 0 AND posts.post_status = ‘publish” at line 12]
SELECT categories.* FROM wp_categories as categories INNER JOIN wp_post2cat as post2cat ON post2cat.category_id = categories.cat_ID INNER JOIN wp_posts as posts ON posts.ID = post2cat.post_id WHERE categories.category_nicename IN ( ) AND categories.category_parent = 0 AND posts.post_status = ‘publish’ AND posts.post_date_gmt <= ‘2005-12-05 04:14:00’Forum: Fixing WordPress
In reply to: WordPress database errorMy host is http://www.jatol.com
I show php is 4.4.1 and zend Optimizer is 2.5.10a.
Also mysql is 4.1.13They don’t think it is their problem.
Phil
Forum: Fixing WordPress
In reply to: WordPress database errorSo…
Do you think this is a WP problem or a hosting problem?
Phil
Forum: Fixing WordPress
In reply to: WordPress database errorOkay, I’ve reinstalled everything except the mysql database, and I switched to the default theme. I still get this when I access the Dashboard/Options/Nav Menus:
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 ‘) AND posts.post_parent = 0’ at line 7]
SELECT posts.* FROM wp_posts as posts WHERE posts.post_status = ‘static’ AND posts.post_name IN ( ) AND posts.post_parent = 0WordPress 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 ‘) AND categories.category_parent = 0 AND posts.post_status = ‘publish” at line 12]
SELECT categories.* FROM wp_categories as categories INNER JOIN wp_post2cat as post2cat ON post2cat.category_id = categories.cat_ID INNER JOIN wp_posts as posts ON posts.ID = post2cat.post_id WHERE categories.category_nicename IN ( ) AND categories.category_parent = 0 AND posts.post_status = ‘publish’ AND posts.post_date_gmt <= ‘2005-11-30 17:49:00’I’m out of ideas on how to fix it.
Phil
Forum: Themes and Templates
In reply to: Firefox vs. IEDenis,
I have tried reducing the table and cell widths, even used percentages in cells — and set the total percentage to less than 100%. I have decreased the spacer widths to #main 10 px and #side 5px. I have set the width of the #sidebar to 150 px.
Nothing I have done has had any effect on either FF or IE. It looks to me like the side bar has picked up the main width in IE, but I don’t know how to fix it.
Phil
Forum: Themes and Templates
In reply to: Firefox vs. IEGreat! Didn’t think of that, but it works.
But now when I click to leave a comment IE reverts to 100% width in the main section, and about half of that in the copyright/footer sections, but FF renders the width consistently at 760px. I don’t see a way to fix that.
http://www.rosshost.com/blog/wordpress/Phil
Forum: Themes and Templates
In reply to: Firefox vs. IE