The MU forums have moved to WordPress.org

import & image upload problems (35 posts)

  1. inertia
    Member
    Posted 18 years ago #

    Sorry if this has been discussed before.

    First after upgrade to the latest build I can't see the image uploading nor the old "upload" tab in my admin cp.
    Second the import tab is still inaccessible I get "Redirect for this URL exceeded" (something with the .htaccess file, right?). I thought it should be working by now?

    Thanks in advance and sorry again if my questions are too dumb :)

  2. partypageusa
    Member
    Posted 18 years ago #

    For the upload part, you can now upload image from your post writing screen.

    and the import part is being work here http://mu.wordpress.org/forums/topic/326

  3. rehan
    Inactive
    Posted 18 years ago #

    Hi im having problems uploading image file from the upload option at post writing screen. It keeps coming up with : This file is too big. Files must be less than 3000Kb in size. I tried changing the file max and allowed setting in admin but have not been successful thus far.

    Can anyone give me a solution to this?

  4. rehan
    Inactive
    Posted 18 years ago #

    Just for the record, the file uploaded was 10kb in size..
    So i dont think its any oversight on my part.
    Would appreciate some help from you kind people out there.

    Thanks
    rehan

  5. ballen
    Member
    Posted 18 years ago #

    We had the same issue recently. It decided to go away right after we updated the last time... It may be worth getting the newest build and replacing the files that have changed since your install. Just my $0.02.. :)

  6. rehan
    Inactive
    Posted 18 years ago #

    Thanks.. the update helped

  7. rehan
    Inactive
    Posted 18 years ago #

    Thanks.. the update helped

  8. blogg
    Inactive
    Posted 18 years ago #

    Hi, I`m also having trouble uploading image files.
    After uploading an image, it wont display the image.

    instead ,I get a red cross under the 'Browse Attached' tab.
    Like a broken link.

    Can anyone help me out ?
    Thanks

  9. Stapleton
    Member
    Posted 18 years ago #

    Yes I also have that problem, the image won't display but it does upload and drag... :-) but I'm happy http://integrityhost.com/ got the wildcard issue fixed for me relatively fast..

  10. blogg
    Inactive
    Posted 18 years ago #

    unfortunately I cant drag and drop neiter.
    So, i can upload an image, but i cant do anything with the image.

    Im using the latest build.

    Can anyone point me in the right direction ?
    Thanks

  11. jerad
    Member
    Posted 18 years ago #

    I am having problems also. I have ran updates every morning and can not get an image to show up wether I upload it, call it from another location or type the html in myself. Nothing works. Any suggestions?

  12. blogg
    Inactive
    Posted 18 years ago #

    Hi, I`m still having problem uploading images.
    No thumbnail is displayed when i upload an image.
    Can anyone help me ?

    Thanks in advance

  13. Stapleton
    Member
    Posted 18 years ago #

    Anyone figure out the problem yet? , please let me know.
    Thanks

  14. techwench
    Inactive
    Posted 18 years ago #

    Have you tried editing the .htaccess file with the mod in this thread:
    http://mu.wordpress.org/forums/topic/399#post-2161

    Or maybe this:
    http://mu.wordpress.org/forums/topic/296#post-1872

    Or possibly, even this:
    http://mu.wordpress.org/forums/topic/296#post-1872

  15. Stapleton
    Member
    Posted 18 years ago #

    Yes I have tried those 2 methods, the images seem to be uploading to the following path:
    http://user.domain.com/files/2005/10/File.jpg
    and I noticed when I go directly Into the cpanel to try to upload an image in a user directory the file fails to upload...

  16. blogg
    Inactive
    Posted 18 years ago #

    Ive tried those 2 methods too and other .htaccess hacks as well, but nothing seems to be helping.

    The image is uploaded in the following path:
    http://user.domain.com/files/2005/10/file.jpg
    When i try to access that file directly i get redirected to user.domain.com/500

    Im pretty sure this has something to do with the .htaccess file

    Any help would be appreciated
    Thanks

  17. Farms
    Member
    Posted 18 years ago #

    Ditto, me too, on a clean install of the 28/10 version too!

    WOuld anyone who has got this working be able to share their .htaccess file? Or wouldn't that help?

    Could it be a permissions thing with cPanel again? Perhaps allowing rewrite to one of the other .htaccess files might be necessary in installation or down the line?

    (this may be nothing new but there seem to be .htaccess files in wp-inst/ and in wp-inst/wp-content are those the ones that need to be played with?

  18. hugoxalapa
    Inactive
    Posted 18 years ago #

    Hi i have the same problem, the images upload, but dont display, im get no error only blank page. I have a solution but i need help with the rewriterule, i need to make a rule for every blog that point to specific file directory of each blog i use this:

    RewriteRule ^files/(.*) /wp-inst/wp-content/blogs.dir/1/files/$1 [L]

    but it only works for one directory, if anyone can help me making a rule for each blog i think i can solve this.

    Other thing that might work is use the same folder for all the blogs but i dont think this is a practical solution.

    Thanks.
    i hope you understand my english its not very good.

  19. partypageusa
    Member
    Posted 18 years ago #

    Now I'm getting this error after a fresh install

    Fatal error: Call to undefined function: get_subpost_link() in /home/host/public_html/wp-inst/wp-admin/image-uploading.php on line 243

    Anyone know what this problem is from or found a solution?

  20. hugoxalapa
    Inactive
    Posted 18 years ago #

    I found a solution for the image showing for those that nothing else work, i made a rule for every blog like this:

    # rule for blog2
    RewriteCond %{HTTP_HOST} ^([^\.]+)\.yourdomain\.com$ [NC]
    RewriteCond %1 ^(blog2)$ [NC]
    RewriteRule ^files/(.*) /wp-inst/wp-content/blogs.dir/2/files/$1 [L]

    # rule for blog3
    RewriteCond %{HTTP_HOST} ^([^\.]+)\.yourdomain\.com$ [NC]
    RewriteCond %1 ^(blog3)$ [NC]
    RewriteRule ^files/(.*) /wp-inst/wp-content/blogs.dir/3/files/$1 [L]

    # rule for adminblog
    RewriteRule ^files/(.*) /wp-inst/wp-content/blogs.dir/1/files/$1 [L]

    Its a little work but at least work until this issue its resolved, i hope this can help someone.

    Tambien hablo español y me gustaría saber si hay alguien más que hable español para empezar una comunidad MU en español. saludos.

  21. blogg
    Inactive
    Posted 18 years ago #

    I appreciate you posting your solution

    But for some reason this does not seem to be working.
    Did you change something else ?

  22. hugoxalapa
    Inactive
    Posted 18 years ago #

    Did you made a clean install or are you upgrading?, maybe i can help you if you let me take a look of your site.

  23. 1thing
    Inactive
    Posted 18 years ago #

    hi.. i can upload the images, but when they are displayed in the box, it is the image with the red cross so there is no preview. and i cant drag and drop... what do i need to do to get it working ?

  24. mistwist
    Inactive
    Posted 18 years ago #

    I have tried everything found here to get images to work, but still nothing... anyone had any luck at all getting this to work yet?

  25. mistwist
    Inactive
    Posted 18 years ago #

    oh I almost forgot, take a look at what happens when you add one to a post and have newest posts on the sites home page! http://mistwist.thejackassjournal.com

  26. mistwist
    Inactive
    Posted 18 years ago #

  27. Farms
    Member
    Posted 18 years ago #

    Ditto, I think that teh solutiopn probably lies in getting a working version of .htaccess, does anyone want to volunteer one?

  28. Inviz
    Inactive
    Posted 18 years ago #

    We've fixed image upload issue, ask mistwist for it ;)

  29. kahless
    Member
    Posted 18 years ago #

    Does the latest build include the fix?

  30. Farms
    Member
    Posted 18 years ago #

    -excited-

    How do I ask her exactly?

    I most certainly would like too... misstwist, are ya out there?

About this Topic