accuwebhosting
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Another 500 Internal Server ErrorHi,
1) Internal server errors (error 500) are generic errors and often caused by plugin or theme function conflicts, so if you have access to your admin panel, try deactivating all plugins. If you don’t have access to your admin panel, try manually resetting your plugins. Please refer following guide to deactivate all plugins:
If that resolves the issue, reactivate each one individually until you find the cause.
2) If that does not resolve the issue, try switching to the Twenty Fourteen theme to rule-out a theme-specific issue. If you don’t have access to your admin panel, access your server via FTP or SFTP, 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.
3) If you weren’t able to resolve the issue by either resetting your plugins and theme or renaming your .htaccess file, it’ll need a more detailed error message. Internal server errors are usually described in more detail in the server error log. If you have access to your server error log, generate the error again, note the date and time, then immediately check your server error log for any errors that occurred during that time period. If you don’t have access to your server error log, ask your hosting provider to look for you.
Thanks,
Forum: Fixing WordPress
In reply to: Admin login wont accept passwords please helpHi,
I believe your username has been changed and you are unable to login to WordPress dashboard. Assuming that you have working cPanel details, following tutorials would be helpful to reset the WordPress dashboard username and password:
Reset the WordPress username
http://www.wpbeginner.com/wp-tutorials/how-to-change-your-wordpress-username/
Reset the WordPress password
http://www.wpbeginner.com/beginners-guide/how-to-reset-a-wordpress-password-from-phpmyadmin/
You can change WordPress Dashboard username and password from database through phpMyAdmin. In order to access phpMyAdmin, you must have cPanel details. If you do not have access of cPanel, you can contact your webhost to reset them.
Thanks,
Forum: Fixing WordPress
In reply to: Admin Page will not loadHi,
Please try 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).
Please refer following guide for more information:
http://www.wpbeginner.com/wp-tutorials/how-to-fix-the-wordpress-white-screen-of-death/
Thanks,
Forum: Fixing WordPress
In reply to: Sidebar disappearedHi,
I have reviewed your website code and noticed that sidebar div is empty.
<div id=”sidebar” class=”column fourcol”>
</div>You can add widgets ready sidebar from WordPress dashboard. Please refer following guide for more information:
http://www.wpbeginner.com/wp-themes/how-to-add-dynamic-widget-ready-sidebars-in-wordpress/
http://codex.wordpress.org/WordPress_Widgets_Api/register_sidebars
http://codex.wordpress.org/Function_Reference/get_sidebarThanks,
Forum: Fixing WordPress
In reply to: Local hostingHi,
It would be great help if you share your WordPress website name. I assume that you are using DNS services of your domain registrar and they have parked page to your domain. So, when you are browsing your website, it is showing “web under construction” page.
If you are using web hosting provider’s DNS services then you would find Parking page in your hosting space like following:
index.html
index.php
default.phpThanks,
Forum: Fixing WordPress
In reply to: Local hostingHi,
Firstly navigate to wp-config.php file of your WordPres installation.
Edit this file and add following two lines (if they do not exist) to your wp-config.php, where “example.com” is the correct website name.
define('WP_HOME','http://example.com'); define('WP_SITEURL','http://example.com');If it does not show your Website page, locate parking page “web under construction” and remove it. You can also contact your Web Hosting provider to set correct index page to your WordPress website and remove the parking page.
Hope it helps.
Thanks,
Forum: Fixing WordPress
In reply to: .htaccess keeps changing?Hi.
Please make sure that permalink settings have not been changed recently.
If you have installed/activated better wp security plugin, WP Security/BulletProof Security or any other security plugin then deactivate them and then have a try.
Try deactivating All Plugins you have installed. Once you have deactivated all plugins, activate them one by one to determine plugin related issue.
Revert Back to the Default Theme and then have a try if .htaccess is being changed.
Also, WordPress does not change the chmod itself, hence, you can also contact your webhost for this. They would be the first to look into this, to see if a server configuration is responsible.
Thanks,
Forum: Fixing WordPress
In reply to: can't login anymoreHi,
I believe you are unable to login to WordPress dashboard due to incorrect login details. Assuming that you have working cPanel details, following tutorials would be helpful to reset the WordPress dashboard username and password:
Reset the WordPress username
http://www.wpbeginner.com/wp-tutorials/how-to-change-your-wordpress-username/
Reset the WordPress password
http://www.wpbeginner.com/beginners-guide/how-to-reset-a-wordpress-password-from-phpmyadmin/
You can change WordPress Dashboard username and password from database through phpMyAdmin. In order to access phpMyAdmin, you must have cPanel details. If you do not have access of cPanel, you can contact your webhost to reset them.
Thanks,
Forum: Fixing WordPress
In reply to: WordPress database update problemHi,
It is a known issue with WordPress 4.2.2. In order to resolve this error, you will have to flush the all caching plugins you are using. If you’re running a cache like Redis, Memcached, or APC. You may need to flush them too. Also, this particular issue is being discussed at
https://core.trac.wordpress.org/ticket/27669
Thanks,
Forum: Fixing WordPress
In reply to: Can't login on AccountHi,
You can change WordPress Dashboard username and password from database through phpMyAdmin. In order to access phpMyAdmin, you must have cPanel details. If you do not have access of cPanel, you can contact your webhost to reset them.
Following tutorials would be helpful to you to reset dashboard username and password:
http://www.wpbeginner.com/wp-tutorials/how-to-change-your-wordpress-username/
http://www.wpbeginner.com/beginners-guide/how-to-reset-a-wordpress-password-from-phpmyadmin/
Thanks,
Forum: Fixing WordPress
In reply to: .htaccess keeps changing?Hi,
Have you written your custom rules Inside the WordPress section ( between #BEGIN WordPress #End WordPress ) of the .htaccess?
Please note that your custom rules should not be inside #BEGIN WordPress and #End WordPress to avoid WordPress rewriting these rules.
Thanks,
Forum: Fixing WordPress
In reply to: I can't enter in my website as adminHi,
Make sure your.htaccess is not corrupted.
You can do so by renaming your main .htaccess file to something like .htaccess_old. To rename the .htaccess file, you will need to login to your site using the FTP. Once you are in, the .htaccess file will be located in the same directory where you will see folders like wp-content, wp-admin, and wp-includes.
Once you have renamed the .htaccess file, try loading your site to see if this solved the problem.
Before you move on with other things, make sure that you go to Settings » Permalinks and click the save button. This will generate a new .htaccess file for you with proper rewrite rules to ensure that your post pages do not return a 404.
If checking for the corrupt .htaccess file solution did not work for you, then you need to get in touch with your hosting provider. By looking at the server logs, they should be able to get to the bottom of things.
Thanks,
Forum: Fixing WordPress
In reply to: Overlapping links in footer.Hi,
You have total 8 menus in navigation bar. Product menu has 3 submenus.
Either you will have increase the height of the footer to accommodate total 11 menus.
As an alternative, you can take Products as separate menu and list its submenus in footer.
Thanks,
Forum: Fixing WordPress
In reply to: Decrease space below menu! Sydney ThemeHi,
You’ll have to make changes at following path:
muellermemo.com/wp-content/themes/sydney/style.css …at line 996
Path may vary according to location of child theme
.page-wrap { padding: 63px 0px 100px; clear: both; }You will have to locate the class page wrap and decrease the padding from 63px to your desired value.
Thanks,
Forum: Fixing WordPress
In reply to: How do i make users create themselves as users on my WP SiteHi,
If you want users to browse your websites from anywhere, I would suggest you to host your website at web hosting provider.
If you want your facility to create members/users, you will have to install Membership plugins to your WordPress website. Following are some good membership plugins:
MemberPress
WP-Member
WPMU Dev WordPress Membership
WP eMemberThanks,