Title: protechs's Replies | WordPress.org

---

# protechs

  [  ](https://wordpress.org/support/users/protechs/)

 *   [Profile](https://wordpress.org/support/users/protechs/)
 *   [Topics Started](https://wordpress.org/support/users/protechs/topics/)
 *   [Replies Created](https://wordpress.org/support/users/protechs/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/protechs/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/protechs/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/protechs/engagements/)
 *   [Favorites](https://wordpress.org/support/users/protechs/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 15 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Limit WordPress usage limitation](https://wordpress.org/support/topic/limit-wordpress-usage-limitation/)
 *  [protechs](https://wordpress.org/support/users/protechs/)
 * (@protechs)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/limit-wordpress-usage-limitation/#post-626219)
 * My client just got suspended also… for 5.5% of the shared environment CPU. We
   were notified 2 weeks ago and cannot figure out what happened from the last WP
   upgrade just before that. Have WP Cache, swapped out one social networking share
   plugin (Gregarious) for one that doesn’t do email (i-love-s-n), use the Comment
   Subscribe and that’s it.
 * Today they didn’t even notify us. They had already moved us to the “troublemaker”
   server and it must have continued. I got them to turn us back on for a bit so
   we can troubleshoot. When we’re off, we can’t get to anything for backup or repair.
 * HELP!!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Strange characters in past posts](https://wordpress.org/support/topic/strange-characters-in-past-posts/)
 *  [protechs](https://wordpress.org/support/users/protechs/)
 * (@protechs)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/strange-characters-in-past-posts/#post-505279)
 * I just did a delete and then total clean install of version 2.2 and got all those
   ascii replacements throughout most posts which used many different kinds of punctuation.
   
   It did not matter what theme. I upgraded another blog a few hours earlier and
   no problems. However…
 * This time I had USED THE BRAND-NEW CONFIG.PHP FILE (first new one I’ve ever seen
   and I almost didn’t look at it).
 * As soon as I read another thread supposedly resolved, I READ THIS LINE he had
   mentioned there:
 * > _Or any other editor, which supports UTF-8,_
 * and remembered seeing that line on the New config.php file.
 * I **deleted the new** and **put back in the old** and everything was perfect 
   again. This is the first ever problem I’ve had with a WordPress install (script-
   wise) in about 40 installs and upgrades since May 2004.
 * Whahoppened??
 * Resolved by using old config.php file without what I’ve bolded below.
 * <?php
    // ** MySQL settings ** // define(‘WP_CACHE’, true); //Added by WP-Cache
   Manager define(‘DB_NAME’, ‘account_name’); // The name of the database define(‘
   DB_USER’, ‘account_user’); // Your MySQL username define(‘DB_PASSWORD’, ‘secretword’);//…
   and password define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to 
   change this value **define(‘DB_CHARSET’, ‘utf8’); define(‘DB_COLLATE’, ”);
 * // You can have multiple installations in one database if you give each a unique
   prefix
    $table_prefix = ‘wp_’; // Only numbers, letters, and underscores please!
 * // Change this to localize WordPress. A corresponding MO file for the
    // chosen
   language must be installed to wp-content/languages. // For example, install de.
   mo to wp-content/languages and set WPLANG to ‘de’ // to enable German language
   support. define (‘WPLANG’, ”);
 * /* That’s all, stop editing! Happy blogging. */
 * define(‘ABSPATH’, dirname(__FILE__).’/’);
    require_once(ABSPATH.’wp-settings.
   php’); ?>
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Strange Characters — â€”](https://wordpress.org/support/topic/strange-characters-ae/)
 *  [protechs](https://wordpress.org/support/users/protechs/)
 * (@protechs)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/strange-characters-ae/#post-567600)
 * I just did a delete and then total clean install of version 2.2 and got all those
   ascii replacements throughout most posts which used many different kinds of punctuation.
   
   It did not matter what theme. I upgraded another blog a few hours earlier and
   no problems. However…
 * This time I had USED THE BRAND-NEW CONFIG.PHP FILE (first new one I’ve ever seen
   and I almost didn’t look at it).
 * As soon as I read this thread, I READ THIS LINE ABOVE:
 * > _Or any other editor, which supports UTF-8,_
 * and remembered seeing that line on the New config.php file.
 * I **deleted the new** and **put back in the old** and everything was perfect 
   again. This is the first ever problem I’ve had with a WordPress install (script-
   wise) in about 40 installs and upgrades since May 2004.
 * Whahoppened??
 * Resolved
 * <?php
    // ** MySQL settings ** // define(‘WP_CACHE’, true); //Added by WP-Cache
   Manager define(‘DB_NAME’, ‘account_name’); // The name of the database define(‘
   DB_USER’, ‘account_user’); // Your MySQL username define(‘DB_PASSWORD’, ‘secretword’);//…
   and password define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to 
   change this value **define(‘DB_CHARSET’, ‘utf8’); define(‘DB_COLLATE’, ”);
 * // You can have multiple installations in one database if you give each a unique
   prefix
    $table_prefix = ‘wp_’; // Only numbers, letters, and underscores please!
 * // Change this to localize WordPress. A corresponding MO file for the
    // chosen
   language must be installed to wp-content/languages. // For example, install de.
   mo to wp-content/languages and set WPLANG to ‘de’ // to enable German language
   support. define (‘WPLANG’, ”);
 * /* That’s all, stop editing! Happy blogging. */
 * define(‘ABSPATH’, dirname(__FILE__).’/’);
    require_once(ABSPATH.’wp-settings.
   php’); ?>
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Stupid WordPress SQL](https://wordpress.org/support/topic/stupid-wordpress-sql/)
 *  [protechs](https://wordpress.org/support/users/protechs/)
 * (@protechs)
 * [19 years, 3 months ago](https://wordpress.org/support/topic/stupid-wordpress-sql/page/3/#post-507814)
 * Some exact same problems on install and use. (Even though I really did follow
   all instructions, dumping/deleting every single file and folders of files before
   uploading brand-new 2.1 (from 2.05) I still got the upgrade errors that seemed
   to indicate 2 versions of files were present (not possible–they were all deleted).
   
   After 3 identical re-uploads, it finally cycled me to a php page that contained
   a text “upgrade” link which worked.
 * The categories with, and including, Blogroll (which I renamed as we don’t use
   a Blogroll) no longer function. The words appear on the sidebar (according to
   the theme & css) where they should, but no links are retrieved and listed and
   the other categories added to the theme sidebar with php code don’t show at all.
 * When I checked the “On-demand backup of your WordPress database. ver. 1.8 By 
   Scott Merrill,” Everything seemed OK except that now the 10th normal WP sql table(
   there are only 9 now) is to the right and can be checked off to be included in
   backup jobs as a non-core table. Server is:
    PHP version 5.2.0 MySQL version 
   4.1.21-standard Theme: Silver Lexus 0.9 [(just graphic/text/colors modified on.
   css—I don’t do php) Categories *function* on the Default theme, but still missing
   10th core table on backup list.]
 * Is there a help link or is this the place to look for help in what the new Blogroll
   feature (no longer Link Category area) and missing sql table might be doing? 
   It “appears” that using the Link Category work-around php substitutions I found
   after the last upgrade don’t work any longer. And from the above programmer talk,
   maybe the sql table won’t retrieve them anyway now because wp_link2cat is no 
   longer core. ?
 * Pardon me for not being knowledgeable enough about coding to be very articulate.
   I know enough to be dangerous and just forget the rest I’d like to do so the 
   blog will function. Most plugins I would choose didn’t work before and their 
   authors are “working on it.” Many users had precisely the same errors I did.
 * Thanks MUCH! Deb
 * FYI as others have had to answer up about php.php on their server:
    Build Date
   Jan 23 2007 11:01:18 Configure Command ‘./configure’ ‘–with-apxs=/usr/local/apache/
   bin/apxs’ ‘–prefix=/usr/local’ ‘–with-xml’ ‘–enable-bcmath’ ‘–enable-calendar’‘–
   with-curl’ ‘–with-dom’ ‘–with-dom-xslt’ ‘–with-dom-exslt’ ‘–enable-ftp’ ‘–with-
   gd’ ‘–with-jpeg-dir=/usr/local’ ‘–with-png-dir=/usr’ ‘–with-xpm-dir=/usr/X11R6’‘–
   with-gettext’ ‘–with-imap=/usr/local/imap-2004g’ ‘–enable-magic-quotes’ ‘–with-
   mysqli’ ‘–with-mysql=/usr’ ‘–enable-discard-path’ ‘–with-pear’ ‘–enable-sockets’‘–
   enable-track-vars’ ‘–with-ttf’ ‘–with-freetype-dir=/usr’ ‘–enable-gd-native-ttf’‘–
   with-xmlrpc’ ‘–with-zlib’ Server API Apache Zend Engine v2.2.0; with Zend Extension
   Manager v1.2.0; with Zend Optimizer v3.2.2
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [attempted upgrade to 1.5](https://wordpress.org/support/topic/attempted-upgrade-to-15/)
 *  [protechs](https://wordpress.org/support/users/protechs/)
 * (@protechs)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/attempted-upgrade-to-15/page/2/#post-155664)
 * It works both ways and still no comments. It was set to default and looked fine
   and then I chose custom template and it was fine. No comments or comment boxes.
   It appears many are having the exact same problem. I could not have follwed the
   instructions anymore closely, and exactly. I’m going to try a clean, new install
   and rewrite the new index.php that comes with that. It will be MUCH FASTER then
   trying the upgrade instructions.
    Thanks though.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [attempted upgrade to 1.5](https://wordpress.org/support/topic/attempted-upgrade-to-15/)
 *  [protechs](https://wordpress.org/support/users/protechs/)
 * (@protechs)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/attempted-upgrade-to-15/page/2/#post-155661)
 * Ok.
 * It is set for default now. Yes. Sleep would be nice.
    Thanks.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [attempted upgrade to 1.5](https://wordpress.org/support/topic/attempted-upgrade-to-15/)
 *  [protechs](https://wordpress.org/support/users/protechs/)
 * (@protechs)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/attempted-upgrade-to-15/page/2/#post-155659)
 * I’ll go do these things….
    [imagine a “PLEASE WAIT”] graphic here.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [attempted upgrade to 1.5](https://wordpress.org/support/topic/attempted-upgrade-to-15/)
 *  [protechs](https://wordpress.org/support/users/protechs/)
 * (@protechs)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/attempted-upgrade-to-15/page/2/#post-155657)
 * I’m sorry, I have been trying to understand your question. It doesn’t make sense
   to me that my new style sheet is being read at all (as there’s no line that points
   to that resaved as style.css file) ?
 * I don’t know how the index page reads either the default theme or the carrots
   themes – it seems it should be reading the default, yet the page appears the 
   way the old default theme with our graphics should appear.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [attempted upgrade to 1.5](https://wordpress.org/support/topic/attempted-upgrade-to-15/)
 *  [protechs](https://wordpress.org/support/users/protechs/)
 * (@protechs)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/attempted-upgrade-to-15/#post-155655)
 * “you need to change the file call in your index.php(?) from wp-comments.php to
   comments.php as no wp-comments.php exists.”
 * OK, then you mean alter the one I put back into my main blog. When I put the 
   newly modified index.php into that spot (the main blog folder) then went to test….
   the entire page was white/blankness.
 * Do I need to run the upgrade again after I put the modified index.php from Carrots?
   Where do the other 3 files go? Do they just stay in Carrots? They’re not dealt
   with again that I can read in the instuctions.
 * Thanks.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [attempted upgrade to 1.5](https://wordpress.org/support/topic/attempted-upgrade-to-15/)
 *  [protechs](https://wordpress.org/support/users/protechs/)
 * (@protechs)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/attempted-upgrade-to-15/#post-155653)
 * What now? Should the newly modified comments phps be put anywhere except in the
   wp-content/themes/Carrots folder
    I’ve read thru the above. I’ve made files according
   to [http://www.tamba2.org.uk/wordpress/upgrade/](http://www.tamba2.org.uk/wordpress/upgrade/)
   and they seem to all be in place. I put back my old index.php in the main blog
   folder since the new one I modified is back in the Carrots folder back in themes/
   Carrots along with the other 3 files we modified: index.php comments.php comments-
   popup.php style.css
 * I did forget about the plugins part – but I have never dealt with those or changed
   the default from the original install from last November.
 * Ran upgrade.php and the site layout, etc. looks OK on the index page (fonts for
   group headers is Huge now).
 * The theme is OK it appears. The posts/graphics seem OK, but there is that comment
   error group at the top of most posts (except the last one –top of blog).
 * I get the same comments errors at the top of every post and the comments that
   go with the post and the comment window is not there.
 * Warning: main(/home/whyjohn/public_html/blog/wp-comments.php): failed to open
   stream: No such file or directory in /home/whyjohn/public_html/blog/index.php
   on line 122
 * Warning: main(/home/whyjohn/public_html/blog/wp-comments.php): failed to open
   stream: No such file or directory in /home/whyjohn/public_html/blog/index.php
   on line 122
 * Warning: main(): Failed opening ‘/home/whyjohn/public_html/blog/wp-comments.php’
   for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/whyjohn/
   public_html/blog/index.php on line 122
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Database error: [Got error 28 from table handler]](https://wordpress.org/support/topic/database-error-got-error-28-from-table-handler-1/)
 *  [protechs](https://wordpress.org/support/users/protechs/)
 * (@protechs)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/database-error-got-error-28-from-table-handler-1/#post-136384)
 * They were having general problems….
    It appears they repaired it.
 * Thank you again.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Database error: [Got error 28 from table handler]](https://wordpress.org/support/topic/database-error-got-error-28-from-table-handler-1/)
 *  [protechs](https://wordpress.org/support/users/protechs/)
 * (@protechs)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/database-error-got-error-28-from-table-handler-1/#post-136373)
 * What do I tell them they need to do. I had to hand-hold the last time when they
   upgraded their php version, and send them your comments. Should I send them the
   link above?
 * [http://codex.wordpress.org/Answers-Trouble_Shooting#Error_28](http://codex.wordpress.org/Answers-Trouble_Shooting#Error_28)
 * Thank you.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Database error: [Got error 28 from table handler]](https://wordpress.org/support/topic/database-error-got-error-28-from-table-handler-1/)
 *  [protechs](https://wordpress.org/support/users/protechs/)
 * (@protechs)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/database-error-got-error-28-from-table-handler-1/#post-136367)
 * It appears I have the same problem (different specifics) as a previous poster.
   Everything was fine, then I went to view the blog and I got this error:
 * Database error: [Got error 28 from table handler]
    SELECT * FROM wp_posts WHERE
   1=1 AND (post_status = “publish” OR post_author = 1 AND post_status != ‘draft’)
   GROUP BY wp_posts.ID ORDER BY post_date DESC LIMIT 15 No posts found.
 * I have NO idea what to do now.
 * Anyone read “database” ease. I can go and view each post individually if I go
   to edit comments and “view post” and they’re fine. It just won’t organize them
   to edit posts or view the blog at all – nothing displays but some color and the
   error message at the top.
 * ???
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Host Upgraded 12-26 to php 4.3.10: WP not compatible?](https://wordpress.org/support/topic/host-upgraded-12-26-to-php-4310-wp-not-compatible/)
 *  Thread Starter [protechs](https://wordpress.org/support/users/protechs/)
 * (@protechs)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/host-upgraded-12-26-to-php-4310-wp-not-compatible/#post-122561)
 * Thank you all. We’re back up and running after sending on all the info last night(
   CST U.S.). The Host hadn’t seen it and indicated that they only did the Zend 
   Optimizer on the server that has WordPress… hmmmmm.
 * My blog has gone terribly wrong just didn’t “speak” to me.
 * protechs
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Host Upgraded 12-26 to php 4.3.10: WP not compatible?](https://wordpress.org/support/topic/host-upgraded-12-26-to-php-4310-wp-not-compatible/)
 *  Thread Starter [protechs](https://wordpress.org/support/users/protechs/)
 * (@protechs)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/host-upgraded-12-26-to-php-4310-wp-not-compatible/#post-122513)
 * THANK you. I’ll send that on to the support group.
    What if they won’t do that?
   Are we dead on that hosting service (Canadian)?

Viewing 15 replies - 1 through 15 (of 15 total)