After upgrading to 3.0 it was showing this message
——-
The wp-content/blogs.php file is deprecated. Please remove it and update your server rewrite rules to use wp-includes/ms-files.php instead.
——–
but if i remove wp-content/blogs.php webserver creating error message saying wp-content/blogs.php NOT found or missing.
Anyone face this Problem
]]>RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]
RewriteRule ^(.*/)?files/(.*) wp-includes/ms-files.php?file=$2 [L]
If I follow strictly the instructions and get rid of the wp-content/blogs.php file, all the sites have broken links to the media files they are using, whereas if I don’t delete the file, the links are fully functional. There must be something in blogs.php that is necessary to the system, but I can’t figure out what.
I would be grateful to read from someone who could show me the way to get this right.
Yves
Error saving media attachment.
in my wp 3 just work upload photos
when i wanted update my wpmu 2.9.2 to wp3 i saw this messages:
Warning! WordPress encrypts user cookies, but you must add the following lines to wp-config.php for it to be more secure.
Before the line /* That’s all, stop editing! Happy blogging. */ please add this code:
define( ‘NONCE_SALT’, ‘y<nnK<A220t7&#>rhO,b0Pqj?%J67:`VxZYN]d|&k62N+tyZhi6bg}nweY=YsqYP’ );
The wp-content/blogs.php file is deprecated. Please remove it and update your server rewrite rules to use wp-includes/ms-files.php instead.
i think this is reason of my problem because:
blogs.php and ms-files.php have difference codes
upload file location is blogs.dir and this name is same of blogs.php
any one can help me?
]]>Error saving media attachment.
in my wp 3 just work upload photos
]]>I’m having trouble with my wp-content/blogs.php. The header doesn’t seem to be getting sent.
The files are all uploading to the correct folder, but when trying to view the file I get this result.
This is the actual path to an image I uploaded https://clubsdotcom.com/wp-content/blogs.dir/1/files/2008/06/law-ball-015a21-150×150.jpg
This is the wordpress url that is rewritten by .htaccess to the wp-content/blogs.php https://clubsdotcom.com/files/2008/06/law-ball-015a21-150×150.jpg
I have no idea how to fix this problem, it has had me stumped for three weeks.
I would appreciate any help or suggestions no matter how remote.
Thanks in advance,
Levi