Title: shakeb's Replies | WordPress.org

---

# shakeb

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [fatal error re 2.07 wp-includes/functions.php on line 2365](https://wordpress.org/support/topic/fatal-error-re-207-wp-includesfunctionsphp-on-line-2365/)
 *  [shakeb](https://wordpress.org/support/users/shakeb/)
 * (@shakeb)
 * [19 years, 5 months ago](https://wordpress.org/support/topic/fatal-error-re-207-wp-includesfunctionsphp-on-line-2365/page/2/#post-503700)
 * Worked for me fine. I just upgraded to 2.0.7 from 2.0.6.
    I just deleted following
   files and uploaded the new ones. Then ran upgrade.php. All went fine without 
   any problems.
    -  wp-admin/inline-uploading.php
    - wp-admin/post.php
    - wp-includes/classes.php
    - wp-includes/functions.php
    - wp-settings.php
    - wp-includes/version.php
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [fatal error re 2.07 wp-includes/functions.php on line 2365](https://wordpress.org/support/topic/fatal-error-re-207-wp-includesfunctionsphp-on-line-2365/)
 *  [shakeb](https://wordpress.org/support/users/shakeb/)
 * (@shakeb)
 * [19 years, 5 months ago](https://wordpress.org/support/topic/fatal-error-re-207-wp-includesfunctionsphp-on-line-2365/#post-503663)
 * But this is the lengthy install we are after just replacing few files as mentioned
   [ on the Dev blog my Mark jaquith](http://wordpress.org/development/2007/01/wordpress-207/)
   
   It involves replacing only few files.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [fatal error re 2.07 wp-includes/functions.php on line 2365](https://wordpress.org/support/topic/fatal-error-re-207-wp-includesfunctionsphp-on-line-2365/)
 *  [shakeb](https://wordpress.org/support/users/shakeb/)
 * (@shakeb)
 * [19 years, 5 months ago](https://wordpress.org/support/topic/fatal-error-re-207-wp-includesfunctionsphp-on-line-2365/#post-503630)
 * I might give it a go then. I will delete the files first and then upload.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [fatal error re 2.07 wp-includes/functions.php on line 2365](https://wordpress.org/support/topic/fatal-error-re-207-wp-includesfunctionsphp-on-line-2365/)
 *  [shakeb](https://wordpress.org/support/users/shakeb/)
 * (@shakeb)
 * [19 years, 5 months ago](https://wordpress.org/support/topic/fatal-error-re-207-wp-includesfunctionsphp-on-line-2365/#post-503619)
 * I was only going to change few files that have changed in 2.0.7, but looks like
   now I have to do a full upgrade.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Upgrade Mistake, deleted wp-content (2.0.3 to 2.0.4 upgrade)](https://wordpress.org/support/topic/upgrade-mistake-deleted-wp-content-203-to-204-upgrade/)
 *  Thread Starter [shakeb](https://wordpress.org/support/users/shakeb/)
 * (@shakeb)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/upgrade-mistake-deleted-wp-content-203-to-204-upgrade/#post-440861)
 * Thanks for your reply.
    The folder’s have been backed up now and the [site](http://www.stjosephs-kanpur.com)
   is back to normal.I did have the database backed up which I deleted. Also by 
   mistake I deleted my whole Photo Gallery (don’t know what was I smoking lol!).
   Thanks for the information. The wp-content folder has been backed up and now 
   the site seems to be working however according to the instructions at [http://codex.wordpress.org/Upgrading_WordPress#Upgrade_2.0.3_to_2.0.4](http://codex.wordpress.org/Upgrading_WordPress#Upgrade_2.0.3_to_2.0.4)
   it should ask me to upgrade the database once i logon as admin after the upgrade,
   which **it didn’t**. I don’t know what’s wrong. [My site](http://www.stjosephs-kanpur.com)
   however says that it is 2.0.4 (Look at the very bottom of the page). I don’t 
   know what’s going on. I also had that Maintenance Mode Plugin activated before
   I did the upgrade. I am not sure if that made any difference. Edit. I manually
   tried the `/wp-admin/upgrade.php` link and it went fine. So I hope it has been
   upgraded.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [HOWTO: Show a post for only 5 days](https://wordpress.org/support/topic/howto-show-a-post-for-only-5-days/)
 *  [shakeb](https://wordpress.org/support/users/shakeb/)
 * (@shakeb)
 * [19 years, 11 months ago](https://wordpress.org/support/topic/howto-show-a-post-for-only-5-days/#post-418463)
 * OK,
    I am relatively new to WordPress but If I were you I would think that cronjob/
   crontab is one way to do this. There is a crontab plugin [http://www.skippy.net/blog/category/wordpress/plugins/wp-cron/](http://www.skippy.net/blog/category/wordpress/plugins/wp-cron/)
   Also here is a link to timestamp plugin [http://wp-plugins.net/plugin/set-postdate/](http://wp-plugins.net/plugin/set-postdate/)
 * get the timestamp check it using crontab and if it matches your criteria delete/
   hide that post. (There could be a plugin for hiding posts )
    If you know PHP 
   you would probably know what I am getting at.
 * I haven’t checked WP APIs yet and have no idea how it is coded. A developer could
   probably hint and suggest what to do.
 * P.S. I could be totally wrong though 🙁
 * Regards
    Shakeb
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Missing Link Bullets](https://wordpress.org/support/topic/missing-link-bullets/)
 *  Thread Starter [shakeb](https://wordpress.org/support/users/shakeb/)
 * (@shakeb)
 * [19 years, 11 months ago](https://wordpress.org/support/topic/missing-link-bullets/page/2/#post-416930)
 * Fixed!!
 * Thank You very Much.
    I’m not a CSS expert so don’t quiet understand what you’ve
   done there.
 * Thanks Anyway.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Missing Link Bullets](https://wordpress.org/support/topic/missing-link-bullets/)
 *  Thread Starter [shakeb](https://wordpress.org/support/users/shakeb/)
 * (@shakeb)
 * [19 years, 11 months ago](https://wordpress.org/support/topic/missing-link-bullets/#post-416927)
 * Didn’t Work. 🙁
    I have a funny feeling that it is some other silly issue and
   we are busy doing something else.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Missing Link Bullets](https://wordpress.org/support/topic/missing-link-bullets/)
 *  Thread Starter [shakeb](https://wordpress.org/support/users/shakeb/)
 * (@shakeb)
 * [19 years, 11 months ago](https://wordpress.org/support/topic/missing-link-bullets/#post-416901)
 * LOL ok Looks like nothing will work.
 * >  .entry ul li:before, #sidebar ul ul li:before {
   >  content: “\BB \20”; }
 * .entry ul li:before, #sidebar ul ul li:before {
    content: “\0BB \020”; }
 * Didn’t work.
    00BB 0020 Didn’t work as well.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Missing Link Bullets](https://wordpress.org/support/topic/missing-link-bullets/)
 *  Thread Starter [shakeb](https://wordpress.org/support/users/shakeb/)
 * (@shakeb)
 * [19 years, 11 months ago](https://wordpress.org/support/topic/missing-link-bullets/#post-416851)
 * No I don’t have the old CSS file sorry.
    I just went in Theme Editor under pasted
   the default styles.css which was exactly the same.
 * If there was a problem with the CSS file it should have been fixed after i replaced
   it with original file.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Missing Link Bullets](https://wordpress.org/support/topic/missing-link-bullets/)
 *  Thread Starter [shakeb](https://wordpress.org/support/users/shakeb/)
 * (@shakeb)
 * [19 years, 11 months ago](https://wordpress.org/support/topic/missing-link-bullets/#post-416834)
 * Hmm. There is no backgournd-img in the CSS file.
    I dont quite get that, I have
   just updated the style.css with the default installation file but nothing has
   changed. It is not a CSS issue I think.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Missing Link Bullets](https://wordpress.org/support/topic/missing-link-bullets/)
 *  Thread Starter [shakeb](https://wordpress.org/support/users/shakeb/)
 * (@shakeb)
 * [19 years, 11 months ago](https://wordpress.org/support/topic/missing-link-bullets/#post-416576)
 * NO I haven’t changed my theme except for adding some code in index.php which 
   was to add the print this page link.
    I installed the wp-print plugin. I removed
   that link anyway. Also, I changed the positioning of the links. For example I
   have shifted the pages section down instead of it being the first one on the 
   top.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Missing Link Bullets](https://wordpress.org/support/topic/missing-link-bullets/)
 *  Thread Starter [shakeb](https://wordpress.org/support/users/shakeb/)
 * (@shakeb)
 * [19 years, 11 months ago](https://wordpress.org/support/topic/missing-link-bullets/#post-416573)
 * Thanks Maerk.
    I am using Firefox 1.5.0.4 It used to show up until yesterday 
   and now it doesn’t. 🙂
 * Also haven’t made any changes to the stylesheet in the links or the sidebar section.

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