Announcement

#1 2013-01-15 17:09:41

novw
Member
2013-01-06
74

[resolved] Upload?!

Geepers creepers

We are still trying to iron out all the safe stuff on my server, so I placed a test-copy of piwago at http://kerstdorpen.allalla.com/piwigo . It has not given me any errors as of yet. Deep bows are in order.

but

when I goto http://kerstdorpen.allalla.com/piwigo/index/add_photos (upload from the menu) I get pic 1
when I go to http://kerstdorpen.allalla.com/piwigo/a … photos_add (add photos frokm admin) I get pic 2

Can you spot the difference? Yup. pic1 Does not have a "select files" possibility... I mean... Like... Euhm... I am flabbergasted. What the...


edit1:
darn. Now I have clicked use browser upload, and now I can't get rid of the browser upload and back to the flash uploader (that is not working)

edit2:
I go to admin, add photos, choose flash uploader, and the front page uploader is reset to flash uploader. And not working.


*****
Seriously? Am I running into permission issues on 1webhosting now too? (where the test site is located)

Last edited by novw (2013-01-15 17:14:08)

Offline

 

#2 2013-01-15 17:20:28

novw
Member
2013-01-06
74

Re: [resolved] Upload?!

Weird. http://kerstdorpen.allalla.com/piwigo/index/add_photos does not excist on the website?There is no folder index/ in the distribution? On my "original installation, the link from the upload is http://kerstdorpen.nl/catalog3/index.php?/add_photos

so

http://kerstdorpen.allalla.com/piwigo/index/add_photos
http://kerstdorpen.nl/catalog3/index.php?/add_photos

same software version, same installation. If I go to http://kerstdorpen.allalla.com/piwigo/index?/add_photos the uploader IS working.

--
End question: how do I cahnge the upload link on the front page so that it looks like it should?

Offline

 

#3 2013-01-15 18:09:00

flop25
Piwigo Team
2006-07-06
7037

Re: [resolved] Upload?!

Hi you are using the plugin community right?


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#4 2013-01-15 19:41:29

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

Re: [resolved] Upload?!

I think Community is not compatible with question_mark_in_url = false (what you have in kerstdorpen.allalla.com)

edit your advanced configuration with Local files Editor and remove the corresponding line

Offline

 

#5 2013-01-16 00:57:53

novw
Member
2013-01-06
74

Re: [resolved] Upload?!

And where the hiphiphip did this come from

Code:

<?php
// +-----------------------------------------------------------------------+
// |                                 urls                                  |
// +-----------------------------------------------------------------------+

// question_mark_in_urls : the generated urls contain a ? sign. This can be
// changed to false only if the server translates PATH_INFO variable
// (depends on the server AcceptPathInfo directive configuration)
$conf['question_mark_in_urls'] = true;

// php_extension_in_urls : if true, the urls generated for picture and
// category will not contain the .php extension. This will work only if
// .htaccess defines Options +MultiViews parameter or url rewriting rules
// are active.
$conf['php_extension_in_urls'] = false;

// category_url_style : one of 'id' (default) or 'id-name'. 'id-name'
// means that an simplified ascii represntation of the category name will
// appear in the url
$conf['category_url_style'] = 'id';

// picture_url_style : one of 'id' (default), 'id-file' or 'file'. 'id-file'
// or 'file' mean that the file name (without extension will appear in the
// url). Note that one aditionnal sql query will occur if 'file' is choosen.
// Note that you might experience navigation issues if you choose 'file'
// and your file names are not unique
$conf['picture_url_style'] = 'id';

// tag_url_style : one of 'id-tag' (default), 'id' or 'tag'.
// Note that if you choose 'tag' and the url (ascii) representation of your
// tags is not unique, all tags with the same url representation will be shown
$conf['tag_url_style'] = 'id-tag';?>

Anyway: jup. The upload is back again. I love you. All of you!

Offline

 

Board footer

Powered by FluxBB

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