1
tamerlo
Problem using Image Manager after 2.0.9.3 update
  • 2005/4/11 15:23

  • tamerlo

  • Just popping in

  • Posts: 71

  • Since: 2004/1/30


After the update to 2.0.9.3 version of XOOPS image manager stop to working. when I try to upload an image, after the click the submit button, the seem that is been send to server but after this appear an error page.

What is the problem: new updater? mime-type?

2
ackbarr
Re: Problem using Image Manager after 2.0.9.3 update

What is the error that you received after uploading an image?

3
tamerlo
Re: Problem using Image Manager after 2.0.9.3 update
  • 2005/4/11 15:34

  • tamerlo

  • Just popping in

  • Posts: 71

  • Since: 2004/1/30


"Impossibile fare l'upload del file %s" that in english I think can sound like "Impossible upload file %s".

4
Mithrandir
Re: Problem using Image Manager after 2.0.9.3 update

and the webserver has write privileges on the uploads directory?

Any additional errors when you try again with PHP debug enabled?

5
tamerlo
Re: Problem using Image Manager after 2.0.9.3 update
  • 2005/4/11 16:49

  • tamerlo

  • Just popping in

  • Posts: 71

  • Since: 2004/1/30


yes, directory have write permissions and there are no other error messages with the debug enabled

6
tamerlo
Re: Problem using Image Manager after 2.0.9.3 update
  • 2005/4/11 16:52

  • tamerlo

  • Just popping in

  • Posts: 71

  • Since: 2004/1/30


the same error appear also if I try to upload an image from admin area.

the error message seems raised from check:
if ($uploader->fetchMedia($_POST['xoops_upload_file'][0])) {
at line 211 of imagemanager.php file. It is like during transfer lost filename in array of uploaded file.

7
tamerlo
Re: Problem using Image Manager after 2.0.9.3 update
  • 2005/4/12 8:37

  • tamerlo

  • Just popping in

  • Posts: 71

  • Since: 2004/1/30


PROBLEM DON'T COMPARE in 2.0.10RC!!!

I have tried an update to 2.0.10RC and the error don't compair. So this bug will be solved in new version.