oblong_cheese
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problem 2.5.1 post_new.php and post.phpI downloaded the zip file directly to my server and unziped it into a temporary folder, deleted all the relevant directories and copied them from the temporary folder.
Issue still occuring.
Forum: Fixing WordPress
In reply to: Problem 2.5.1 post_new.php and post.phpThe NoScript plugin for Firefox is an easy way to work around the issue.
Forum: Fixing WordPress
In reply to: Stupid gzip question: how to disable?Oh. Well that explains that then. Sorry. 🙂
I suppose there’ll be an updated WP-Cache plugin at some stage?
Forum: Fixing WordPress
In reply to: Couple of errors in WP 2.5 RC1I’m having this same problem with the official 2.5 release, but I completely deleted my wp-includes and wp-admin folders before copying the new versions over.
What do you mean by ‘an error in the copied files’ – a copy error? An error in the new files?
Forum: Installing WordPress
In reply to: Question about upgrading from 2.0.5 to 2.3.3I’d just like to announce that I’m very silly.
The reason it wasn’t upgrading was because unbeknownst to me, when I was executing “wget wordpress.org/latest.tar.gz”, it was downloading the latest version alright, but was placing it in a file called latest.tar.gz.4 because I already had other latest.tar.gz files in the directory!
So as I proceeded to unzip my “new” wordpress from latest.tar.gz, I was actually updating my current installation with the same version again.
Go figure.
Forum: Installing WordPress
In reply to: Question about upgrading from 2.0.5 to 2.3.3I’m having trouble with this exact issue. I’m trying to upgrade from 2.0.6 to 2.3.3; and I believe that I have done so. However, when I login to my admin panel, it still says 2.0.6 down the bottom.
The steps I took:
1. Backup .htaccess, wp-config.php and wp-content
2. Delete everything from my wordpress directory. In my case this was the root folder of my domain.
3. Copy new wordpress files into root folder.
4. Copy wp-config.php into root folder; run /admin/wp-upgrade.php
6. Copy back .htaccess and wp-content folder
7. Login to admin panel, see version number still the same. 🙁Any ideas?
My site is http://owened.net/ if anyone can tell just from the code somewhere that it has actually upgraded?
Since the above steps I have run the upgrade script a few more times to no avail.
Forum: Fixing WordPress
In reply to: Permalinks rewrite OK, but always give 404 when hitAha! Of course, it’s due to this line in httpd.conf:
Include /etc/apache2/vhosts.d/*.confSo, disable that if you don’t use virtual hosts, and you should be sweet. 😉
Forum: Fixing WordPress
In reply to: Permalinks rewrite OK, but always give 404 when hitI fixed it.
You have to change the AllowOverride option in your vhosts.d/00_default_vhost.conf to “All”.
Though my rudimentary knowledge of apache tells me that default vhost configuration shouldn’t affect the <Directory /> entries, this appears to have fixed it for me.
Courtesy of a post over on the Gentoo.org forums: http://forums.gentoo.org/viewtopic-t-465435-highlight-wordpress.html
Forum: Fixing WordPress
In reply to: Permalinks rewrite OK, but always give 404 when hitDoesn’t work for me. 🙁
Forum: Fixing WordPress
In reply to: Permalinks rewrite OK, but always give 404 when hitHaving the same problem over at my site too.
I’m running:
Linux 2.6.12-gentoo-r6
Apache/2.0.58
PHP 5.1.4-pl0-gentoo
MySQL 4.1.20-log
Python 2.4.2And my apache error_log looks as such:
[Mon Jun 26 21:18:24 2006] [error] [client 72.30.102.94] File does not exist: /var/www/localhost/htdocs/category<br />
[Mon Jun 26 21:31:23 2006] [error] [client 68.142.251.66] File does not exist: /var/www/localhost/htdocs/2006<br />
[Mon Jun 26 22:28:48 2006] [error] [client 207.46.98.139] File does not exist: /var/www/localhost/htdocs/category<br />
[Mon Jun 26 22:39:13 2006] [error] [client 65.55.235.165] File does not exist: /var/www/localhost/htdocs/2006<br />
[Mon Jun 26 23:22:29 2006] [error] [client 65.55.235.165] File does not exist: /var/www/localhost/htdocs/feed<br />
[Tue Jun 27 00:53:56 2006] [error] [client 207.46.98.139] File does not exist: /var/www/localhost/htdocs/lik-sang-bannersI’ve recompiled php a few times, reinstalled apache, done everything I can think of. mod_rewrite is loaded and working (presumably — I don’t know how to test it), and my .htaccess file has been written by WordPress.
Any assistance would be great. I too have searched the forums to no avail. 🙁