Giter VIP home page Giter VIP logo

Comments (15)

mikehaertl avatar mikehaertl commented on May 23, 2024

Can you please give more details? How can I reproduce your issue? I.e. what is the configuration and which URL did you use?

from yii2-localeurls.

xunlight avatar xunlight commented on May 23, 2024

Firstly I've used for skeleton kartik's practical template>
https://github.com/kartik-v/yii2-app-practical

And this settings I have currently for urlManager

        'urlManager' => [
            'class' => 'codemix\localeurls\UrlManager',
            'enablePrettyUrl'           => true,
            'showScriptName'            => false,
            'enableLanguageDetection'   => false,
            'enableLanguagePersistence' => false,
            'languages' => ['en'=>'en-US', 'dk'=>'da-DK', 'cz'=>'cs-CZ'],

        ]

and language settings

    'language'       => 'da-DK',
    'sourceLanguage' => 'en-US',

from yii2-localeurls.

mikehaertl avatar mikehaertl commented on May 23, 2024

Which URL do you call that leads to the redirect? And can you maybe do some further debugging? The code should hopefully not be too hard to understand. The question is, why is redirectToLanguage() called at all? It should only call this method, if a redirect is really required.

from yii2-localeurls.

mikehaertl avatar mikehaertl commented on May 23, 2024

I tried with your configuration and can't reproduce your issue. So again: It would help if you do some debugging on your own.

from yii2-localeurls.

xunlight avatar xunlight commented on May 23, 2024

ok, I am going to do some debugging later today.

from yii2-localeurls.

xunlight avatar xunlight commented on May 23, 2024

Ok, I don't have now enough time, so this is what I know now.
It happen when enableLanguagePersistence = true;

And
processLocaleUrl is for some reason called twice
and when I echo $pathInfo on line 231
It's for first time
"en/company/index"
and second time
"company/index"
and now it tries to redirect back to "en/company/index"

I have also in domain .dk which is same string as default language.

from yii2-localeurls.

mikehaertl avatar mikehaertl commented on May 23, 2024

Ok, thanks, that should help. I'll also try to have a look later. One question: Do you maybe have cookies disabled in your browser?

from yii2-localeurls.

xunlight avatar xunlight commented on May 23, 2024

No, I have enabled cookies, I was inspecting what I have in cookies.
I have enabled AdBlocker, but It shouldn't affect it.

from yii2-localeurls.

mikehaertl avatar mikehaertl commented on May 23, 2024

processLocaleUrl is for some reason called twice

Is this during one request? Can't see, how this could happen. Are you sure, there's not maybe some AJAX requests involved, that send requests with different language code in the background or something?

It would really help, if you could provide a boiled down example setup, preferrably built on top of Yii's basic application template.

from yii2-localeurls.

xunlight avatar xunlight commented on May 23, 2024

yes, this is happening surelly during one request.
I've put "echo $pathInfo on line 231 " and "exit" before redirect.
And I've got echoed pathInfo two times...

I had day almost without computer today, I will do more tracing tommorow.

from yii2-localeurls.

xunlight avatar xunlight commented on May 23, 2024

ok, I've got this.

I was reading route before initializing model >

$route = Yii::$app->request->resolve();

and that function calls>

Yii::$app->getUrlManager()->parseRequest($this); ... 

check https://github.com/yiisoft/yii2/blob/master/framework/web/Request.php#L178

So on the end it's called twice...

and it's probable that some other user will use for example

$route = Yii::$app->urlManager->parseRequest(Yii::$app->request);

This works without calling parseRequest

$route = Yii::$app->controller->route;

from yii2-localeurls.

mikehaertl avatar mikehaertl commented on May 23, 2024

@xunlight Can you check if the above commit fixes your issue?

from yii2-localeurls.

xunlight avatar xunlight commented on May 23, 2024

yes, just checked. Your commit fixes this issue on my settings and source code.

from yii2-localeurls.

mikehaertl avatar mikehaertl commented on May 23, 2024

Great. I've released 1.2.4 which includes the fix. Thanks for your help!

from yii2-localeurls.

xunlight avatar xunlight commented on May 23, 2024

You are welcome. cheers

from yii2-localeurls.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.