InclusiveHost-John
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Master.zip file in root directoryThat isn’t typically included with WordPress. What is the date on it?
Did you have any development work on the site?
Forum: Fixing WordPress
In reply to: Server CPU loads 750% most of time by mysqlWhat SQL queries are using that much CPU? You should be able to view the top queries for something like mytop etc.
You may also be able to configure your mysql tmpdir to RAM for faster processing as you have 16GB of RAM.
Forum: Fixing WordPress
In reply to: Error at the time of upload pluginHave you confirmed the server can reach www.ads-software.com? You may have to contact your hosting provider about this.
Forum: Fixing WordPress
In reply to: Why are certain files slower to load?JS files shouldn’t typically take that long, unless they are extremely large. What does the site https://gtmetrix.com/ say for your site? What’s your URL?
Forum: Fixing WordPress
In reply to: Admin login redirects to unknown URL and server not foundWhat’s in your .htaccess files under the admin folder? Any redirects?
Forum: Fixing WordPress
In reply to: mySQL upgrade 5.0 to 5.6cPanel updates through each version to avoid issues, so 5.0 -> 5.1, 5.1 -> 5.5, 5.5 -> 5.6
As always backup your databases before attempting!
Forum: Fixing WordPress
In reply to: error saving media attachmentHave you confirmed that the permissions on this folder are correct? You may have to have your host check on this for you.
Forum: Fixing WordPress
In reply to: WordPress takes long to loadWhat do third party tests show as taking the longest time to load on the site?
Clearly it is script/database related as you have said, because static content loads near instantly.
Forum: Fixing WordPress
In reply to: Problems uploading images!Did your hosting provider offer any assistance with this problem? They will be able to look into the error logs to hopefully see what is happening.
Forum: Fixing WordPress
In reply to: Plugin to Host FailureThis is likely a problem with the hosting provider. You should contact your host to see if there is an issue connecting to www.ads-software.com from their manual checks through curl, etc.
Forum: Fixing WordPress
In reply to: Login problemsI’d contact your hosting provider for assistance on this, as they can look into the database and see what email is associated with the admin user. You can also reset the password through the database, although a bit tricky, your hosting provider can likely help.
Forum: Fixing WordPress
In reply to: URGENT! everything is broken!Is this still broken for you? I would try clearing your browser cache. It appears just slow to me.
What hosting provider do you use?
Forum: Fixing WordPress
In reply to: Help! my account doesn't work anymoreI’d suggest going through your hosting provider to see what email account is listed on the admin login. You should be then able to have the password reset link sent to that.
Forum: Fixing WordPress
In reply to: Moving wordpress to other hosting.Anything in the PHP error log? What does your host say?
It’s possible the memory_limit variables in PHP are different between hosts. Check out https://codex.www.ads-software.com/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Forum: Fixing WordPress
In reply to: File editor permissionIs the ownership of the folder correct?