Page 1 of 1

Add album or image is not working

Posted: 21 Oct 2012, 06:49
by matthew
Hi,

I try to add/create an album (pictures) on the webfrontend and nothing happens but the progressbarpicture is showed. The view in which I can name the album and add pictures does not pop up. I tried different users to do this and restarting bubba. Removing an album is working. Is another logfile existing than /var/log/web-admin/log*.php for those problems?

Code: Select all

<?php  if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?>

ERROR - 2012-10-21 12:12:44 --> Severity: Warning  --> array_keys() expects parameter 1 to be array, boolean given /usr/share/web-admin/admin/models/auth_model.php 383
ERROR - 2012-10-21 12:12:44 --> Severity: Warning  --> Invalid argument supplied for foreach() /usr/share/web-admin/admin/models/auth_model.php 383
ERROR - 2012-10-21 12:12:51 --> Severity: Warning  --> socket_connect(): unable to connect [2]: No such file or directory /usr/share/web-admin/admin/helpers/bubba_socket_helpe$
ERROR - 2012-10-21 12:12:51 --> Severity: Warning  --> socket_connect(): unable to connect [2]: No such file or directory /usr/share/web-admin/admin/helpers/bubba_socket_helpe$
ERROR - 2012-10-21 12:16:17 --> Severity: Warning  --> array_keys() expects parameter 1 to be array, boolean given /usr/share/web-admin/admin/models/auth_model.php 383
ERROR - 2012-10-21 12:16:17 --> Severity: Warning  --> Invalid argument supplied for foreach() /usr/share/web-admin/admin/models/auth_model.php 383
ERROR - 2012-10-21 12:16:24 --> Severity: Warning  --> socket_connect(): unable to connect [2]: No such file or directory /usr/share/web-admin/admin/helpers/bubba_socket_helpe$
ERROR - 2012-10-21 12:16:24 --> Severity: Warning  --> socket_connect(): unable to connect [2]: No such file or directory /usr/share/web-admin/admin/helpers/bubba_socket_helpe$
What can I do? Is there a possibility to do these stuff with terminal?

thx a lot

Re: Add album or image is not working

Posted: 22 Oct 2012, 14:58
by matthew
Can nobody help myself? Please, I don't want to install another picture-viewer.

Re: Add album or image is not working

Posted: 22 Oct 2012, 15:24
by nobody
Sorry I don't use the photo album...

Re: Add album or image is not working

Posted: 29 Oct 2012, 15:38
by johannes
What software version are you on? Do you have any idea what may be causing this (manually fiddling somewhere)? Did it never work before, or just recently stopped working?


Since this normally works I'm out of good ideas, sorry..

Re: Add album or image is not working

Posted: 01 Nov 2012, 07:29
by matthew
Hi Johannes,
now, my b3 is on the latest version 2.5.1.1 and the behavior is the same like described above. It recently stopped working. There are albums I added in the past, which can be showed normally, but image-add is not possible with the same behavior (the rolling progress-png don't stopp and no view pops up). I never changed something relating the frontend...

In the meantime I integrated another gallery called http://piwigo.org/, it's very nice, but I would prefer to use the build in gallery.

regards Matthew

Re: Add album or image is not working

Posted: 01 Nov 2012, 12:57
by matthew
additionally here is the output of apaches access.log after I try to create an album:

Code: Select all

127.0.0.1 - - [01/Nov/2012:17:46:14 +0100] "GET /admin/ajax_session/get_locale HTTP/1.1" 200 500 "-" "PEAR HTTP_Request class ( http://pear.php.net/ )"
192.168.10.81 - - [01/Nov/2012:17:46:14 +0100] "POST /album/index.php/users/check_manager_mode HTTP/1.1" 200 256 "http://b3.local/album/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4"
127.0.0.1 - - [01/Nov/2012:17:46:15 +0100] "GET /admin/ajax_session/get_locale HTTP/1.1" 200 500 "-" "PEAR HTTP_Request class ( http://pear.php.net/ )"
192.168.10.81 - - [01/Nov/2012:17:46:15 +0100] "POST /album/index.php/filemanager/json HTTP/1.1" 200 5820 "http://b3.local/album/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4"
and the next one is the output after pushing button add image:

Code: Select all

127.0.0.1 - - [01/Nov/2012:17:50:38 +0100] "GET /admin/ajax_session/get_locale HTTP/1.1" 200 500 "-" "PEAR HTTP_Request class ( http://pear.php.net/ )"
192.168.10.81 - - [01/Nov/2012:17:50:38 +0100] "POST /album/index.php/users/check_manager_mode HTTP/1.1" 200 256 "http://b3.local/album/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4"
127.0.0.1 - - [01/Nov/2012:17:50:38 +0100] "GET /admin/ajax_session/get_locale HTTP/1.1" 200 500 "-" "PEAR HTTP_Request class ( http://pear.php.net/ )"
192.168.10.81 - - [01/Nov/2012:17:50:38 +0100] "POST /album/index.php/filemanager/json HTTP/1.1" 200 5820 "http://b3.local/album/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4"
I hope it helps to address the problem