edwardbeckett
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Visual Editor (TinyMCE) not showing up on 2.9.2 (Linux)Thanks for posting your solution. I too had errors with TinyMCE’s buttons not appearing for the visual editor and it was directly related to having an .htaccess file in the includes directory. However, my .htaccess file was there simply to make a statement in the directory to increase WordPress memory limits for the directory. If you hadn’t posted the solution … I might not have figured this out for quite some time.
Thanks again
Forum: Themes and Templates
In reply to: Thesis theme – a lot of error messagesMake sure you don’t have any white space at the top or bottom of custom_functions.php …
Forum: Alpha/Beta/RC
In reply to: WP 3.0 Permalinks are BrokenDohh !!!!
Problem solved …
I forgot to uncomment #LoadModule rewrite_module modules/mod_rewrite.so
in my httpd.conf file … ArghForum: Alpha/Beta/RC
In reply to: WP 3.0 Permalinks are BrokenI’m having the same problem too …
Running Windows XP SP III ~ Apache 2.2 ~MySQL 5.1 ~ PHP 5.3.3
I can reach all my posts-pages when using the default permalink setting. However, none of the other settings work. Any setting other than default displays a 404 page and my Apache log states
********************
[error] [client 127.0.0.1] File does not exist:C:/vir_dir/dev/(foo)
********************
I’ve noted that Apache is stating that a ‘file’ doesn’t exist … maybe a problem with handling ‘/index.php’ in subdirectories. I dunno ;-/
I’m just running the site locally under a hosts file mapped name (dev.XXX.com) and my site’s named ‘dev’ … under a virtual directory (c:\vir_dir\) so appropriately in my httpd-vhosts.conf file I have a directive for the virtual directory as well …
****************************
<VirtualHost *:80>
ServerName localhost
DocumentRoot “C:/vir_dir/”
</VirtualHost>
****************************No problem there — the site installed and runs fine … all but the permalinks … I’m not .htaccess wiz … but I’ve done an install like this many times without any hitches … anyone found a solution to this? Please help … it’s really annoying having to use the default permalink settings …