/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? |
|
Posts: 27300
Upgrade to RC2 or a git version.
Does it work with the wind theme?
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 53
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.
Posts: 424
as Dave said..try the wind theme. I used to get that when I was using a custom theme.
Posts: 53
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.
Posts: 27300
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
Posts: 53
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.
Posts: 53
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.
Posts: 7994
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
Posts: 53
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.
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:
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.
Posts: 7994
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
Posts: 53
Oh, thank you for the information. I guessed, that this could maybe be a normal behavior, but i wasn't shure.
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.
Posts: 27300
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