WPpremium
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: All My Customer CSS Diappeared?Custom css and js are stored in your WordPress database. If you have backup, you can restore the database to an alternative database. Once it is restored, you can obtain the code from the database depending in your theme structure.
If you are seeing that your website is messed up a lot, you can restore the entire website (contents and database from the previous working version). Most hosts offer a backup option with their hosting plan.
Forum: Fixing WordPress
In reply to: Unknown URL opens at Google Search instead of my siteYour website seems to be hacked. In such case, they add the code in .htaccess to redirect traffic from search engine results. Your hosting provider should be able to help you to fix this.
If there is no code in .htaccess, it is possible that the contents have been compromised. You can attempt to upgrade to latest version (provided your theme and plugins are compatible with latest version).
Forum: Fixing WordPress
In reply to: Error 520 Web server is returning an unknown errorHello @crystyano78,
Since you are using CloudFlare, make sure that you have added correct A record in CloudFlare DNS zone. Your website must point to correct IP address while using proxy option. You can temporary bypass proxy in CloudFlare to check if your website is working fine directly.
If it works directly when you bypass CloudFlare proxy, you will have to contact your host to check if they are blocking traffic from CloudFlare.
Forum: Fixing WordPress
In reply to: Database Error – No Solutions WorkingFrom the above error, it shows that you have following missing tables in your database:
wp_680b64ng56_usermeta
wp_680b64ng56_posts
wp_680b64ng56_options
wp_680b64ng56_postmetYou will have to contact your hosting provider to check this further. Only they can answer this why they are missing.
Forum: Fixing WordPress
In reply to: Post errorIf your website is hosted on shared hosting, you should contact your hosting provider to server logs. It seems that there is some issue on the server causing this error.
Forum: Fixing WordPress
In reply to: Error in site healthThe error says that your system is unable to reach to wordpress.org server to check for updates. If it is local system, you can safely ignore this.
Forum: Fixing WordPress
In reply to: Error message on my siteThis may be an issue with PHP version as well. Also, you can disable PHP warning/notice so that you do not see such message in your website. You should use PHP 7.2.x version and your plugins, themes should be compatible with this version.
Forum: Fixing WordPress
In reply to: website not accessableDid you attempt to upgrade it recently? In worst case, you will have to restore your web contents and database from backup. This should quickly fix your issue.
Forum: Fixing WordPress
In reply to: a problem with Cache (i guess)I suggest you to disable Autoptimize plugin for few hours and check if you face the issue again. If the problem persists, you should adjust Autoptimize plugin settings.
Forum: Themes and Templates
In reply to: FATAL ERROR!!!@huck1010 Can you paste the exact error you’re receiving?
Forum: Installing WordPress
In reply to: Fatal error: main() [function.require]:The file should be in “htrchurch” folder.
Forum: Installing WordPress
In reply to: Index of /wordpress/blogMake sure you don’t have any folder name “blog” in wordpress directory.
Forum: Installing WordPress
In reply to: Just add a domain to existing installationYou can only specify one blog URL per installation hence you will be redirected to main domain name. I think WordPress doesn’t work well with parked/alias domains.
Forum: Installing WordPress
In reply to: Fatal error: main() [function.require]:Make sure that the file wp-blog-header.php is present in “htrchurch” folder.
Forum: Installing WordPress
In reply to: Don’t Know Where to Begin…To install WordPress, you will have to browse http://mysitename.com/wordpress/wp-admin/install.php not FTP. Also, if http gives code instead of executing the page then there is something wrong with PHP configuration on the server.