Title: canoock's Replies | WordPress.org

---

# canoock

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [No such file or directory in ./admin.php](https://wordpress.org/support/topic/no-such-file-or-directory-in-adminphp/)
 *  Thread Starter [canoock](https://wordpress.org/support/users/canoock/)
 * (@canoock)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/no-such-file-or-directory-in-adminphp/#post-2789375)
 * I now confirm that the above fix worked for me even after I restored the old 
   version of the wordpress instance and upgraded. That is, as long as I modified
   wp-admin/admin.php line 30 to
    `include( '../wp-load.php');`
 * No I do consider it resolved, too.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [No such file or directory in ./admin.php](https://wordpress.org/support/topic/no-such-file-or-directory-in-adminphp/)
 *  Thread Starter [canoock](https://wordpress.org/support/users/canoock/)
 * (@canoock)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/no-such-file-or-directory-in-adminphp/#post-2789360)
 * I do not know why this was marked resolved – it was not …
 * I could not resist some further testing. This suggestion
 * Try this:
    Open admin.php and at line 30, try to replace:
 * require_once(dirname(dirname(__FILE__)) . ‘/wp-load.php’);
 * with
 * require_once( . ‘/wp-load.php’);
 * did not work but
 *     ```
       include(  '../wp-load.php');
       ```
   
 * did – so far.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [No such file or directory in ./admin.php](https://wordpress.org/support/topic/no-such-file-or-directory-in-adminphp/)
 *  Thread Starter [canoock](https://wordpress.org/support/users/canoock/)
 * (@canoock)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/no-such-file-or-directory-in-adminphp/#post-2789327)
 * I have my own AIX server.. On the server, I have a working version of WordPress
   which I do not update.
 * In the fresh install, there cannot be a problem with config.php.
 * There might be a problem with the DB but is has not changed for ages. The amount
   of debugging I would have to do on a 5 minute install system is prohibitive.
 * I am not dependent on WordPress and will defer any other attempts to install 
   it.
 * Thank you for your help.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [No such file or directory in ./admin.php](https://wordpress.org/support/topic/no-such-file-or-directory-in-adminphp/)
 *  Thread Starter [canoock](https://wordpress.org/support/users/canoock/)
 * (@canoock)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/no-such-file-or-directory-in-adminphp/#post-2789324)
 * I had read the thread before I posted. I tried their (and you suggestion). What
   happens is that the wp-load.php does get loaded but you get series of messages
   regarding duplicate function definitions.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [No such file or directory in ./admin.php](https://wordpress.org/support/topic/no-such-file-or-directory-in-adminphp/)
 *  Thread Starter [canoock](https://wordpress.org/support/users/canoock/)
 * (@canoock)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/no-such-file-or-directory-in-adminphp/#post-2789313)
 * I am sorry: Posting a url without giving you access to admin is meaningless. 
   The blo posts work, what does not work is administration. I am prepared to email
   or PM the access.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [No such file or directory in ./admin.php](https://wordpress.org/support/topic/no-such-file-or-directory-in-adminphp/)
 *  Thread Starter [canoock](https://wordpress.org/support/users/canoock/)
 * (@canoock)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/no-such-file-or-directory-in-adminphp/#post-2789301)
 * Krishna, I am sorry but I fail to understand what you are saying. I install a
   brand new wordpress and a brand new database. I am getting the same message as
   I posted at the head of this thread.
 * The **old database** does not figure in the new install at all.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [No such file or directory in ./admin.php](https://wordpress.org/support/topic/no-such-file-or-directory-in-adminphp/)
 *  Thread Starter [canoock](https://wordpress.org/support/users/canoock/)
 * (@canoock)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/no-such-file-or-directory-in-adminphp/#post-2789296)
 * **Update**
    This happens on entirely new install of wordpress 3.3.2 including
   new database.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [No such file or directory in ./admin.php](https://wordpress.org/support/topic/no-such-file-or-directory-in-adminphp/)
 *  Thread Starter [canoock](https://wordpress.org/support/users/canoock/)
 * (@canoock)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/no-such-file-or-directory-in-adminphp/#post-2789292)
 * Thank you. I have doe that – it does not help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Shortcode Exec PHP] [Plugin: Shortcode Exec PHP] How Do I Add a PHP Page To My Website](https://wordpress.org/support/topic/plugin-shortcode-exec-php-how-do-i-add-a-php-page-to-my-website/)
 *  [canoock](https://wordpress.org/support/users/canoock/)
 * (@canoock)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-shortcode-exec-php-how-do-i-add-a-php-page-to-my-website/#post-2043840)
 * I admire your patience.
 * I just installed your plugin and it is absolutely great and safe! And I am a 
   novice to WordPress!

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