ZenphotoCMS Forum
upload button won't show - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: upload button won't show (/thread-8869.html)



upload button won't show - svs - 2011-07-18

Hello,

as I am not sure if this is a bug or me being wrong, but : when I try to add photos, I have the list of photos, but no upload button, whether it is in flash or http mode. And yes, I am looged as admin.

Chrome Inspection shows following line :

why style="display:none" ???

Also, in admin-upload.php there is

if (empty($passedalbum)) {
$modified_rights = MANAGED_OBJECT_RIGHTS_EDIT; }
else
{ $rightsalbum = $rightsalbum = new Album($gallery, $passedalbum);
$modified_rights = $rightsalbum->albumSubRights(); }

Should it not be
$rightsalbum = new Album($gallery, $passedalbum);
instead of
$rightsalbum = $rightsalbum =
???

this is on the last trunk

Thanks, and sorry if I posted wrongly.
Best !




upload button won't show - sbillard - 2011-07-18

I see that you have discovered the solution on your own. Congratulations.