Title: bubbles00's Replies | WordPress.org

---

# bubbles00

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

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

 Search replies:

## Forum Replies Created

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

1 [2](https://wordpress.org/support/users/bubbles00/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/bubbles00/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: WP-UserOnline] WP useronline 2.7.2](https://wordpress.org/support/topic/plugin-wp-useronline-wp-useronline-272/)
 *  [bubbles00](https://wordpress.org/support/users/bubbles00/)
 * (@bubbles00)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/plugin-wp-useronline-wp-useronline-272/#post-1493778)
 * Do we have to install both the plugins again even if one is giving error? I got
   the fatal error after upgrading the wp-useronline plugin to version 2.71
 * `Fatal error: Call to undefined method scbOptions::get_key() in /home/user/public_html/
   wordpress/wp-content/plugins/wp-useronline/admin.php on line 56`
 * but my wp-page navi works fine. I tried deleting the useroline plugin and uploaded
   the alpha version mentioned here but could not activate it.
 * I got this message: Plugin could not be activated because it triggered a fatal
   error.
 * What to do? Please help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: WP-UserOnline] Warnings after upgrade to version 2.70](https://wordpress.org/support/topic/plugin-wp-useronline-warnings-after-upgrade-to-version-270/)
 *  [bubbles00](https://wordpress.org/support/users/bubbles00/)
 * (@bubbles00)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/plugin-wp-useronline-warnings-after-upgrade-to-version-270/#post-1492418)
 * [@curdaneta](https://wordpress.org/support/users/curdaneta/)
    I get the same 
   error…had to delete the plugin manually to access my dashboard.
 * I posted about it here
    [http://wordpress.org/support/topic/396934?replies=1#post-1507334](http://wordpress.org/support/topic/396934?replies=1#post-1507334)
 * [@scribu](https://wordpress.org/support/users/scribu/) plz help!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Custom Smilies] CSS and Javascripts casuing validation issues](https://wordpress.org/support/topic/plugin-custom-smilies-css-and-javascripts-casuing-validation-issues/)
 *  [bubbles00](https://wordpress.org/support/users/bubbles00/)
 * (@bubbles00)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/plugin-custom-smilies-css-and-javascripts-casuing-validation-issues/#post-1034945)
 * I too have the validation errors on my comments page due to the javascript and
   css codes of this plugin. I really wish it would be fixed so I could continue
   using this great plugin.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [After sql import](https://wordpress.org/support/topic/after-sql-import/)
 *  Thread Starter [bubbles00](https://wordpress.org/support/users/bubbles00/)
 * (@bubbles00)
 * [16 years, 12 months ago](https://wordpress.org/support/topic/after-sql-import/#post-1186336)
 * meh, I am sorry to say this but no one ever replies to my posts on this forum
   when I need help…I found the fix myself.
 * Anyone having the same problem should follow this at their own risk:
 * The problem I had was that my old blog (the backup sql of which I had) had the
   table prefix mywp. My new blog had the table prefix wp. So After following the
   aforementioned tutorial of importing sql through phpadmin, my posts/pages/categories/
   comments were not updated even though the sql data was added to the new one because
   of different table prefixes.
 * **What I did was: **First of all, I did all this to a new TESTING blog, so that
   even if anything went wrong, I wont mess up my site/new blog.
    ** The fix:
 * 1.) Save an original backup file copy….always!
 * 2.) Open the backup sql file in text editor like word pad (I used Notepad++).
 * 3.) Search for the old table prefix (mine was mywp).
 * 4.) Replace the old prefix name text with the new table prefix on your current
   testing blog (its usually wp if not changed in config.php file).
 * 5.) Replace the mywp with wp in the whole file.
 * 6.) Save the sql file.
 * 7.) Follow the [ sql restore tutorial](http://codex.wordpress.org/Restoring_Your_Database_From_Backup)
   and backup the sql using the new saved file.
 * 8.) Cross fingers and hopefully you will receive a success message after a while.
 * 9.) Go to your new testing blog and you will see it working.
 * 10.) If you see a blank page try changing your theme to default one/classic.
 * **IMPORTANT!:** I am not an expert and I found this cure myself and it worked
   for me. Please follow this at your own risk and always store backups of backups
   and everything else. I tested this in a test blog first, you can do the same 
   to be safe.
    Good luck.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Permalinks 404 error](https://wordpress.org/support/topic/permalinks-404-error/)
 *  Thread Starter [bubbles00](https://wordpress.org/support/users/bubbles00/)
 * (@bubbles00)
 * [17 years ago](https://wordpress.org/support/topic/permalinks-404-error/#post-1155952)
 * thank you for help but nothing else worked and finally I found the solution at
   my host’s support forum!!
 * If anyone else is having a problem, you can try this too but always backup your
   original files.
 * edit the /wp-includes/vars.php file (always save the original one as backup)
 * Find this:
 * // Server detection
 * Change this text and everything under it to:
 *     ```
       // Server detection
       // $is_apache = ((strpos($_SERVER['SERVER_SOFTWARE'], 'Apache') !== false) || (strpos($_SERVER['SERVER_SOFTWARE'], 'LiteSpeed') !== false)) ? true : false;
       $is_apache = 1;
       $is_IIS = (strpos($_SERVER['SERVER_SOFTWARE'], 'Microsoft-IIS') !== false) ? true : false;  
   
       ?>
       ```
   
 * Save and upload in wp-includes folder..
    Change the permalinks structure from
   your dashboard and check if they work.
 * I tried everything before but nothing worked, this did.
 * Good luck.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Internal Server Error on Wp-admin page](https://wordpress.org/support/topic/internal-server-error-on-wp-qadmin-page/)
 *  Thread Starter [bubbles00](https://wordpress.org/support/users/bubbles00/)
 * (@bubbles00)
 * [17 years ago](https://wordpress.org/support/topic/internal-server-error-on-wp-qadmin-page/#post-1077207)
 * no one replied.. 🙁 I had to make a new blog and I hate this! I sill keep searching
   old posts and tried everything but it wont work still.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Internal Server Error on Wp-admin page](https://wordpress.org/support/topic/internal-server-error-on-wp-qadmin-page/)
 *  Thread Starter [bubbles00](https://wordpress.org/support/users/bubbles00/)
 * (@bubbles00)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/internal-server-error-on-wp-qadmin-page/#post-1077074)
 * Please someone help…no one replies to my threads here 🙁
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Theme Switcher Error](https://wordpress.org/support/topic/theme-switcher-error/)
 *  Thread Starter [bubbles00](https://wordpress.org/support/users/bubbles00/)
 * (@bubbles00)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/theme-switcher-error/#post-211199)
 * I fixed it.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [blank comments page](https://wordpress.org/support/topic/blank-comments-page/)
 *  Thread Starter [bubbles00](https://wordpress.org/support/users/bubbles00/)
 * (@bubbles00)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/blank-comments-page/#post-201728)
 * okay! Yay its there now 😀 thank you so much! Wow the text area looks huge! I
   will have to fix that. Thanks alot!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [blank comments page](https://wordpress.org/support/topic/blank-comments-page/)
 *  Thread Starter [bubbles00](https://wordpress.org/support/users/bubbles00/)
 * (@bubbles00)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/blank-comments-page/#post-201720)
 * Oh and this is my comments.php page in the current theme folder [http://pastebin.com/282140](http://pastebin.com/282140)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [blank comments page](https://wordpress.org/support/topic/blank-comments-page/)
 *  Thread Starter [bubbles00](https://wordpress.org/support/users/bubbles00/)
 * (@bubbles00)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/blank-comments-page/#post-201718)
 * Okay. I am using s theme made by myself. My wordpress is in the directory called
   wordpress. I uploaded ind4ex.php (wordpress/index.php) file to my root directory
   and changed the blog & wordpress url accordingly in the wordpress cpanel > options.
 * [http://pastebin.com/282134](http://pastebin.com/282134) – this is my theme’s
   index.php file
 * [http://pastebin.com/282137](http://pastebin.com/282137) – thats the index.php
   in my root directory
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [blank comments page](https://wordpress.org/support/topic/blank-comments-page/)
 *  Thread Starter [bubbles00](https://wordpress.org/support/users/bubbles00/)
 * (@bubbles00)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/blank-comments-page/#post-201711)
 * 🙁 please help me! I do not want to upgrade to 1.5.1 as yet. I just noticed that
   the comments work fine if I use the default theme. I tried uploading the default
   theme’s comments.php to my current theme folder but the comments still dont work!
   Please help!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [blank comments page](https://wordpress.org/support/topic/blank-comments-page/)
 *  Thread Starter [bubbles00](https://wordpress.org/support/users/bubbles00/)
 * (@bubbles00)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/blank-comments-page/#post-201708)
 * My theme has the comments template…. do I still need a proper comment template
   in default theme too?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Removing the <P> from posts…arghh!](https://wordpress.org/support/topic/removing-the-ltpgt-from-postsarghh/)
 *  Thread Starter [bubbles00](https://wordpress.org/support/users/bubbles00/)
 * (@bubbles00)
 * [21 years, 7 months ago](https://wordpress.org/support/topic/removing-the-ltpgt-from-postsarghh/#post-125788)
 * I fixed it 🙂 thanks! I just removed
 * add_filter(‘the_content’, ‘wpautop’);
 * from that file…thanks again 😀
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Removing the <P> from posts…arghh!](https://wordpress.org/support/topic/removing-the-ltpgt-from-postsarghh/)
 *  Thread Starter [bubbles00](https://wordpress.org/support/users/bubbles00/)
 * (@bubbles00)
 * [21 years, 7 months ago](https://wordpress.org/support/topic/removing-the-ltpgt-from-postsarghh/#post-125786)
 * sorry its
 * add_filter(‘the_content’, ‘wpautop’);
 * add_filter(‘the_excerpt’, ‘wpautop’);
 * at 2 places actually…

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

1 [2](https://wordpress.org/support/users/bubbles00/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/bubbles00/replies/page/2/?output_format=md)