Bangeez
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: I cannot reach the site.Hey @biralpiral
I am getting the (A critical error has occurred on your website.) error. It’s possible the update was interrupted before it has finished.
You can either restore your most recent backup or replace core WordPress files.
Regards
Forum: Fixing WordPress
In reply to: 2 diffrent verions of my websiteHi @kalanhd
This is probably a caching issue. Try clearing your website cache or disabling the caching plugin and re-testing. You could also visit the URL with (/?burst=cache)
for a non-cached version. That is https://dy-graphics.com/?burst=cacheForum: Fixing WordPress
In reply to: WordPress errorYou should do as suggested by the plugin and check. If that didn’t solve your problem you can reach out to WPML support directly here: https://wpml.org/forums/forum/english-support/
Regards
Forum: Fixing WordPress
In reply to: WordPress errorYou need to increase the PHP memory limit.
You need to paste this code in wp-config.php file just before the line that says ‘That’s all, stop editing! Happy blogging.’
define( 'WP_MEMORY_LIMIT', '512M' );If this doesn’t fix the issue you can ask your hosting provider to increase the limit on the server side for you.
See: https://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/
https://herothemes.com/support/knowledge-base/wordpress-fatal-error-allowed-memory-size/
Forum: Fixing WordPress
In reply to: WordPress errorHello @raghad95,
You need to activate WP Debug to know the root cause of the issue See: https://www.a2hosting.com/kb/installable-applications/optimization-and-configuration/wordpress2/debugging-wordpress
Forum: Fixing WordPress
In reply to: Trashed appearing in URLHey @janine0187
Do you have pages with the same slug in the trash? Try removing them or emptying your trash and try again.
Regards