I have used Gallery Remote since Gallery 1. I switched to the Java version after moving to windows 7-64 and found the download location is 404,
One day it worked, next it did not.
I have tried several computers, none worked.
It fails on initialization with the error in the subject. clicking ok until it attempts to logon results in a final fatal error.
I created a fake gallery_remote2.php in the gallery root.
It made no difference. I did not expect it would as it never was there before.
Any Ideas?
Last Run Details:
Gallery URL = http://www.thelundgrens.us/gallery/main.php
Gallery version = 2.3.2 core 1.3.0.2
API = Core 7.54, Module 3.9, Theme 2.6, Embed 1.5
PHP version = 5.3.5 apache2handler
Webserver = Apache/2.2.17 (Linux/SUSE)
Database = mysqli 5.1.71-log, lock.system=flock
Toolkits = ArchiveUpload, Exif, Getid3, LinkItemToolkit, Thumbnail, Dcraw, Gd, jpegtran, NetPBM, ImageMagick, Ffmpeg
Acceleration = full/172800, none/0
Operating system = Linux Nat 3.0.80-52-default #1 SMP Thu Jun 6 17:42:17 UTC 2013 (687ed2a) i686
Default theme = matrix
gettext = enabled
Locale = en_US
Browser = Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0; MALC)
Rows in GalleryAccessMap table = 846
Rows in GalleryAccessSubscriberMap table = 38969
Rows in GalleryUser table = 11
Rows in GalleryItem table = 38965
Rows in GalleryAlbumItem table = 1173
Rows in GalleryCacheMap table = 7
Posts: 8339
make sure the rewrite condition exists in your .htaccess
RewriteCond %{REQUEST_FILENAME} gallery\_remote2\.php
-s
________________________________
All New jQuery Minislideshow for G2/G3
Posts: 67
I am not sure why this would have changed, but it is there:
# BEGIN Url Rewrite section
# (Automatically generated. Do not edit this section)
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /gallery/
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d [OR]
RewriteCond %{REQUEST_FILENAME} gallery\_remote2\.php
RewriteCond %{REQUEST_URI} !/gallery/main\.php$
RewriteRule . - [L]
RewriteCond %{THE_REQUEST} /gallery/sitemap(\?.|\ .)
RewriteCond %{REQUEST_URI} !/gallery/main\.php$
RewriteRule . /gallery/main.php?g2_view=sitemap.Sitemap [QSA,L]
RewriteCond %{THE_REQUEST} /gallery/popular(\?.|\ .)
RewriteCond %{REQUEST_URI} !/gallery/main\.php$
RewriteRule . /gallery/main.php?g2_view=dynamicalbum.PopularAlbum [QSA,L]
RewriteCond %{THE_REQUEST} /gallery/updates(\?.|\ .)
RewriteCond %{REQUEST_URI} !/gallery/main\.php$
RewriteRule . /gallery/main.php?g2_view=dynamicalbum.UpdatesAlbum [QSA,L]
RewriteCond %{THE_REQUEST} /gallery/admin/(\?.|\ .)
RewriteCond %{REQUEST_URI} !/gallery/main\.php$
RewriteRule . /gallery/main.php?g2_view=core.SiteAdmin [QSA,L]
RewriteCond %{THE_REQUEST} /gallery/random(\?.|\ .)
RewriteCond %{REQUEST_URI} !/gallery/main\.php$
RewriteRule . /gallery/main.php?g2_view=dynamicalbum.RandomAlbum [QSA,L]
RewriteCond %{THE_REQUEST} /gallery/v/([^?]+)/slideshowapplet\.html(\?.|\ .)
RewriteCond %{REQUEST_URI} !/gallery/main\.php$
RewriteRule . /gallery/main.php?g2_view=slideshowapplet.SlideshowApplet&g2_path=%1 [QSA,L]
RewriteCond %{THE_REQUEST} /gallery/d/([0-9]+)\-([0-9]+)/([^/?]+)(\?.|\ .)
RewriteCond %{REQUEST_URI} !/gallery/main\.php$
RewriteRule . /gallery/main.php?g2_view=core.DownloadItem&g2_itemId=%1&g2_serialNumber=%2&g2_fileName=%3 [QSA,L]
RewriteCond %{THE_REQUEST} /gallery/v/([^?]+)/slideshow\.html(\?.|\ .)
RewriteCond %{REQUEST_URI} !/gallery/main\.php$
RewriteRule . /gallery/main.php?g2_view=slideshow.Slideshow&g2_path=%1 [QSA,L]
RewriteCond %{THE_REQUEST} /gallery/c/view/([0-9]+)\.html(\?.|\ .)
RewriteCond %{REQUEST_URI} !/gallery/main\.php$
RewriteRule . /gallery/main.php?g2_view=comment.ShowAllComments&g2_itemId=%1 [QSA,L]
RewriteCond %{THE_REQUEST} /gallery/c/add/([0-9]+)\.html(\?.|\ .)
RewriteCond %{REQUEST_URI} !/gallery/main\.php$
RewriteRule . /gallery/main.php?g2_view=comment.AddComment&g2_itemId=%1 [QSA,L]
RewriteCond %{THE_REQUEST} /gallery/v/([^?]+)\.davmount(\?.|\ .)
RewriteCond %{REQUEST_URI} !/gallery/main\.php$
RewriteRule . /gallery/main.php?g2_view=webdav.DownloadDavMount&g2_path=%1 [QSA,L]
RewriteCond %{THE_REQUEST} /gallery/rss/([^\/\?]+)(\?.|\ .)
RewriteCond %{REQUEST_URI} !/gallery/main\.php$
RewriteRule . /gallery/main.php?g2_view=rss.Render&g2_name=%1 [QSA,L]
RewriteCond %{THE_REQUEST} /gallery/srss/([0-9]+)(\?.|\ .)
RewriteCond %{REQUEST_URI} !/gallery/main\.php$
RewriteRule . /gallery/main.php?g2_view=rss.SimpleRender&g2_itemId=%1 [QSA,L]
RewriteCond %{THE_REQUEST} /gallery/key/([^?/]+)(\?.|\ .)
RewriteCond %{REQUEST_URI} !/gallery/main\.php$
RewriteRule . /gallery/main.php?g2_view=keyalbum.KeywordAlbum&g2_keyword=%1 [QSA,L]
RewriteCond %{THE_REQUEST} /gallery/w(/[^?]*)?(\?.|\ .)
RewriteCond %{REQUEST_URI} !/gallery/main\.php$
RewriteRule . /gallery/main.php?g2_controller=webdav.WebDav&g2_path=%1 [QSA,L]
RewriteCond %{THE_REQUEST} /gallery/f/([^?]+)(\?.|\ .)
RewriteCond %{REQUEST_URI} !/gallery/main\.php$
RewriteRule . /gallery/main.php?g2_controller=permalinks.Redirect&g2_filename=%1 [QSA,L]
RewriteCond %{THE_REQUEST} /gallery/v/([^?]+)(\?.|\ .)
RewriteCond %{REQUEST_URI} !/gallery/main\.php$
RewriteRule . /gallery/main.php?g2_path=%1 [QSA,L]
</IfModule>
# END Url Rewrite section
I also jumped through the hoops to implement the windows live plugin. If fails with the same error.
The error occurs on login as well during initialization.
Thanks for your reply
Posts: 8339
Did you try uninstalling/reinstalling the remote module in G2 admin -> Plugins
-s
________________________________
All New jQuery Minislideshow for G2/G3
Posts: 67
Yes. when that did not work and as shutterfly stopped working a year or more ago, I reinstalled the entire program.
Am I the only one having this problem?
Posts: 8339
Personally I have not used GR in 8-10yrs
I created the uploadify module to replace the upload applet and have not looked back.
-s
________________________________
All New jQuery Minislideshow for G2/G3
Posts: 67
uploadify module ?
Posts: 8339
http://codex.galleryproject.org/Gallery2:Modules:uploadify
-s
________________________________
All New jQuery Minislideshow for G2/G3
Posts: 67
Gallery Project has redirected to github querys on uplodify.
I went to github, found the folder-zip down loaded it and was able to figure out how to get around g2's module installer, which does not list it, then activate it.
I found the browse capability neat, the upload smooth except for the 413 error, which is fatal.
This is just a single file uploader whereas GR can, and I regularly upload, hundreds of files at once.
My Son's web page http://lundgren.us/ gives a Java error warning that later Java updates would kill it.
GR has caused security warnings for a while. I wonder if that is what the failure is.
Posts: 8339
The other day a fellow G2 user sent me his updates for uploadify. He claimed it had stopped working.
So today I merged in his changes and moved it to github. Then I tested and it didn't work for me either.
Try my original version http://www.flashyourweb.com/filemgmt/index.php?id=40 which still works for me.
You can select multiple files and upload them all at once. It can even generate thumbs and resizes too.
-s
________________________________
All New jQuery Minislideshow for G2/G3
Posts: 67
ERROR
The file Missippi River 01.JPG could not be uploaded: HTTP Error (413)
This could be related to the no find protocol implementation
If it would help I will grant you access to upload to a test album
Does it create albums too?
Posts: 8339
I had to look up 413, never run into it before.
http://www.checkupdown.com/status/E413.html
Sounds like maybe a server setting.
-s
________________________________
All New jQuery Minislideshow for G2/G3
Posts: 8339
see if this helps
add this to your .htaccess:
-s
________________________________
All New jQuery Minislideshow for G2/G3
Posts: 67
The file is large, but I have uploaded files from this camera since June
I added it to .htaccess, no change still 413
I wonder if it is a timeout error because of login problems.
I was logged into gallery at the time.
I tried another 27k Picture, same error
Posts: 8339
I'll have to figure out what is wrong w/ Oliver's version and fix it. Then we'll give that a try.
-s
________________________________
All New jQuery Minislideshow for G2/G3
Posts: 67
Full Screen slide show also fails. But then it uses GR as well.
the load from server and from website works.
Could I be a Java compatibility problem?
Anybody have a clue?