canoock
Forum Replies Created
-
Forum: Installing WordPress
In reply to: No such file or directory in ./admin.phpI 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
In reply to: No such file or directory in ./admin.phpI 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
In reply to: No such file or directory in ./admin.phpI 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
In reply to: No such file or directory in ./admin.phpI 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
In reply to: No such file or directory in ./admin.phpI 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
In reply to: No such file or directory in ./admin.phpKrishna, 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
In reply to: No such file or directory in ./admin.phpUpdate
This happens on entirely new install of wordpress 3.3.2 including new database.Forum: Installing WordPress
In reply to: No such file or directory in ./admin.phpThank you. I have doe that – it does not help.
I admire your patience.
I just installed your plugin and it is absolutely great and safe! And I am a novice to WordPress!