Announcement

#1 2014-02-20 20:28:28

thijsverbeek
Member
2014-02-20
6

[resolved] 2.6.1 Error on file xxx.jpg : missing a temporary folder

Hello/Hi/Greetings,

I am getting this message when I try to upload a photo, searching this forum doesn't give me a clou
about what it could be.

It could be a permissions issue, but it doesn't state where.
Could also be a missing directory, but added dir upload, chmod to 777
tried netinstall and manual. Installation is no problem. works just fine.

dir structure is: /public/sites/www.fk-duiven.nl/piwigo

Maybe its very simple, but I can't find it.

Piwigo version: 2.6.1
PHP version: 5.3
MySQL version: ?
Piwigo URL: http://fk-duiven.nl/piwigo

Offline

 

#2 2014-02-21 10:45:33

rvelices
Former Piwigo Team
2005-12-29
1960

Re: [resolved] 2.6.1 Error on file xxx.jpg : missing a temporary folder

this is probably a php config issue (shared hosting or your own install ?)

everything should be in your php config
open_basedir ? does it include your temp directory etc ...

Offline

 

#3 2014-02-22 15:48:33

thijsverbeek
Member
2014-02-20
6

Re: [resolved] 2.6.1 Error on file xxx.jpg : missing a temporary folder

Okay,

where do I find the php.ini or PHP config

I can't find it on the website (using FileZilla), if I use the manual install, I have to unpack the files
before uploading. Can't find it there either.

I don't know what shared hosting is ? I use an account with "mijndomein" where I can upload
everything with FileZilla.

tried the netinstall aswell...

Offline

 

#4 2014-02-23 08:26:56

thijsverbeek
Member
2014-02-20
6

Re: [resolved] 2.6.1 Error on file xxx.jpg : missing a temporary folder

Solved, and I will explain what i did:

I used phpinfo.php to find out where the temporary folder is supposed to be. This file consists of only one line, and can be made yourself with a text editor (just get the name and extension right).

Put in the file:
<?php

// Show all information, defaults to INFO_ALL
phpinfo();

?>

place in the dir where you run piwigo, run by browsing to:www.yourwebsite.com/piwigo/phpinfo.php
read the output, and under the header SOAP you will find something like:

soap.wsdl_cache_dir    /public/tmp    /public/tmp

create that directory, an it works (for me that is) I used filezilla an da that works fine.
dir structure is: /public/sites/www.fk-duiven.nl/piwigo
so i added: /public/tmp

This also solves the upload problem for zenphoto wich I also tried and maybe for many more to come...

Good luck, I hope some has use for this...

Thijs

Offline

 

#5 2014-02-23 10:32:38

mistic100
Former Piwigo Team
Lyon (FR)
2008-09-27
3277

Re: [resolved] 2.6.1 Error on file xxx.jpg : missing a temporary folder

a French user had the same problem and solved it by deactivating "open_basedir" in php.ini

(but perhaps two different causes for one problem)

Offline

 

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact