kmcdou
Forum Replies Created
-
Yes, I checked and the table prefix is correct. It is
wp_
The site is connecting to the database without any problem. It seems it’s the data import that’s giving me grief.
Forum: Fixing WordPress
In reply to: My .htaccess is 666, I created a new page and getting 404And I did make the changes to my wp-includes/vars.php file as outlined in the codex which also did not fix it. (http://codex.ww.wp.xz.cn/Using_Permalinks#Fixing_.28.htaccess.29_Generation_Issues)
Forum: Fixing WordPress
In reply to: Customizing WP Header?Visit http://www.alexking.org/software/wordpress/theme_browser.php to have a look at loads of themes available for word press. Pick one you like, keep it as is or edit away! You will need to know how to change your style sheet to change colours etc.. (the style.css file)
Forum: Fixing WordPress
In reply to: My .htaccess is 666, I created a new page and getting 404Another bit of information to add to this is that once you have gone through that series of steps, you can edit your new page fine in terms of content but if you try and edit the page slug, you go back to a 404 error again. This has to be permalinks related?? I’m adding a permalinks tag to this post to see if anything surfing around in that area has some more ideas.
Forum: Fixing WordPress
In reply to: My .htaccess is 666, I created a new page and getting 404I got in touch with my hosting provider and they said they didn’t do anything that would prevent a script modifying htaccess files. This is a curly one isn’t it!
I followed your instructions, macmanx and it worked but it’s a painful work around to have to turn off permalinks, create a page, turn on permalinks, update .htaccess whenever you want to create a new page. I tested making a new page after going through that series and got a 404 again which means you do have to do it every time.
Does anyone have any suggestions for a fix? I can live with a workaround but I’d rather not have to.
Forum: Fixing WordPress
In reply to: My .htaccess is 666, I created a new page and getting 404Great! It’s not a figment of my imagination after all!!! Any other ideas? This is proving to be a real blocker!
Forum: Fixing WordPress
In reply to: My .htaccess is 666, I created a new page and getting 404I’ve tried it all the way up to chmod 777. Same problem.
I’d put it down to something weird going on with my site but it seems that other people are having this problem too.
Any other ideas? I’m stumped.
Forum: Fixing WordPress
In reply to: Adding a sub category breaks link to its parent category in sidebarThanks for the tip. The problem is in the theme.
I am using
<li id="categories"><h4><?php _e('Categories:'); ?></h4>
<ul>
<?php wp_list_cats('sort_column=name&hide_empty=0'); ?>
</ul>
</li>in the sidebar.php file. Can you see anything there that would be breaking it?
Forum: Fixing WordPress
In reply to: My .htaccess is 666, I created a new page and getting 404Okey dokey!
Followed instructions to the letter with great success to ‘save as htaccess.txt’.
Little confusion at the upload step. Did you mean upload with filename htaccess.txt or to rename to .htaccess?
In any case, I tried both.
BTW, I am using ‘Fetch’ as my FTP client on Mac OSX and use it to set the permissions. I have definitly ticked the boxes that make it chmod 666. It says it!
1. Uploaded htaccess and renamed to .htaccess as before and got a 500 internal server error when ‘clicking update’ after redoing the structure
Thinking I did not follow steps to the letter…
2. Uploaded htaccess.txt and ‘clicked update’ after redoing the structure which gave me the ‘if your .htaccess page was writeable…etc.etc’ page and the code I needed to ‘cut and paste’. If I do not cut and paste going to any post gives me a 404 (outside the theme design as well, the 404’s for the pages were in the theme design).
I know this looks like an access problem with chmod666 on my htaccess file but the damn thing says it is 666!
Thanks for the very speedy replies podz.
Forum: Fixing WordPress
In reply to: My .htaccess is 666, I created a new page and getting 404– Re-edited a page created before I enabled permalinks and that works fine.
– Creating a new page results in the 404 and also trying to subsequently edit that new page also delivers a 404.Permalinks related I guess?
Forum: Fixing WordPress
In reply to: My .htaccess is 666, I created a new page and getting 404Hi
1. I’m using WP 1.5
2. I don’t believe so. I enabled the permalinks via the wp-admin and pasted the code generated by that into the .htacess file to get it going.I have since made double sure my .htaccess file is 666 as someone said that was the problem elsewhere in the forum.
Thanks!
Forum: Everything else WordPress
In reply to: Just made a new page, and now facing a 404 error.Sork, I followed this advice and still had the problem, made a new page and still had the problem. What did you do that fixed it?
Forum: Fixing WordPress
In reply to: My .htaccess is 666, I created a new page and getting 404Having the exactly the same problem but I have the latest version of WP running so any advice would be great.
Forum: Plugins
In reply to: Which gallery should I use?I use Gallery 2 (http://gallery.menalto.com) with the wordpress pulgin. The integrations is fantastic.
Forum: Plugins
In reply to: subcategory management using breadcrumbs?Yes please!!! I would really like to have this feature.