dshupp
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Excluding multiple categoriesI’ve found that when I use this category inclusion/exclusion at all, wordpress forgets about the posts per page variable. Is there a fix for this? Am I supposed to do something besides add $cat = “xxx”; to my index.php for this to work as expected?
Forum: Fixing WordPress
In reply to: Image uploadAlso, right now file upload works in ie but not on mozilla firebird 7.0 right now.
Forum: Fixing WordPress
In reply to: Image uploadOK, so since my webserver is running chrooted, I tried using the non-chrooted, full path, and it worked. however, the result page still tells me that my file size is 0 KB, maybe a bug there.
Why does this work? how can php possibly know that it’s running in a chroot? in addition, this directly conflicts with the info returned from realpath(“.”) and getcwd(). This kind of makes me angry.
Also the misreporting bug is in upload.php at the “@unlink($img1);” line. It just unlinks the failed file and doesn’t report the failure.Forum: Fixing WordPress
In reply to: Image uploadMy error log shows the same missing /wp-admin/wp-includes/b2.css and /wp-images/bgbookmarklet3.gif, but not the other errors.
Hope this can get working…it’s a spiffy feature.Forum: Fixing WordPress
In reply to: Image uploadnice find, my real path was wrong. Now I’m getting:
Image Details:
name: DanGuestbook.jpg
size: 0 KB
type: image/jpeg
still no image, still no errorsForum: Fixing WordPress
In reply to: Image uploadI’ve got the same problem with 1.0 and now with 1.0.1..nothing shows up on the server, but I get this in the server error log when I try to upload:
<pre>[Fri Jan 16 22:49:41 2004] [error] [client 194.196.100.86] File does not exist: /var/www/hosts/www.chinesetriad.org/wp-images/bgbookmarklet3.gif
[Fri Jan 16 22:49:41 2004] [error] [client 194.196.100.86] File does not exist: /var/www/hosts/www.chinesetriad.org/error.php
</pre>