Website Rob
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Some visitors getting ERR_QUIC_PROTOCOL_ERRORThe problem is your site is using HTTP/3, which to my knowledge is still somewhat experimental. Another reason why Google asks for registration.
Ask your Hoster to change it to HTTP/2 and problems should go away.
Forum: Fixing WordPress
In reply to: Some visitors getting ERR_QUIC_PROTOCOL_ERRORSuggest you disable all plugins then reload the page (CTRL + F5) and search for the code I mentioned.
If code is still there you know it’s the theme inserting the code and you’ll have to change themes.
If code is not there enable plugins one-at-time reloading the page after each enable. Eventually you’ll find the plugin inserting the code.
Forum: Fixing WordPress
In reply to: WordPress database (phpMyAdmin)This is not a “fixing WordPress” problem but a highly specialized setup problem. Connecting to two different databases at the same time and working without problems is a very customized setup. You should seek the help of a qualified database person/agency who will guarantee a working setup within a specific time frame.
Forum: Fixing WordPress
In reply to: Some visitors getting ERR_QUIC_PROTOCOL_ERRORline #109 of source code
<script type='text/javascript' src='https://apis.google.com/js/api:client.js' id='google-api-js'></script>As the above code is what seems to be the problem, you should determine what is putting it there and why it is needed. If not needed then remove. If it is needed then you’ll probably have to register with Google to use the code.
Forum: Fixing WordPress
In reply to: Internal Links Change URL but Don’t RedirectThe URL in the address bar changes, but the site just reloads the current page.
Is a Redirect Plugin of any kind being used or are manual changes being made to the .htaccess file? If the latter can you provide an example the Redirect logic being used?
Forum: Fixing WordPress
In reply to: Hacking consistent and prolonged attemptsYes, it is normal for any login page to be constantly tested for gaining access.
Two plugins I can suggest to help with your current situation are:
https://wordpress.org/plugins/blackhole-bad-bots/
https://wordpress.org/plugins/limit-login-attempts-reloaded/Install and wait a few hours before seeing if any changes.
Note, do not use IP blocking for countries in the .htaccess file unless you really know what you are doing. It can put a very large strain on the server and your site if not done correctly.
Forum: Fixing WordPress
In reply to: DB Connection Errors: Apache Max Childre, or PHP Max MemoryAt the moment no one give a decent reply because more detailed information is needed. Your post did not include looking at any error logs and that is where you will find what specific problems are occurring. Once that is known, suggestions can be made on what to do.
Forum: Fixing WordPress
In reply to: WP-Admin Dashboard 404 Error after logging inGood to hear you were able to troubleshoot the problem and resolve the issue. Your follow up post as to what you did may help someone in the future with the same problem.
Forum: Fixing WordPress
In reply to: Back-End of WordPress extremely slowWhat is probably happening is that the database is on a separate server and overloaded. So when you try to update anything (write) there will be a problem for you but loading the front-end (read) is OK. So either GoDaddy will get the problem fixed or you can ask them to move your database to another server. Explaining what the problem is and what you think is the cause. See if they will respond or at least verify there is a problem with a timeline for correcting.
Mind you, the problem could also be with any one of your Plugins and you could disable them all then re-enable one-by-one to see what happens. Might be worth the effort as GoDaddy could also say the problem is with a Plugin. If they do and you’ve already done the testing, you force them to look into the problem further.
Remember to document everything. Not only for your own records of what happened, when, and what you did (in case this happens again) but also to verify to anyone who asks. Troubleshooting and Documentation go hand-in-hand and part of website maintenance.
Forum: Fixing WordPress
In reply to: Fresh WordPress install errorThis problem is best solved with the help of your Hoster. At this forum we cannot see enough information to give a good reply and no sense you providing information that we do not need to know.
Forum: Fixing WordPress
In reply to: Back-End of WordPress extremely slowIf front-end is loading at 73,000m and back-end at 75,000ms, then for you, your back-end is not loading all that slow. It’s all relative based on where someone is.
Does it feel to you like one end is slower than the other?
BTW, .map file will never load but then, they shouldn’t be there either. That’s a correction required usually in the Theme.
Forum: Fixing WordPress
In reply to: Back-End of WordPress extremely slowAnd your front-end loads at ???
BTW, 75,000ms is 1 min. 15 sec. If it takes that long then yes, that is extremely slow and hopefully the Browser Dev tools can tell you why.
Forum: Fixing WordPress
In reply to: Back-End of WordPress extremely slowNot a problem connecting to GoDaddy but some of the hops in-between. So both GoDaddy & your ISP are correct when they say the connection problem is not with them.
What does the Browser Dev tool say for page load, front-end compared to back-end?
Forum: Fixing WordPress
In reply to: Migrate without old site active?Yes, you need the database. If you have access to the Hosting Control Panel you could login and use phpMyAdmin to Export the database. Or perhaps if using cPanel, download a backup from the Backups area.
Forum: Fixing WordPress
In reply to: Fresh WordPress install errorThose are database error msgs. and should not be happening on a fresh install. Suggest your remove the current install, files & database, and reinstall everything.