/index.php/login/auth_ajax

blaufotograph

Joined: 2007-07-30
Posts: 53
Posted: Mon, 2010-07-12 11:54

Hi @All,

ich have a problem after login to my gallery.

The Gallery3 is switching to the following Link:

http://xxx.domainname.de/index.php/login/auth_ajax

The html-content is this one:

Quote:
{"result":"success"}

nothing more!

If i'am deleting the link

Quote:
/login/auth_ajax

after the index.php i got the normal site.

Do you have any hints what's could be wrong?

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Mon, 2010-07-12 13:34

Upgrade to RC2 or a git version.
Does it work with the wind theme?

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
blaufotograph

Joined: 2007-07-30
Posts: 53
Posted: Mon, 2010-07-12 21:43

Hi Dave, thank you for your hint. I forgot to tell you, that i'am still using the RC2 Release.
But i will try the git version.

 
Shemo725

Joined: 2008-04-18
Posts: 424
Posted: Mon, 2010-07-12 21:50
blaufotograph wrote:
Hi Dave, thank you for your hint. I forgot to tell you, that i'am still using the RC2 Release.
But i will try the git version.

as Dave said..try the wind theme. I used to get that when I was using a custom theme.

 
blaufotograph

Joined: 2007-07-30
Posts: 53
Posted: Tue, 2010-07-13 08:19

Hi Dave, hi Shemo75,

why should i deploy the default theme once again. Ok i'am sorry that i forgot to tell you that i haven't change the default theme... ;-)

My intention with these thread is, to help the developer this stabilize and fix the application. I myself are still not able to develop applications like this one, and so i hope i could help a little bit, while i'am reporting some errors, i found. If you think this is a good idea, i will do this in future too, otherwise i would stop the reporting of this issues.

Additionally i'll give my feedback, when i'am able to test the git-version.

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Tue, 2010-07-13 13:46
Quote:
why should i deploy the default theme once again.

It helps us narrow down where the issue can possibly be. There is over 70 modules and about a dozen themes that can cause issues similar to yours. We like the feedback but since we cant test every single possibility we need to narrow down the issue to some common point.
If we can't reproduce the issue how are we to fix it?
As Shemo725 said he had the same issue but with a different theme.
So if it is a theme issue then we can try to replicate or the author of the theme can try to assist as well.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
blaufotograph

Joined: 2007-07-30
Posts: 53
Posted: Wed, 2010-07-14 05:23

Hi Dave,

thanks again for your answer. Of course i'am willing to help you so much as possible in any way. If there any possibilities to trace, i could activate it at my machine. It's a VServer from a bigger provider in germany. (Hosteurope).

___________________________________________________________

Homepage: http://reisen.blaufotograph.de
My Gallery Version:
* Version: 3.0 RC2 (Santa Fe) with default wind theme.

 
blaufotograph

Joined: 2007-07-30
Posts: 53
Posted: Thu, 2010-08-26 17:41

I've upgraded the gallery now to the latest version from git with:

git clone git://github.com/gallery/gallery3.git

and copied the files to the gallery directory.

The version info doesn't change and shows "Gallery 3.0 RC2 (Santa Fe)"

But now i've the following problem:

My firefox tries do download the "auth_ajax" file.

Currently i'am not able to apply the default .htaccess file, because if i activate this, i got a Error 500 from my webserver.

Maybe you could give me some hints for this.

In my mind i use the newest version from git, while i'am downloading the sources with the link from above, right??

_____________________________________________
Thank, and regards

blaufotograph

Homepage: http://reisen.blaufotograph.de
My Gallery Version:
* Version: 3.0 RC2 (Santa Fe) with default wind theme.

 
bharat
bharat's picture

Joined: 2002-05-21
Posts: 7994
Posted: Sun, 2010-08-29 05:37

Hard to say exactly what went wrong. Try doing this:
1) Move what you have out of the way (call it "gallery3_old")
2) git clone a new gallery3
3) move the var directory from gallery3_old to gallery3
4) Run the upgrader in the new gallery3 dir
5) --> does it work?
---
Problems? Check gallery3/var/logs
bugs/feature req's | upgrade to the latest code | use git

 
blaufotograph

Joined: 2007-07-30
Posts: 53
Posted: Mon, 2010-08-30 05:51
bharat wrote:
Hard to say exactly what went wrong. Try doing this:
1) Move what you have out of the way (call it "gallery3_old")
2) git clone a new gallery3
3) move the var directory from gallery3_old to gallery3
4) Run the upgrader in the new gallery3 dir
5) --> does it work?
---
Problems? Check gallery3/var/logs
bugs/feature req's | upgrade to the latest code | use git

Hi Bharat,

thanks for your answer,

I've done the points 1-3 exactly like described from you. Of course i'am able to do this once again ;-)

Step 4:

Ok, now the upgrader was running.

Quote:
Willkommen zum Gallerieupgrader. Ein Klick genügt!
Modulname Installierte Version verfügbare Version
Akismet 1 1
Kommentare 3 3
EXIF-Daten 1 1
Gallery 3 30 36
Bilderblock 1 1
Info 1 1
Benachrichtigung 1 1
Organisieren 2 2
reCAPTCHA 1 1
REST API Modul 3 3
RSS 1 1
Suche 1 1
Vom Server hinzufügen 3 3
Slideshow 2 2
Tags 2 2
Benutzer und Gruppen 3 3

But in the footer there is still the same gallery version. Doesn't the version is changing during/after upgrading to the latest version from git?

I have one more question:

Quote:
ab@lvps:/home/www_test/gallery$ find . -name "sendmail*"
./modules/gallery/config/sendmail.php

why is in this folder a file like sendmail.php, which becomes overwrite every time? So after every upgrade i have to edit this file for the right values.

_____________________________________________
Thanks, and regards

blaufotograph

Homepage: http://reisen.blaufotograph.de
My Gallery Version:
* Version: 3.0 RC2 (Santa Fe) with default wind theme.

 
bharat
bharat's picture

Joined: 2002-05-21
Posts: 7994
Posted: Thu, 2010-09-02 05:11

The text in the footer doesn't change with the git version for a bunch of technical reasons. But you have v36 of the gallery module so that's the latest code.

@talmdal is working on a fix for https://apps.sourceforge.net/trac/gallery/ticket/1216 to resolve the sendmail issue.

---
Problems? Check gallery3/var/logs
bugs/feature req's | upgrade to the latest code | use git

 
blaufotograph

Joined: 2007-07-30
Posts: 53
Posted: Thu, 2010-09-02 14:03
bharat wrote:
The text in the footer doesn't change with the git version for a bunch of technical reasons. But you have v36 of the gallery module so that's the latest code.

Oh, thank you for the information. I guessed, that this could maybe be a normal behavior, but i wasn't shure.

bharat wrote:
@talmdal is working on a fix for https://apps.sourceforge.net/trac/gallery/ticket/1216 to resolve the sendmail issue.

Ok, Thank you very much.

_____________________________________________
Thank, and regards

blaufotograph

Homepage: http://reisen.blaufotograph.de
My Gallery Version:
* Version: 3.0 RC2 (Santa Fe) with default wind theme.

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Tue, 2011-06-28 18:04

If you got here from doing a search and just want to remove the login link you can:
Try a url that does not exsist you should be redirected to a login page
http://www.example.com/gallery3/index.php/logmein
Then use CSS to hide the link. It has been asked for before.
http://gallery.menalto.com/node/102240#comment-374785

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team