Giter Site home page Giter Site logo

Comments (9)

fr0tt avatar fr0tt commented on June 9, 2024 1

I think I figured it out. There are at least two ways to accomplish this outcome and I fixed one but not the other

from benotes.

fr0tt avatar fr0tt commented on June 9, 2024

Hi,

Thanks ! This will be fixed within the next release.

from benotes.

roughnecks avatar roughnecks commented on June 9, 2024

Hello, I still have the bug.

One thing I'm not sure about the upgrade is that the

php artisan migrate

command didn't upgrade anything and I have a new "database.sqlite" file inside storage dir.
My DB is instead located at /var/lib/benotes/notes.sqlite

Thanks

from benotes.

fr0tt avatar fr0tt commented on June 9, 2024

Hello,

that's strange. It works on my system. Perhaps your browser still uses a cached older version. Is it still a problem after a hard reload (Ctrl+F5) or when you're using another browser ?

It's intended to upgrade nothing, because this upgrade didn't include any database changes.

The "new" database is for everyone who wants to use it to reduce the setup time when your installing it for the first time. So in your case just ignore it and the file is small enough to hopefully not bother you too much.

from benotes.

roughnecks avatar roughnecks commented on June 9, 2024

I tried hard reloading but it's still the same. It logs me out and I log back in.

I had this issue while upgrading tho, forgot to mention it:

php artisan cache:clear
Failed to clear cache. Make sure you have the appropriate permissions.

I checked all of the cache folder inside the project and all of them are writeable by my user.
Is there any particular folder I should check for permissions?

find . -type d -name "cache"
./bootstrap/cache
./vendor/doctrine/cache
./vendor/psr/cache
./storage/framework/cache

from benotes.

roughnecks avatar roughnecks commented on June 9, 2024

I changed owner again to all files in my project directory and now was able to clear the cache, although the issue is still there.. even from another browser.

from benotes.

fr0tt avatar fr0tt commented on June 9, 2024

storage and bootstrap/cache should be both accessible for your own user and your webserver's user.
But I guess that's not the issue here. Let's look at this from a different angle. Can you notice a difference regarding scrolling on mobile and your backup issue ?

from benotes.

roughnecks avatar roughnecks commented on June 9, 2024

Yes, I could take a backup and the scrolling issue looks like fixed.

from benotes.

roughnecks avatar roughnecks commented on June 9, 2024

fixed as well. Thanks

from benotes.

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.