mikeaustageend
Forum Replies Created
-
Hi Corrie
it is a test site i intend to change the user names and password when my issues have been resolved.
I am getting this error message when I connect via mamp locally on my computer but do not know where to find Mysqldump so that I can link to it
MikeForum: Fixing WordPress
In reply to: my site white pages following installation to new host.I have now checked the database on the sql server on my site and these are pointing correctly at my new site url
Forum: Fixing WordPress
In reply to: my site white pages following installation to new host.I have looked at wp_options within the database on MAMP and found the files site url and home, both point to localhost which I presume is wrong and that the site url should point to my hosted site, please confirm.
I notice that when disabling the wp-content/plugin directory the local site no longer shows the plugins as expected, but if I load from my url/wp-login.php the plugins still load up and this is clearly logging onto something historic which i do not understand. On my local site the plugins will not show until reinstated.
In the file backups-dup-pro the index.php file shows the following error message:
<?php error_reporting(0); if (stristr(php_sapi_name(), “fcgi”)) { $url = “http://” . $_SERVER[“HTTP_HOST”]; header(“Location: {$url}/404.html”);} else { header(“HTTP/1.1 404 Not Found”, true, 404);} exit(); ?> but I do not understand if this is relevant.The plugins directory index.php file showed “silence is golden” again which I corrected.
If you can throw some light on this I would be grateful
Forum: Fixing WordPress
In reply to: my site white pages following installation to new host.Thank you very much for your input, I will look at this carefully.