New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

Add album or image is not working

Got problems with your B2 or B3? Share and get helped!
Post Reply
matthew
Posts: 21
Joined: 06 Dec 2011, 15:46
Location: Germany, Leipzig

Add album or image is not working

Post 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
matthew
Posts: 21
Joined: 06 Dec 2011, 15:46
Location: Germany, Leipzig

Re: Add album or image is not working

Post by matthew »

Can nobody help myself? Please, I don't want to install another picture-viewer.
nobody
Posts: 226
Joined: 10 Mar 2012, 14:46

Re: Add album or image is not working

Post by nobody »

Sorry I don't use the photo album...
johannes
Posts: 1470
Joined: 31 Dec 2006, 07:12
Location: Sweden
Contact:

Re: Add album or image is not working

Post 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..
/Johannes (Excito co-founder a long time ago, but now I'm just Johannes)
matthew
Posts: 21
Joined: 06 Dec 2011, 15:46
Location: Germany, Leipzig

Re: Add album or image is not working

Post 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
matthew
Posts: 21
Joined: 06 Dec 2011, 15:46
Location: Germany, Leipzig

Re: Add album or image is not working

Post 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
Post Reply