Important security update, please update to Osclass 3.7.4
At Osclass we have changed our Privacy Policy and Terms of Use in order to adapt them to the new General Data Protection Regulation (GDPR). We want you to know what user data we store, what we need them for, and who we share them with in each specific case. Furthermore, we are making it even easier for you to exercise your right to manage your own data.
Our goal is that you enjoy the best possible experience with our website. As the GDPR comes into force, legislation requires us that you grant us permission—both to us and our partners—to store cookies in your browser. Remember you can find more information about what we do with your data by clicking here.
I accept Osclass SL’s Terms of Use and Cookies Policy and grant them permission to manage my data.
Good day to all, I installed the 3.20 version but I can not upload images. shows no errors, but not up. check the directory "c-temp, uploads" and have 755 permissions, prove with 777 permissions but it did not work.I appreciate your help.sorry for my English I use a translatorregardshttp://e--ideas.com/isopo/
if(function_exists('disk_free_space')) { $freedisk = @disk_free_space(osc_uploads_path()); }
Try removing this from oc-includes/osclass/ItemActions.phpCode: [Select] if(function_exists('disk_free_space')) { $freedisk = @disk_free_space(osc_uploads_path()); }Around line 1346 ( https://github.com/osclass/Osclass/blob/master/oc-includes/osclass/ItemActions.php#L1346 )
Quote from: _CONEJO on October 21, 2013, 11:43:34 amTry removing this from oc-includes/osclass/ItemActions.phpCode: [Select] if(function_exists('disk_free_space')) { $freedisk = @disk_free_space(osc_uploads_path()); }Around line 1346 ( https://github.com/osclass/Osclass/blob/master/oc-includes/osclass/ItemActions.php#L1346 ) /* if(function_exists('disk_free_space')) { $freedisk = @disk_free_space(osc_uploads_path()); } */ I removed this one. But it still don't seems work. Should I delete any caches?