special22
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: There has been a critical error on this website.Try running your webpages in the debug mode to throw the error on the screen. To enable debug mode, edit your wp-config file and scroll down to find wp_debug. Change the value to True and then browse the website to get the error details. Once you get what’s causing the issue, don’t forget to turn off the debug mode again in wp-config.
Forum: Fixing WordPress
In reply to: Error on my websiteTake a backup of your site, and then try reinstalling wp core files from wp toolkit.
Forum: Fixing WordPress
In reply to: How to Fix Header Display Issue in WordPress?Hello, the header looks fine. Can you share the screenshot again?
Forum: Fixing WordPress
In reply to: PHP update – where?Hi, in your cPanel check to see if you have the Select PHP Version or MultiPHP Manager. Both these options allow you to change your PHP version from cPanel. Check the current version and switch to a newer one.
Forum: Fixing WordPress
In reply to: Footer and Images not showingThank You for pointing out. Can you help with the other issue as well?
Forum: Fixing WordPress
In reply to: White screenPlease check the error log to learn more about what’s causing the issue (probably an incompatible plugin). You may also try switching to a different PHP version other than 8.0
Forum: Installing WordPress
In reply to: Can’t update to WP 6.5Glad to know that you managed to fix it eventually. I use Middlehost and their service is great, especially the support.
Forum: Fixing WordPress
In reply to: Warning on Admin profileYou can ignore warnings if it is not affecting site functionality. However, if something is not working as it should, contact theme developer and their support.
Forum: Fixing WordPress
In reply to: Home page is not being set to static pageApparently, you just have a single page website yet. I don’t understand how you want to link pages and which ones? Please double check have you published all pages that you have created?
Follow this to set a static page as your Home Page:
Create a static front page
Forum: Fixing WordPress
In reply to: mysqli PHP extensionOk, have you tried changing PHP version to a 7.4? or some other newer stable version? Probably that should fix the issue. What do your web hosting support say?
Forum: Fixing WordPress
In reply to: My Website Name Is TraffMagic And I Want To ShiftUse a cache plugin (wp rocket, litespeed cache are good in my experience) to optimize performance along with object cache. Using a CDN (cloudflare.com) can further enhance performance.
This might help: https://developers.cloudflare.com/learning-paths/get-started/add-domain-to-cf/add-site/
Forum: Fixing WordPress
In reply to: mysqli PHP extensionWhat’s your current version of PHP and wordpress?
Forum: Everything else WordPress
In reply to: Recovering a deleted pluginRequest your web hosting provider to restore a backup of the date when you deleted the plugin. Possibly the simplest solution.
Forum: Fixing WordPress
In reply to: mysqli PHP extensionContact your web hosting support to get the required extension enabled. You can do it from your cPanel yourself as well by following this guide.
Forum: Installing WordPress
In reply to: Can’t update to WP 6.5The error message “The authenticity of wordpress-6.5-new-bundled.zip could not be verified as no signature was found” indicates that WordPress is unable to verify the authenticity of the update package. This could happen due to corrupted files or incorrect file permissions.
Make sure that the files and directories on your server have the correct permissions. Typically, directories should have permissions set to 755 and files to 644.
To rule out the likelihood of corrupted files, you may also try downloading the WordPress update package again from the official WordPress website and then attempt to update WordPress.