Website Rob
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Media files not displaying properlyCheck that file permissions are 644 and then try to load the media file URL in a Browser. If any errors they should show up in the error logs.
If using cPanel they can be found using:
cPanel -> Metrics -> Errors
cPanel -> File Mgr. -> logs (seen in far left-hand side of page)Forum: Fixing WordPress
In reply to: Permissions in wp_content/uploads/YYYY/MMFile permissions on an Apache server should be 644 for public access.
Forum: Fixing WordPress
In reply to: WP-admin login credentials not accepted after WP 5.6 to 5.7Someone needs to have their eyes & hands on your account and for that, it’s best to chat with your Hoster about. You can tell them your ‘wp-admin’ dir. appears to be Apache password protected although you never setup any.
Forum: Fixing WordPress
In reply to: WP-admin login credentials not accepted after WP 5.6 to 5.7The .htaccess file you posted is not the problem. Look to see if there is a /wp-admin/.htaccess file.
Also, if you have any security Plugins installed it could be due to that.
Forum: Fixing WordPress
In reply to: Major issues with updating to 5.7 wordpressGood to hear problem was resolved. Can you state what worked so that others reading this with the same problem might be able to use it?
Forum: Fixing WordPress
In reply to: Major issues with updating to 5.7 wordpressUnderstood. I wasn’t aware of that.
Forum: Fixing WordPress
In reply to: Website appears with broken images when logged out of dashboardSome of your images “are” loaded from another website and they are huge! No reason for 2 MB or 5 MB files sizes as they take a long, long, time to download. Even some of the images from your site are way too large.
My thinking is that if your Internet connection is slow, it could take minutes before you see anything and many minutes to download the entire image.
Suggest you search for Plugin to decrease image file size for faster loading. Robin image optimizer comes to mind for this.
Forum: Everything else WordPress
In reply to: How to take down old siteContact wordpress.com with your request and provide whatever Credentials they ask for.
Forum: Fixing WordPress
In reply to: Major issues with updating to 5.7 wordpressYou need to first clear up the problem with your database.
Manually create a file named: public_html/.maintenance – presuming WordPress not installed in a Sub-directory.
Input this code into the file:
<?php $upgrading = time(); ?>This will put the back-end and front-end into Maintenance mode.
Then use phpMyADMIN to select your database.
Page on right, at the bottom, has a checkbox that says: Check all / Check tables having overhead <- check it
Drop-down list beside it, choose Repair table
Once complete and if no errors reported, delete the .maintenance file you created. Login to Admin and see what’s going on. If everything OK then close phpMyADMIN Tab.
Haven’t tried the .maintenance file with 5.7 although it should work as it works with previous versions. So make sure to let us know how things went.
Forum: Fixing WordPress
In reply to: WP-admin login credentials not accepted after WP 5.6 to 5.7The pop-up window is not for WordPress, it is for Apache. The ‘wp-admin’ dir. is password protected. Not sure how that happened as it is usually done manually, through cPanel -> Files – Directory Privacy for example.
Check you .htaccess file for something like:
AuthType Basic
AuthUserFile “/home/…/passwd”
require valid-user
AuthName “Protected public_html/wp-admin”You can comment them out using a #
#AuthType Basic
#AuthUserFile “/home/…/passwd”
#require valid-user
#AuthName “Protected public_html/wp-admin”Save changes then try loading your Admin login page.
Your site does have a valid SSL Cert so once logged go to
Admin -> Settings: General and change these to use https://haj-kom.hr
WordPress Address (URL)
Site Address (URL)Forum: Fixing WordPress
In reply to: Unable to view plugins that are installedFor your Plugins problem, check permissions which should be:
750 for folders
644 for filesAsk your Hoster if not sure how to do that.
When I try to load an image directly (cropped-Home-Removal-Moving-House-Hornchurch-Upminstre-Romford-Neales-Removals-Essex.png) I get an error “the image cannot be displayed because it contains errors”. This happens for example when a .png image is not a .png. Make sure to use a Graphics program before uploading an image, if changing JPG to PNG for example, and test the image on your computer first to make sure it can seen.
Forum: Localhost Installs
In reply to: 401 rest_forbidden_context cannot publish pageContact your Hoster. Looks like you may be blocked by one of their Firewall Rules. Or least they should be able to help you sort out the problem.
Forum: Installing WordPress
In reply to: Home Page Is The Only Page That WorksCheck your error logs for msgs. If not sure where to find them you can ask your Hoster / Data Center.
Forum: Fixing WordPress
In reply to: Homepage randomly redirected to WP login pageView source of your Home page. I see 5 instances of:
href=”https ://amanco . id/wp-json/” (spaces added to prevent it turning into a link)And Yes, the redirect link you quoted is the one I was referring to. Not sure why that would even be there and cannot see anything but problems with it.
There should be no links to ‘wp-admin’ or ‘wp-json’ on a public web page.
Forum: Fixing WordPress
In reply to: Link preview not working anymoreNothing received yet, and Spam folder was checked as well. Any problems you are aware of sending to gmail? Perhaps try again.