@ dimi_ned: Have you tried contacting your hosting provider about this? They may be able to asist you in this since they are the only one who knows what configurations the servers are using.
Hi JLHC
I guess you are right. I’ve just sent them a request detailing the issue. Maybe they’ll be able to respond before I wipe out my linux install…
Hi JLHC
I guess you are right. I’ve just sent them a request detailing the issue. Maybe they’ll be able to respond before I wipe out my linux install…
Many thanks for your time
Be sure to update us on this when they responds.
I contacted the hosting provider (hostmonster) who said that although they didn’t have a linux OS to replicate this scenario (they have windows XP with IE6 & FF3) they run a script to fix the ownership of files. I asked to see the script so that I/we don’t have to go through the same trouble again.
On the other hand, before they did anything I wiped out my Ubuntu 64 bit system. And I did that for the reason that Adobe hasn’t produced a native 64 bit flash player. So when you choose to install the flash player (on a 64 bit system), it installs also a wrapper library which allows you to run the flash player in 64 bit environment.
So I installed instead the 32 bit Ubuntu, installed Flash (flashplugin-nonfree 9.0.124) and it worked…
It didn’t work with the latest flash 10.0.b128 which appears to be the latest (albeit beta) from Adobe. But I guess that is highly dependent on the OS.
In conclusion, when having this problem
1. Report the OS you are running it at and whether its 32 / 64 bit
2. Report your flash player version. Note if its a beta.
This particular problem on my setup was indeed caused by the 32-bit flash player running on 64-bit platform (although it was working while using the local Magento LAMP install).
I’ll post here the script if they mail it to me. It might be useful for people who don’t have a flash issue at all
I have exactly the same problem as the original poster (Whitewolf, Shaun). i.e. Images are not uploaded upon request in product manager and I am logged out after attempting the upload and changing screens.
Has anything been found to be the cause of the issue?
Can people with different problems start a seperate thread as it is diluting attention on what seems to be a common problem.
I have exactly the same problem as the original poster (Whitewolf, Shaun). i.e. Images are not uploaded upon request in product manager and I am logged out after attempting the upload and changing screens.
Has anything been found to be the cause of the issue?
Can people with different problems start a seperate thread as it is diluting attention on what seems to be a common problem.
Have you tried inserting the following lines in your php.ini file (in your Magento root folder):-
“magic_quotes_gpc = off
short_open_tag = on
extension=pdo.so
extension=pdo_mysql.so”
I have this problem with a clean installation of Magento 1.1.6, under XAMPP / windows XP.
When I click right bottom/properties to Media folder, always ‘read only’ is checked. I think it´s a silly question but, how to change permissions locally?
I have exactly the same problem as the original poster (Whitewolf, Shaun). i.e. Images are not uploaded upon request in product manager and I am logged out after attempting the upload and changing screens.
Has anything been found to be the cause of the issue?
Can people with different problems start a seperate thread as it is diluting attention on what seems to be a common problem.
Have you tried inserting the following lines in your php.ini file (in your Magento root folder):-
“magic_quotes_gpc = off
short_open_tag = on
extension=pdo.so
extension=pdo_mysql.so”
hey all, was having one heck of a time with this all of a sudden (probably the Flash 10 upgrade (don’t do it if you want the uploader to work).
so I rolled back to Flash 9 after my co-worker / roommate / drinking buddy / wunderkind decided that it was a pain to get the ajax callbacks to work and was having issues with the db stuff (and he was basically just trying to help for a little bit). he wrote a simple php form that would post the image and upload it in the correct format (and it didn’t use flash either just simple html and php), but we didn’t want to have him be entirely distracted by my project (and it was nearing 2 am), so we scrapped that idea, and decided to roll back to Flash 9 on my machine.
So with Flash 9 installed we are able to get the browse button back in operation. Nice. Upload button works. Nice. No call back. My roommate starts hacking away at this, and then after awhile is like… hrmmmm.... and says that it should be working but there is a javascript error that shouldn’t be there. ok… so i keep trolling the forums looking at people’s php.ini files and what not. Try billions of options, keep refreshing sessions, etc… To no avail… Meeting today to show the client… OH NOES!!!!!!!!!!!!!
So in the office this morning my boss and I decide to tail the logs (I don’t have shell access on my box so if you are using a hosting service or something check with the admin to have them see whats what, if they will).
I don’t have the exact text but mod_security was having an issue and commenting this line out seemed to work for us.
this:
REQBODY_PROCESSOR_ERROR
to this:
#REQBODY_PROCESSOR_ERROR
then we got some images uploaded, and then i was having additional issues, but that was because someone gave me media files with the wrong extension and mismatching mime types.
The uploader is finicky, but thank goodness its working for me.
This is how my coworker set up the upload (make a back up of ‘/app/design/adminhtml/default/default/template/media/uploader.phtml’),
keep in mind this DOES NOT enter the info into the db, so this is essentially useless on its own, though it may help someone else who wants to figure away around the flash uploader (i think its too flashy, no pun intended, and not functional enough, though this is web 2.0 in general, no?)
I make no guarantees about this, yadda yadda yadda…
Use this:
<?php if (isset($_FILES["uploaded_img"]) == TRUE) :
Thanks for sharing these hassles… The solution that worked for me was quite simple after all. It might be obvious to some of you, but I didn’t know the server was running in Safe Mode. I asked the hosting company to disable Safe Mode (advise given by a kind forum member, thanks Gui!) and re-installed Magento from scratch. Now everything works great! It solved not only the image-uploading-issue, also is solved errors I previously encountered when trying to export products and to use Downloader. Hope this post helps some of you too!