Giter VIP home page Giter VIP logo

Comments (10)

laziz-karimov avatar laziz-karimov commented on May 23, 2024

Sorry, I've read closed issues, and found the answer

from yii2-localeurls.

laziz-karimov avatar laziz-karimov commented on May 23, 2024

As I understood correctly, this issue was a bug in previous versions? I guess I am missing something, only 404 pages are having wrong language urls...

from yii2-localeurls.

mikehaertl avatar mikehaertl commented on May 23, 2024

Could you add some simple example code to reproduce? It should especially show how and where you create the links.

from yii2-localeurls.

mikehaertl avatar mikehaertl commented on May 23, 2024

I think, I see now. You've used the example language selection widget, right? The offending line is probably this:

$route = '/'.Yii::$app->controller->route;

When Yii encouters an error, it runs the configured errorAction internally. This seems to change the current controller's route. I'm not sure yet, how to fix this.

from yii2-localeurls.

mikehaertl avatar mikehaertl commented on May 23, 2024

It's not so easy to solve this in a solid way. When a visitor used an invalid URL that leads to a 404, it could be, that the URL could not be resolved to a valid route. But the current route is required by the language selector, to create a different language URL for the current page.

I think, the only valid workaround is not to show the language dropdown on the error page. I know, that's not perfect, but I can't think of a better solution - at least not a simple one.

from yii2-localeurls.

mikehaertl avatar mikehaertl commented on May 23, 2024

@laziz-karimov I've added error handling to the example. Can you try, if this works for you?

1b308f9

from yii2-localeurls.

laziz-karimov avatar laziz-karimov commented on May 23, 2024

Thanks a lot for response. It is working now.

Small mistypes in your edited example:
not $this->_isError = $route === Yii::$app->errroHandler->errorAction;
but $this->_isError = Yii::$app->controller->route === Yii::$app->errorHandler->errorAction;

from yii2-localeurls.

mikehaertl avatar mikehaertl commented on May 23, 2024

Ok, thanks. Fixed the example.

from yii2-localeurls.

laziz-karimov avatar laziz-karimov commented on May 23, 2024

Small mistype in Yii::$app->errroHandler->errorAction

from yii2-localeurls.

mikehaertl avatar mikehaertl commented on May 23, 2024

Fixed, thanks.

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.