iaincox
Forum Replies Created
-
Forum: Installing WordPress
In reply to: can't install on mac book pro running el CapitanMany thanks for the response;
No I’m not using MAMP installed each component on its own. I am doing some other dev without wordpress.
As I stay its looks like a problem with the libraries to connect to mysql.
Forum: Installing WordPress
In reply to: can't install on mac book pro running el CapitanYes, the database is properly configured and from another script i can create tables and insert data etc.
Only from wp that I’m getting a 2002! haven’t worked out what that is yet?
Forum: Installing WordPress
In reply to: can't install on mac book pro running el CapitanMany thanks for coming back to me;
1) installed on localhost (mac book pro) in the directory where i create local web sites
~/sites/wordpress.
so i am running http://localhost/~/wordpress/wp-admin/index.php
in my browser – this invokes and starts running but when I enter the db detail it fails.
At this state i suspect it is todo with the fact that i am running php 5.5 and the latest release of mysql. It looks as if wp is NOT usingrequire_once(‘../config/config.php’);
$connection = mysql_connect ($config[‘hostname’], $config[‘username’], $config[‘password’], $config[‘database’]);Forum: Fixing WordPress
In reply to: El Capitan – Mac/Apple – Image errorsJust tried to install wp on my mac book pro running el capitan. I can’t
get a db connection, yet if i write a php routine to connect to the same db it works.Anyone gone any advice?
Forum: Fixing WordPress
In reply to: unable to access migrated siteAgain thank you for this. Really helpful
Forum: Fixing WordPress
In reply to: unable to access migrated siteThat sounds like a good fix – where in the DB do I need to be looking?
Thanks v much for this