Giter Site home page Giter Site logo

Comments (8)

joachim97 avatar joachim97 commented on July 17, 2024 1

Batflat ma kilka błędów których nie poprawili Twórcy w wersji 1.3.6.
Najważniejszym błędem jest to, że strona wyświetla się jako strona 404. Aby to naprawić wystarczy w pliku "batflat-master\inc\core\lib\Router.php" zmienić 64 linię ($url = trim(preg_replace('#'.$url.'#', '', $_SERVER['PATH_INFO'], 1), '/'); na $url = trim(str_replace($url, '',$_SERVER['PATH_INFO']), '/');. I błąd 404 znika.

from batflat.

michu2k avatar michu2k commented on July 17, 2024

It looks like there is no problem with the official website. 🤔

from batflat.

sim2github avatar sim2github commented on July 17, 2024

I can access only to https://batflat.org/sitemap.xml
All other pages return 404 Not Found

from batflat.

sim2github avatar sim2github commented on July 17, 2024

Now works.

from batflat.

sim2github avatar sim2github commented on July 17, 2024

Hmmm... Did not works till i not define language in URI. After this works fine. Seems the problem with definition lang from browser defaults, redirect to default language if not defined in cookies or smth like that. Will try to recreate issue.

from batflat.

KonstantinFromRussia avatar KonstantinFromRussia commented on July 17, 2024

I observed a similar problem when entering from Russia.
Now everything is working.

from batflat.

klocus avatar klocus commented on July 17, 2024

I think that the problem is with auto detection user's language.

from batflat.

sim2github avatar sim2github commented on July 17, 2024

I cant reproduce on remote anymore. Will try locally with XDebug.

from batflat.

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.