the upgrade is showing up on one of my sites and I try to run it real quick and this is what I get I am not very familiar with gallery yet so I am pretty confused HELP!
Storage Directory Permissions
Failed
Error: Some files and or directories in your storage directory are not writeable by the webserver user. Run chown -R webserverUser /var/chroot/home/content/r/n/c/rncwolverton/html/gallery/g2data/ OR run chmod -R 777 /var/chroot/home/content/r/n/c/rncwolverton/html/gallery/g2data/.
mindless
Joined: 2004-01-04
Posts: 8601
Posted: Tue, 2006-06-20 21:29
How did our site upgrade cause errors in your G2? (please post your question in the appropriate forum, thanks)
floridave
Joined: 2003-12-22
Posts: 27300
Posted: Wed, 2006-06-21 01:11
When using the search function. The results page has the advanced serch box before the results. This results in the users having to scroll down to see the results. Don't know if this intended behavior or not. If it is my vote is to change it back to the way it was.
Dave
mindless
Joined: 2004-01-04
Posts: 8601
Posted: Wed, 2006-06-21 03:16
This is an entirely different search module, and the old one is not available for 4.7 so we can't change anything back. The advanced search box comes up collapsed, so not too much space is taken up. It's probably possible to move both the search box and advanced search section below the search results if that is deemed better. You're welcome to use the GMC task tracker on sf.net for requests like this one.
floridave
Joined: 2003-12-22
Posts: 27300
Posted: Wed, 2006-06-21 03:25
I don't know why but it _was_ open. I see that it is now collapsed. Wierd.
Dave
lvthunder
Joined: 2003-09-12
Posts: 808
Posted: Wed, 2006-06-21 19:39
in the forums the font size used for the code bbcode makes the code a lot bigger then it used to. See this thread http://gallery.menalto.com/node/50331
mindless
Joined: 2004-01-04
Posts: 8601
Posted: Thu, 2006-06-22 01:15
should be fixed, thanks.
nzwhost
Joined: 2005-10-29
Posts: 61
Posted: Thu, 2006-06-22 06:47
Pagination at the bottom of pages is all squashed up.
mindless
Joined: 2004-01-04
Posts: 8601
Posted: Thu, 2006-06-22 22:58
added some padding
bharat
Joined: 2002-05-21
Posts: 7994
Posted: Fri, 2006-06-23 18:11
Considering the sheer amount of change from this upgrade, I'm amazed that there have been so few issues. Great work, mindless!
nzwhost
Joined: 2005-10-29
Posts: 61
Posted: Thu, 2006-06-29 05:59
It looks like you have the same issue I have with a site that I am currently developing. Drupal 4.7 and Gallery 2.1 seem to have an issue with the embedded environment (using the Drupal Gallery Module from here if you browse to a page URI that does not exist you get the follwing error:
"Unable to initialize embedded Gallery. You need to configure your embedded Gallery."
I suspect you will also see errors in the Drupal application:
Unable to initialize embedded Gallery
Error (ERROR_STORAGE_FAILURE)
mindless
Joined: 2004-01-04
Posts: 8601
Posted: Thu, 2006-06-29 15:40
that's an odd sequence of events.. the invalid path somehow makes the init try to recreate your user acct in the G2 db even though it already exists. no idea how the path is related to user init, but i'll take a look.
mindless
Joined: 2004-01-04
Posts: 8601
Posted: Thu, 2006-06-29 18:15
nzwhost, I'm not sure what it should do for an invalid path.. I submitted this patch that at least gets the right error in drupal watchdog.
floridave
Joined: 2003-12-22
Posts: 27300
Posted: Sat, 2006-07-01 18:05
When a URL is posted that has a & in the link portion of the url gets trunkated.
that means someone else deleted that item already.
(fyi, this is a custom G2 module and not related to drupal 4.7)
clothahump
Joined: 2002-11-26
Posts: 127
Posted: Fri, 2006-07-28 07:01
That explains things then, must be somebody else checking new submissions, I thought I was on my own.;)
webguru
Joined: 2006-12-06
Posts: 1
Posted: Wed, 2006-12-06 17:33
Well mindless... thanks for wonderful support you are giving throughout. Its great how easily and promptly you answers queries and fix any bugs which are reported here. Please continue your good work.
Ralf
erik1974
Joined: 2007-07-31
Posts: 5
Posted: Mon, 2007-07-30 16:57
Why do you use Drupal 4.7.2? Drupal 5.1 works very fine and have some nice new features!
__________________________________
valiant
Joined: 2003-01-04
Posts: 32509
Posted: Tue, 2007-07-31 10:49
This thread is over a year old. We moved to Drupal 5 this spring, as far as I remember.
Posts: 1
the upgrade is showing up on one of my sites and I try to run it real quick and this is what I get I am not very familiar with gallery yet so I am pretty confused HELP!
Storage Directory Permissions
Failed
Error: Some files and or directories in your storage directory are not writeable by the webserver user. Run chown -R webserverUser /var/chroot/home/content/r/n/c/rncwolverton/html/gallery/g2data/ OR run chmod -R 777 /var/chroot/home/content/r/n/c/rncwolverton/html/gallery/g2data/.
Posts: 8601
How did our site upgrade cause errors in your G2? (please post your question in the appropriate forum, thanks)
Posts: 27300
When using the search function. The results page has the advanced serch box before the results. This results in the users having to scroll down to see the results. Don't know if this intended behavior or not. If it is my vote is to change it back to the way it was.
Dave
Posts: 8601
This is an entirely different search module, and the old one is not available for 4.7 so we can't change anything back. The advanced search box comes up collapsed, so not too much space is taken up. It's probably possible to move both the search box and advanced search section below the search results if that is deemed better. You're welcome to use the GMC task tracker on sf.net for requests like this one.
Posts: 27300
I don't know why but it _was_ open. I see that it is now collapsed. Wierd.
Dave
Posts: 808
in the forums the font size used for the code bbcode makes the code a lot bigger then it used to. See this thread http://gallery.menalto.com/node/50331
Posts: 8601
should be fixed, thanks.
Posts: 61
Pagination at the bottom of pages is all squashed up.
Posts: 8601
added some padding
Posts: 7994
Considering the sheer amount of change from this upgrade, I'm amazed that there have been so few issues. Great work, mindless!
Posts: 61
It looks like you have the same issue I have with a site that I am currently developing. Drupal 4.7 and Gallery 2.1 seem to have an issue with the embedded environment (using the Drupal Gallery Module from here if you browse to a page URI that does not exist you get the follwing error:
"Unable to initialize embedded Gallery. You need to configure your embedded Gallery."
You can see what I mean if you go to [url=/gallery/abc]http://gallery.menalto.com/gallery/abc[/url] - which is not a valid URI.
I suspect you will also see errors in the Drupal application:
Unable to initialize embedded Gallery
Error (ERROR_STORAGE_FAILURE)
Posts: 8601
that's an odd sequence of events.. the invalid path somehow makes the init try to recreate your user acct in the G2 db even though it already exists. no idea how the path is related to user init, but i'll take a look.
Posts: 8601
nzwhost, I'm not sure what it should do for an invalid path.. I submitted this patch that at least gets the right error in drupal watchdog.
Posts: 27300
When a URL is posted that has a
&
in the link portion of the url gets trunkated.Example:
http://discussion.dreamhost.com/showflat.pl?Cat=&Board=3rdparty&Number=28516&page=0&view=collapsed&sb=5&o=all&part=
Dave
____________________________________________________
WPG2 | G1 Test Gallery
Posts: 8601
should be fixed now, thanks
Posts: 127
Gallery samples moderation email leads to http://gallery.menalto.com/index.php?q=gallery&g2_view=linksubmit.Moderate&g2_itemId=65816 which throws this error Fatal error: Call to a member function on a non-object in /usr/www/website/gallery.menalto.com/gallery2/modules/core/ErrorPage.inc on line 138
Posts: 8601
that means someone else deleted that item already.
(fyi, this is a custom G2 module and not related to drupal 4.7)
Posts: 127
That explains things then, must be somebody else checking new submissions, I thought I was on my own.;)
Posts: 1
Well mindless... thanks for wonderful support you are giving throughout. Its great how easily and promptly you answers queries and fix any bugs which are reported here. Please continue your good work.
Ralf
Posts: 5
Why do you use Drupal 4.7.2? Drupal 5.1 works very fine and have some nice new features!
__________________________________
Posts: 32509
This thread is over a year old. We moved to Drupal 5 this spring, as far as I remember.
--------------
Documentation: Support / Troubleshooting | Installation, Upgrade, Configuration and Usage