lintunen
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Installed blog redirects to "install" 404 not foundFor example the blog URL is http://mydomain.com/blog, if I access http://mydomain.com/blog/wp-admin/ I can access the admin page, but if I go to http://mydomain.com/blog it redirects to /install. Everything seems OK from what I can tell when I shell into the blog dir.
Forum: Installing WordPress
In reply to: Installed blog redirects to "install" 404 not foundNo.
Forum: Installing WordPress
In reply to: "Table doesn't exist error" on database repairI was able to resolve this particular issue by following the steps in this post: http://ww.wp.xz.cn/support/topic/remove-multiple-sitesturn-off-network
Forum: Installing WordPress
In reply to: "Table doesn't exist error" on database repairI had a feeling it was something to do with multisite – although I never ran multisite I may have enabled it once to see how it worked. But this doesn’t really answer my question on how to fix this problem and proceed with the database repair. Any suggestions?
Forum: Fixing WordPress
In reply to: Is the define(‘SECRET_KEY’), still used?If you meant like AUTH_KEY vs AUTH_SALT then from what I can tell WordPress 3.0 onwards uses both the KEY and SALT values because when I removed the KEY values, I was prompted in the dashboard to add them again.
Forum: Plugins
In reply to: reCaptcha in Login form -how to embedHopefully you have solved this problem by now but in the event that someone else needs this information, I had developed a custom form in WordPress so existing plugins were not suitable for my needs.
I basically followed the instruction on the reCAPTCHA site for PHP: http://recaptcha.net/plugins/php/
I had to add the following code at the top of the page to use the clean theme because I had stylesheet issues with the default theme:
<script> var RecaptchaOptions = { theme : 'clean', tabindex : 2 }; </script>Forum: Fixing WordPress
In reply to: Using WP SearchI managed to find the answer to my problem: http://ww.wp.xz.cn/support/topic/316017
Forum: Fixing WordPress
In reply to: Submitting search ends up with blank screenI came across a fix for my problem. In the theme’s searchform.php I changed
form method="post"toform method="get".Forum: Fixing WordPress
In reply to: Using WP SearchAre you able to explain what you mean by rebuilding the search database? I am experiencing similar problems with a blog I maintain.
Forum: Fixing WordPress
In reply to: Disappearing WidgetsI was able to resolve the issue by myself in the end, refer to http://ww.wp.xz.cn/support/topic/294976.
Forum: Fixing WordPress
In reply to: Disappearing sidebar widgetsI was able to solve this problem on my own. It appeared that something had become corrupted in the database during upgrading versions of WordPress; most likely the wp_options table. I have seen many posts advising which database fields to edit and also a plugin which resets the widgets but none of these fixes worked for me. In the end I resolved the problem by importing my post, user and plugins data tables into a clean database from a fresh install (leaving the wp_options table) and exporting the SQL for import into the blog – this meant having to reconfigure some of the options that were originally stored in the wp_options table, but now the widgets behave as they should.
Forum: Fixing WordPress
In reply to: Disappearing sidebar widgetsBump. I can also confirm the problem exists after installing 2.8.4 (and deleting old source files during the install process)
Forum: Fixing WordPress
In reply to: Disappearing sidebar widgetsForum: Fixing WordPress
In reply to: Disappearing WidgetsI am also experiencing a problem with the sidebar widgets ‘disappearing’ (I have three enabled, but only 1 shows up). I have tried upgrading WordPress (to 2.8.2), trying the default theme, disabling/deleting plugins but nothing seems to work. I’d love some assistance with this one!