Trouble with mobile upload after 3.0.4 upgrade

time4e

Joined: 2009-09-27
Posts: 13
Posted: Sun, 2012-06-24 16:53

I run Gallery3 on a Freebsd 9 apache server. Today I upgraded Gallery 3.03 to 3.0.4 and transferred all my modules and themes over, all went well but I broke the ability to upload photo's from my Andriod phone using the Andriod Eye Fi app & XotoF. I have enabled the gallery remote module and added the below code to my /usr/local/www/.htaccess file. I also set $config['httponly'] = false; in modules/gallery/config/cookie.php and restarted the Apache service. When I use the Andriod EyeFi app to upload photo's it creates a blank album with no photo's and when using Xotof I just get an upload Error on my phone. I can upload photo's directly to my Gallery without issue. Any help would be greatly appreciated.

my /usr/local/www/.htaccess d

 <IfModule mod_rewrite.c>
     Options +FollowSymLinks
     RewriteEngine On
     RewriteBase /gallery/
     ErrorDocument 404 default
     RewriteRule ^main.php(.*)$ / [QSA,L,R=404]
     RewriteRule ^gallery_remote2.php(.*)$ index.php?kohana_uri=/gallery_remote$1 [QSA,PT,L]
  </IfModule>

Thanks,
-Tim