ixlplicht
Forum Replies Created
-
Forum: Plugins
In reply to: Category Widget Spacing BugResolved… kind of…
The widget works properly if the option to show the number of of posts in each category is turned off. The drop down menu then displays fine without all the extra “white space”.
Forum: Plugins
In reply to: [Plugin: WordsFinder] we need latest update sir :)Yep… Does not work with WordPress 2.5
Forum: Fixing WordPress
In reply to: Blog resolves to IP but not to subdomain pointing at IP (404 error)I had a similar problem after having to set up my server again. Three things need to be configured properly. Any one of them will cause your error
— Properly configure your subdomain in Apache (proper use of virtual server tags);
— Go to the WP admin menu. Under the options tab, the WordPress address and blog address should both be the URL on your subdomain for the blog
— If you’re using mod ReWrite and your blog is on the root of the subdomain, make sure RewriteBase is set to “/” (without quotes).
Another couple of possibilities (bur probably not your problem)…
— DNS entries need to be made for your subdomain. Whoever handles the DNS chores for your domain should be able to do this simply
— The directory your subdomain is located at must have appropriate permissions and ownership to be viewed over the web.
The first three items are the most likely source of your trouble.
Forum: Fixing WordPress
In reply to: WordPress database error: [Table ‘wp_posts’ is read only]I can do a fresh install using a different database without any problems. The various permissions between the older database that won’t upgrade and the new one that installed fine seem identical.
What am I missing?
Forum: Fixing WordPress
In reply to: WordPress database error: [Table ‘wp_posts’ is read only]I am having the same problem upgrading… and in this case I *am* the host.
I had to reinstall everything on my server,from the OS up. I have copied the database in the proper location, set table permissions to allow the tables to be edited, set user permissions with the rights to edit tables, made sure to chown the database to the mysql user, and chmod the files to 777.
Still, I’m told this is read only.
What am I doing wrong?