salasio
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Transients in the wp_options started from which version?yup, transients were introduced in 2009
Forum: Localhost Installs
In reply to: Update ProblemHey, Taher!
Have you checked the solutions right here: https://www.wpbeginner.com/wp-tutorials/how-to-fix-secure-connection-error-in-wordpress/
Forum: Fixing WordPress
In reply to: URL changed, but I forgot to change it on admin before.Hey, Lara!
You will have to change it in the database in wp_options – siteurl and home rows. This should help if something: https://www.hostinger.com/tutorials/wordpress/how-to-change-wordpress-urls-in-mysql-database-using-phpmyadmin
Forum: Fixing WordPress
In reply to: Changing hosts for wordpress site.Download a backup of all your wordpress files. If it is in public_html at your current server, just download a full directory backup and the database you have connected to your site
On a shared server you will just need to reimport the files, database, adjust the wp-config details that are likely to change after the transfer and your site is ready to go!Give this a read too:https://www.hostinger.com/tutorials/how-to-migrate-wordpress
Forum: Fixing WordPress
In reply to: upload .dmg filesdefine( ‘ALLOW_UNFILTERED_UPLOADS’, true );
This in your wp-config file should solve the issue or try converting it to a supported file type via any online converter
Forum: Fixing WordPress
In reply to: Admin URL is not workingMaybe you have a plugin that hides your login url?
This is quite a common issue, try disabling the plugins by connecting to your files and trying the links then
You can also try /wp-login.phpForum: Fixing WordPress
In reply to: is currently unable to handle this request. HTTP ERROR 500This is a server error usually. Give this guide a read: https://www.hostinger.com/tutorials/how-to-fix-500-internal-server-error-in-wordpress
It helped me fix it the first time I ran into the issue, and after that I follow the same steps as this error can occur quite commonly.Forum: Fixing WordPress
In reply to: Broken 404 Links But Not BrokenDid you try resetting your permalinks in wp admin area-> Settings-> permalinks?
This usually helps most clients out.Forum: Fixing WordPress
In reply to: Related content not workingWhat plugin do you use for related posts or do you have a script added? May be an issue with plugin conflict.
I personally have this added tomy page without a plugin. I followed this guide: https://www.wpbeginner.com/wp-tutorials/how-to-display-related-posts-in-wordpress/