WPProHelp
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Login Page RefreshesIn that case why don’t you try to re-install WordPress manually?
Alternatively you can contact your hosting provider for assistance. They would have access to the DB and it is easier for them to reset the password for you.
Forum: Installing WordPress
In reply to: Can't view my page: HTDOCS pop upHow did you install WordPress?
It seems you did not install it in the right location. When you install WordPress, or upload the files, you should upload them to the htdocs directory.
Forum: Installing WordPress
In reply to: Login Page RefreshesIf you try the reset password option from the login page, does it work?
Try to clear all the cache from your browsers and try to reset the password and login.
Forum: Fixing WordPress
In reply to: WordPress database error:Most probably if you try to activate it again it will try to recreate the tables in the database.
Most plugins install script works the first time they are run. Check the plugin’s documentation for more information.
Forum: Fixing WordPress
In reply to: Uploaded backup not reflected?If you also deleted the database then you deleted all the content. Do you have a backup of all the files and the databases?
If yes I would recommend you to restore them and get your website checked by an anti malware service such as Sucuri (http://www.sucuri.net).
And then clean it.
Forum: Fixing WordPress
In reply to: Uploaded backup not reflected?Nope. WordPress stores:
1. Images in upload directory
2. Plugins and themes files in wp-content directory
3. All content (text of blog posts, pages and even WordPRess settings) in the MySQL database.So in this case you also have to migrate the MySQL database.
Forum: Fixing WordPress
In reply to: Force image sizeThese seems to be an answer for what you are looking for:
http://www.wprecipes.com/automatically-resize-pictures-on-your-wordpress-blog
Forum: Fixing WordPress
In reply to: Question About Link at BottomYes you can change it from the footer.php file from the themes directory.
I wouldn’t recommend changing the twenty eleven theme though. I would recommend you to make a child theme, and then create a new footer.php for the child theme.
Forum: Fixing WordPress
In reply to: importing xml errorContact your hosting provider to allow you to parse bigger files with PHP.
Forum: Fixing WordPress
In reply to: htaccess questionsHi,
1. The htaccess file is automatically generated by WordPress itself when you configured the permalinks.
2. Those are the actual rewrite rules that rewrite the actual WordPress URLs to user-readable / search engine friendly URL’s behind the scenes.
3. It does not affect your site’s performance.
4. It has got nothing to do with the indexing of your website.
5. No need for the .htaccess file to be rewritten.
6. What do you mean? Plugins can be used to extend the functionality of your website. If you would like some additional functionality that an out of the box WordPress installation does not provide you with, you can use a plugin.
Hope the above helps.
Forum: Fixing WordPress
In reply to: WordPress database error:Can you explain a little bit in more detail what happened exactly?
The error you are getting is because something is trying to write to a non default table in your WordPress database and the table is not properly populated.
Are you using some statistics / cache plugin by any chance?
Forum: Fixing WordPress
In reply to: Created a child theme and menu messed upThat is happening because you have a lot of items in the menu, thus they are wrapping to a new line. You can use less links or reduce the font size.
Forum: Fixing WordPress
In reply to: Help – Have I been hacked?It might have been a malware injection or so. Just to be sure and confirm, scan your website with Sucuri from http://www.sucuri.net
Forum: Fixing WordPress
In reply to: Uploaded backup not reflected?Are you restoring your website completely? If so did you restore the MySQL database as well?
Forum: Fixing WordPress
In reply to: Website Hacked. Need Help pleaseNo problem at all. Good luck with fixing it.