Hello,
I get an upload error on any learning object that I try to upload. I have version 1.3 and 1.4 both installed and cannot upload on either site. I am using a Linux-- Apache sever. My Sql version 5.1.73, PHP version 5.3.3. I have raised max upload size max execution and post max size. I have checked the settings and all types are in my whitelist. I have changed permissions on files and config.
This is the error I get regardless of the type of document.
Error while processing the requested operation Error while uploading the object, object not uploaded
Upload Error
Re: Upload Error
Hi tdavies, is the /files folder writable for upload?
Re: Upload Error
Yes my /files is writeable
Last edited by tdavies on Thu May 14, 2015 1:24 am, edited 1 time in total.
Re: Upload Error
That log doesn't seem related to your problem, is just a missing stylesheet
The path is strange anyway, is your site url correct in the admin > config > main options?
The path is strange anyway, is your site url correct in the admin > config > main options?
Re: Upload Error
Yes the url is correct. I installed a clean version on that domain to see if it would work.
I have tried everything I can think of but it still gives me an error.
I have tried everything I can think of but it still gives me an error.
Re: Upload Error
Hi
please check that all sub-folders under the files folder (and files directory itself ) are writeble by the web server .
please check that all sub-folders under the files folder (and files directory itself ) are writeble by the web server .
Code: Select all
files/appCore
files/appLms
files/appLms/certificate
...
files/appLms/scorm
....
Cercate nel forum le riposte prima di chiedere. Check the forum before posting
---------------
Claudio Anelli
Joint Technologies - Sistemi avanzati per l'information technology
http://www.joint-tech.com
---------------
---------------
Claudio Anelli
Joint Technologies - Sistemi avanzati per l'information technology
http://www.joint-tech.com
---------------
Re: Upload Error
They are all writeable. Anything else you can think of? Would it be anything in the htaccess folder?
Re: Upload Error
I figured it out! Inside of /files/tmp was a .htaccess file that said deny from all. I changed it to allow from all and it works.
Thanks for all your help!
Thanks for all your help!
Re: Upload Error
Hi Tdavies
I'm happy you have resolved the issue and that you have shared the solution with us.
From our side we will made some check and verifications and fix the issue in a next release.
Your solution sound strange to me: the .htaccess in tmp folder 'deny access from all' because the temp folder is a temporary working area and no url must require a file from these location.
I suppose you are using apache 2.2 , can you confirm ?
I'm happy you have resolved the issue and that you have shared the solution with us.
From our side we will made some check and verifications and fix the issue in a next release.
Your solution sound strange to me: the .htaccess in tmp folder 'deny access from all' because the temp folder is a temporary working area and no url must require a file from these location.
I suppose you are using apache 2.2 , can you confirm ?
Cercate nel forum le riposte prima di chiedere. Check the forum before posting
---------------
Claudio Anelli
Joint Technologies - Sistemi avanzati per l'information technology
http://www.joint-tech.com
---------------
---------------
Claudio Anelli
Joint Technologies - Sistemi avanzati per l'information technology
http://www.joint-tech.com
---------------
Re: Upload Error
perl-Apache-ASP version 2.59-0.297781
It worked for version 1.4 but not 1.3
It worked for version 1.4 but not 1.3