Advertisement:

Author Topic: I can not upload images version 3.20  (Read 1306 times)

eehurtado

  • Newbie
  • *
  • Posts: 3
I can not upload images version 3.20
« on: August 23, 2013, 03:47:31 pm »
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 translator
regards

http://e--ideas.com/isopo/

sunzhoujian

  • Newbie
  • *
  • Posts: 34
Re: I can not upload images version 3.20
« Reply #1 on: October 21, 2013, 10:27:31 am »
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 translator
regards

http://e--ideas.com/isopo/

Did you solve your problem? I encounter the same with newer version.

_CONEJO

  • Administrator
  • Hero Member
  • *****
  • Posts: 4689
Re: I can not upload images version 3.20
« Reply #2 on: October 21, 2013, 11:43:34 am »
Try removing this from oc-includes/osclass/ItemActions.php

Code: [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  )

sunzhoujian

  • Newbie
  • *
  • Posts: 34
Re: I can not upload images version 3.20
« Reply #3 on: October 21, 2013, 12:02:06 pm »
Try removing this from oc-includes/osclass/ItemActions.php

Code: [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?

sunzhoujian

  • Newbie
  • *
  • Posts: 34
Re: I can not upload images version 3.20
« Reply #4 on: October 21, 2013, 12:05:46 pm »
The website link is here.  Can you reproduce the problem? 

http://www.bendigou.com/os/index.php?page=search&sCategory=23

Try removing this from oc-includes/osclass/ItemActions.php

Code: [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?