Theme: GreyDragon - v.4.0.2

gwd3

Joined: 2014-04-05
Posts: 4
Posted: Sat, 2014-04-05 19:34

Serge,

I have two gallery3 installations (3.0.9) on a debian7 server running apache 2.0, mysql 5.5.35, and php 5.4.4-14+deb7u8.

I loaded the greydragon 4.0.1 when it was released with similar results as others "dang, something went wrong...". I tried loading 4.0.2 to my themes folder with the same results and then copied an older greydragon theme from my working installion but that didn't clear things up either. It's still broken. Is there a file I can change to reset the theme since I can't access the admin section? I saw an earlier post regarding access to login when gallery breaks but the link doesn't work. My photo gallery is on a separate drive with a symlink so I think I could reinstall gallery3 without losing the photos but I thought I would try asking first.

Thank you. Bill

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Sat, 2014-04-05 21:41
gswallcovering wrote:
THANKS too for the great theme however (xotof) is an app for uploading photos on my android phone and it does not function any more.
Gene

I would imagine it uses APIs, why would theme affect it?

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | [url=http://twitter.com/greydragon_th]Follow on Twitter[/u

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Sat, 2014-04-05 21:51
gwd3 wrote:
Serge,

I have two gallery3 installations (3.0.9) on a debian7 server running apache 2.0, mysql 5.5.35, and php 5.4.4-14+deb7u8.

I loaded the greydragon 4.0.1 when it was released with similar results as others "dang, something went wrong...". I tried loading 4.0.2 to my themes folder with the same results and then copied an older greydragon theme from my working installion but that didn't clear things up either. It's still broken. Is there a file I can change to reset the theme since I can't access the admin section? I saw an earlier post regarding access to login when gallery breaks but the link doesn't work. My photo gallery is on a separate drive with a symlink so I think I could reinstall gallery3 without losing the photos but I thought I would try asking first.

Thank you. Bill

First try enabling debug mode - http://codex.galleryproject.org/Gallery3:FAQ#How_do_I_see_debug_information.3F - end then check var\logs folder for more details

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | [url=http://twitter.com/greydragon_th]Follow on Twitter[/u

 
gswallcovering
gswallcovering's picture

Joined: 2010-05-12
Posts: 96
Posted: Sat, 2014-04-05 23:51
Quote:
I would imagine it uses APIs, why would theme affect it?

Serge

Not quite sure.When I use xotof on my phone,it logs on fine, but cant upload photos.
switch to the wind theme,it can.
No urgency.
Gene

 
gwd3

Joined: 2014-04-05
Posts: 4
Posted: Sun, 2014-04-06 01:57

Serge,

Here is the latest var/log entry below. There was a date.timezone issue which I was able to google and correct. I will start working down this list doing the same thing. Looks like it is not finding the theme. Not sure yet. Thank you for responding so quickly. Bill

2014-04-05 21:48:18 -04:00 --- error: Kohana_Exception [ 42 ]: The requested views, page.html, could not be found
/usr/share/gallery3/system/core/Kohana.php [ 810 ]
#0 /usr/share/gallery3/system/libraries/View.php(83): Kohana_Core::find_file('views', 'page.html', true)
#1 /usr/share/gallery3/system/libraries/View.php(49): View_Core->set_filename('page.html', NULL)
#2 /usr/share/gallery3/modules/gallery/libraries/MY_View.php(62): View_Core->__construct('page.html', NULL, NULL)
#3 /usr/share/gallery3/modules/gallery/libraries/Theme_View.php(32): View->__construct('page.html')
#4 /usr/share/gallery3/modules/gallery/controllers/login.php(44): Theme_View_Core->__construct('page.html', 'other', 'login')
#5 [internal function]: Login_Controller->html()
#6 /usr/share/gallery3/system/core/Kohana.php(331): ReflectionMethod->invokeArgs(Object(Login_Controller), Array)
#7 [internal function]: Kohana_Core::instance(NULL)
#8 /usr/share/gallery3/system/core/Event.php(208): call_user_func_array(Array, Array)
#9 /usr/share/gallery3/application/Bootstrap.php(67): Event_Core::run('system.execute')
#10 /usr/share/gallery3/index.php(116): require('/usr/share/gall...')
#11 {main}

 
Ser Moro
Ser Moro's picture

Joined: 2007-12-08
Posts: 79
Posted: Mon, 2014-04-07 10:24

Little mistake in css/layout.css:

#g-main-in { min-width: 1020px; height: 100%; aoverflow: auto; bottom: auto; }

SM

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Fri, 2014-04-11 06:19
Ser Moro wrote:
Little mistake in css/layout.css:

#g-main-in { min-width: 1020px; height: 100%; aoverflow: auto; bottom: auto; }
SM

it is not a mistake but disabled rule. I will remove it

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | [url=http://twitter.com/greydragon_th]Follow on Twitter[/u

 
mikeage
mikeage's picture

Joined: 2005-01-23
Posts: 138
Posted: Wed, 2014-04-16 17:28

Hi Serge D,

First, welcome back! Nice to see some new updates to Grey Dragon.

What do you think about this patch: https://github.com/mikeage/greydragon/commit/ef14ee38baa5342f13764e6f5d1bc95209c697c8 . Basically, I'm using $siblings = $theme->siblings(); instead of $parent->children() , and only loading "edge" and "nearby" siblings . The first change allows us to get siblings for dynamic albums or tag albums; the second prevents it from being unreasonably expensive in terms of memory.

 
gwd3

Joined: 2014-04-05
Posts: 4
Posted: Sun, 2014-04-20 18:02

Serge D,
I have not been able to find a post with a solution to the error: kohana_excepion [42] listed in my previous post above. Any ideas why updating the grey dragon theme would have triggered this error? Is there a way to repoint the gallery to another theme? I looked at the MySQL table and didn't see anything obvious. I am not familiar with the programming but trying to learn. Thanks again. Bill.

 
gwd3

Joined: 2014-04-05
Posts: 4
Posted: Sun, 2014-04-27 21:30

Just to follow up my previous posts, I backed up my database, reinstalled gallery3 per the User Guide, created a new symlink to my var folder on a separate partition, imported my database and everything is working good. I think it will install another gallery3 to use for testing new themes and modules in the future.

 
aba1051

Joined: 2008-12-07
Posts: 3
Posted: Mon, 2014-07-07 22:17

Hi,
I'm using latest greydragon theme with gallery 3.0.9 and I just want to know if it's normal behavior, that in "create new album" form are not automatically filled fields directory name and internet address. In default wind theme are those field filled with same value as written into album name, but can be overwritten if you want. Is any possibility to port this functionality into graydragon?

Thanks

Petr

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Tue, 2014-07-08 17:28

Considering that code goes into hibernation, I will be spending less time maintaining the theme.
if there was changes in Wind theme which supports that functionality I will try to find it or may be someone else can point me to code involved

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Wed, 2014-07-09 01:59

There you go - my first post on migrating from G3 - http://blog.dragonsoft.us/2014/07/08/gallery-3-project-migration

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | [url=http://twitter.com/greydragon_th]Follow on Twitter[/u

 
undagiga

Joined: 2010-11-26
Posts: 693
Posted: Thu, 2014-07-24 00:05

I've only just caught up with this news. I'm shattered but not surprised at the same time.

Serge - wherever you lead I will follow, because you (and rWatcher) really understand this stuff.

Can I ask a question - does Piwigo have the equivalent of dynamic (tag) albums? You may recall that I do music photography, and the albums are organised by year and gig, but I also need dynamic albums for musicians and bands based on tags/keywords. Is this possible?

 
MtnBiker

Joined: 2008-02-11
Posts: 172
Posted: Thu, 2014-07-24 00:10
undagiga wrote:
does Piwigo have the equivalent of dynamic (tag) albums? You may recall that I do music photography, and the albums are organised by year and gig, but I also need dynamic albums for musicians and bands based on tags/keywords. Is this possible?

I saw a comment about virtual albums on a Piwigo forum. You might look that up and see if that's what they are.

Piwigo documentation isn't very good so good luck, but forum questions seem to get answered.

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Thu, 2014-07-24 01:48
undagiga wrote:
I've only just caught up with this news. I'm shattered but not surprised at the same time.

Serge - wherever you lead I will follow, because you (and rWatcher) really understand this stuff.

Can I ask a question - does Piwigo have the equivalent of dynamic (tag) albums? You may recall that I do music photography, and the albums are organised by year and gig, but I also need dynamic albums for musicians and bands based on tags/keywords. Is this possible?

Still learning and working on migration... so not too familiar with PW, but take a look at these two

http://piwigo.org/ext/extension_view.php?eid=730
http://piwigo.org/ext/extension_view.php?eid=544

It is flattering :) that my choices are influencing other's people decisions, thank you ;)

Still make an informed decision on if PW works for your needs

Forums would be best place to ask and you should receive help. I will try to help but don't be held back by my limited time to keep up with comments

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | [url=http://twitter.com/greydragon_th]Follow on Twitter[/u

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Thu, 2014-07-24 06:10

GD for Piwigo Alpha 1 - http://blog.dragonsoft.us/2014/07/23/gallery-3-project-migration-progress-0723/

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | [url=http://twitter.com/greydragon_th]Follow on Twitter[/u