austin2k
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Link from Blog B takes you to page on Blog A – htaccess issue?SOLVED!
The problem is the .htaccess file was located in the root at http://www.weaver.net.Each blog was using this single .htaccess file.
Solution:
Delete the .htaccess file in the root as I don’t need it there.
Create a separate .htaccess (that contained my mod-rewrite code specific to that site) and placed it in the same directory as my WP blog.Forum: Alpha/Beta/RC
In reply to: Error Uploading ImagesI’ve been writing about this here:
http://www.weaver.net/2009/06/problem-errors-when-uploading-images-into-a-post/The latest I’ve been able to figure out is in how you GD Library is set up. Try a PNG image and if that works then there a a very good chance the problem lies in the ability of the GD Library to handle JPEGs. The fix appears to either upgrade the GD library and/or allowing GD to accept JPEG files.
Some PHP info here:
http://phpbuilder.com/board/showthread.php?t=10303811I hope that helps.
Forum: Fixing WordPress
In reply to: The uploaded file could not be moved to .I had no contents directory. I created it. Set it to 0777 and I have the same problem. Running 2.0.2.
The complete upload error: “The uploaded file could not be moved to .”
Any more suggestions?