accuwebhosting
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How do I get rid of this Ad?Hi
It seems that you are using realhomes paid theme. You should contact themeforest for this.
Thanks,
Forum: Fixing WordPress
In reply to: No visual pages edit function, just white text. Dashboard freezes.Hi
As Master post suggested,
If you’re using server caches, or caching plugins, flush them, especially Memcached/APC. Flushing caching plugins you might be running.
Thanks,
Forum: Fixing WordPress
In reply to: copy and migrate WP site from localhost to 000webhostHi,
Following are the complete step by step guides on how to move WordPress website from localhost to live server:
http://premium.wpmudev.org/blog/guide-to-migrating-localhost-wordpress-to-live-site/
http://www.wpbeginner.com/wp-tutorials/how-to-move-wordpress-from-local-server-to-live-site/
Thanks,
Forum: Fixing WordPress
In reply to: Changing title of browser tabHi,
If you want to make changes to your theme, you need to create a child theme or use a custom CSS plug-in so your changes won’t get erased when WordPress version or the theme is updated.
Here is the complete guide on how you can create child themes and download URL for custom CSS plugin.
http://codex.wordpress.org/Child_Themes
http://wordpress.org/extend/plugins/my-custom-css/
Thanks,
Forum: Fixing WordPress
In reply to: making a child?Hi,
I would suggest you to refer following comprehensive guide on how to create child theme.
http://www.wpbeginner.com/wp-themes/how-to-create-a-wordpress-child-theme-video/
Thanks,
Forum: Fixing WordPress
In reply to: making a child?Hi
I believe you want to create child theme so all your customizations do not get wiped. Here is the complete guide.
http://www.wpbeginner.com/wp-themes/how-to-create-a-wordpress-child-theme-video/
Please elaborate your question bit more if above is not your concern.
Thanks,
Forum: Fixing WordPress
In reply to: 500 Error – Only on my IPHi Nolan,
As Jan Dembowski suggested in Master post…
1) If you’re using server caches, or any caching plugins, flush them, especially Memcached/APC stuff. They can be sticky.
2) If you are using any security/firewall plugins to restrict the IP dashboard access deactivate it through FTP.
3) Deactivate ALL plugins temporarily to see if this resolves the problem. If this works, re-activate them individually (one-by-one) to find the problematic plugin(s). Here is the guide to deactivate all plugins without dashboard access:
4) To rule out any theme-specific issue, try switching to the unedited default theme for a moment using the WP dashboard. If you don’t have access to your admin area, you can switch to the default theme by renaming your current theme’s folder in wp-content/themes and adding “-old” to the end of the folder name using via FTP or SFTP or whatever file management application your host provides.
Alternately, you can remove other themes except the default theme. That will force your site to use it.
Thanks,
Forum: Fixing WordPress
In reply to: Update not working, can not access dashboardHi,
As the Master post suggested…
If your dashboard is stuck telling you that you have to upgrade your database (or that you don’t) over and over, see if you’re running a cache like Redis, Memcached, or APC. You may need to flush that.
Also this particular issue is being discussed at https://core.trac.wordpress.org/ticket/27669
Thanks,
Forum: Fixing WordPress
In reply to: Backend not working – missing css?Hi
Please flush your browser cache. If you’re using server caches, or caching plugins, flush them too, especially Memcached/APC.
Thanks,
Forum: Fixing WordPress
In reply to: Problem updating to 4.2.2Hi,
As the Master post suggests..
1) If you were using Twenty Ten, Twenty Eleven, Twenty Twelve, Twenty Thirteen, Twenty Fourteen, or Twenty Fifteen as your theme, and you received WordPress 4.2 by a hosting provider’s auto-update system, you may need to manually install a new version of the theme.
2) If you are using other theme, try switching to the default theme through FTP.
3) Remove your theme and access the dashboard. Copy your theme on the server and try to activate it. This should resolve your issue.
Thanks,
Forum: Fixing WordPress
In reply to: WordPress forced to redirect installation pageHi,
Please try following:
1) Deactivate ALL plugins temporarily to see if this resolves the problem. If this works, re-activate them individually (one-by-one) to find the problematic plugin(s). Here is the guide to deactivate all plugins without dashboard access:
2) To rule out any theme-specific issue, try switching to the unedited default theme for a moment using the WP dashboard. If you don’t have access to your admin area, you can switch to the default theme by renaming your current theme’s folder in wp-content/themes and adding “-old” to the end of the folder name using via FTP or SFTP or whatever file management application your host provides.
Alternately, you can remove other themes except the default theme. That will force your site to use it.
3) If the above troubleshooting steps fail to resolve the issue, try manually re-uploading all files and folders EXCEPT the wp-config.php file and the /wp-content/ directory from a fresh download of WordPress.
Make sure that you delete the old copies of files & folder before uploading the new ones. Read the Manual Update directions first!
Thanks,
Forum: Fixing WordPress
In reply to: Could not establish a secure connection to WordPress.orgHi Chathuraka,
Please try following:
1) Login to your website through FTP. Navigate to wp-includes directory, you will find update.php file there.
2) Download a fresh WordPress zip from here : https://wordpress.org/download/
3) Unzip it on your computer and navigate to wp-includes directory.You will find update.php file there.
4) Upload update.php to the wp-includes directory on your server. It will replace the existing update.php on the server. This should fix your issue.
Thanks,
Forum: Fixing WordPress
In reply to: Log in error issuesHi,
Have you tried following suggestions?
1) Try manually resetting your plugins (no Dashboard access required) using following URL;
If that resolves the issue, reactivate each one individually until you find the cause.
2) If that does not resolve the issue, access your server via FTP navigate to /wp-content/themes/ and rename the directory of your currently active theme.
This will force the default theme to activate and hopefully rule-out a theme-specific issue (theme functions can interfere like plugins).
Thanks,
Forum: Fixing WordPress
In reply to: Fatal Error After Updating WordPressHi,
If you have access to your WordPress installation via FTP
Download the latest copy of the WordPress installation from wordpress.org (currently 4.2.2 ) and copy all files from the zip file except the wp-content folder and wp-config-sample.php and overwrite your current installation files.
When you access your site after the overwrite, a database update might present itself when you view your website. Just role with it and all content and database info will remain intact.
Thanks,
Forum: Fixing WordPress
In reply to: How to add mysql table on the page with opportunity to edit it?Hi,
Would you elaborate your question bit more?
Do you want to add mysql table on the backend (phpMyadmin) or at some page?
Thanks,