iquebecweb
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Cannot log in to wp-admintake a look at this… similar issue was resolved : http://wordpress.org/support/topic/php-deprecated-warnings-on-every-screen?replies=10
Forum: Fixing WordPress
In reply to: WP huge memory usageWich php version are you using? and what was your previous php version with you last web hosting provider?
Are you running mod_php? If you do, then you are prob. running apache in mpm_prefork.
You should try throttling down apache’s MaxClients. Your site will run a bit slower, but that may resolve the issue…
Forum: Fixing WordPress
In reply to: HELP! Site gone and can't log in?!!Your domain point to ns1.a2hosting.com and ns2.a2hosting.com if you are with a2hosting, it was the correct dns… …but if you are with a3hosting.net you should point your domain to their dns… if you do a whois search for a3hosting, you will see their dns are :
DNS1.SUPREMECENTER.COM
DNS2.SUPREMECENTER.COMForum: Fixing WordPress
In reply to: HELP! Site gone and can't log in?!!Looks like a2 hosting doesn’t exist anymore!!! :o(
Forum: Installing WordPress
In reply to: Getting Errors when I installAs per the link you provided, your database need to get fixed…
add this line to your config.php
define(‘WP_ALLOW_REPAIR’, true);
WordPress prob. can fix this issue for you automaticaly. ;o)