/index.php/login/auth_ajax
blaufotograph
Joined: 2007-07-30
Posts: 53 |
![]() |
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
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
Upgrade to RC2 or a git version. Dave |
|
blaufotograph
Joined: 2007-07-30
Posts: 53 |
![]() |
Hi Dave, thank you for your hint. I forgot to tell you, that i'am still using the RC2 Release. |
|
Shemo725
Joined: 2008-04-18
Posts: 424 |
![]() |
blaufotograph wrote:
Hi Dave, thank you for your hint. I forgot to tell you, that i'am still using the RC2 Release. 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 |
![]() |
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
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
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. Dave |
|
blaufotograph
Joined: 2007-07-30
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 |
|
blaufotograph
Joined: 2007-07-30
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?? _____________________________________________ blaufotograph Homepage: http://reisen.blaufotograph.de |
|
bharat
![]()
Joined: 2002-05-21
Posts: 7994 |
![]() |
Hard to say exactly what went wrong. Try doing this: |
|
blaufotograph
Joined: 2007-07-30
Posts: 53 |
![]() |
bharat wrote:
Hard to say exactly what went wrong. Try doing this: 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! 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*" 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. _____________________________________________ blaufotograph Homepage: http://reisen.blaufotograph.de |
|
bharat
![]()
Joined: 2002-05-21
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. --- |
|
blaufotograph
Joined: 2007-07-30
Posts: 53 |
![]() |
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. _____________________________________________ blaufotograph Homepage: http://reisen.blaufotograph.de |
|
floridave
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
If you got here from doing a search and just want to remove the login link you can: Dave |
|