Giter Site home page Giter Site logo

Could not load notes about quicknotes HOT 9 CLOSED

Valdnet avatar Valdnet commented on June 19, 2024
Could not load notes

from quicknotes.

Comments (9)

matiasdelellis avatar matiasdelellis commented on June 19, 2024 2

Hi @Valdnet
I just released 0.7.1 with the changes we discussed in private.. Test.. 😃

from quicknotes.

hveuillet avatar hveuillet commented on June 19, 2024 1

It works now for me, thanks

from quicknotes.

Valdnet avatar Valdnet commented on June 19, 2024 1

@matiasdelellis Version 0.6.6 works fine on NC 20. Thanks.

from quicknotes.

Valdnet avatar Valdnet commented on June 19, 2024 1

@matiasdelellis Version 0.7.1 works fine. Thanks for solving the problem and for the quick release of the new version 🥇.

from quicknotes.

matiasdelellis avatar matiasdelellis commented on June 19, 2024

Hi @Valdnet
Basically, it seems I made changes incompatible with NC20.. 😞

Sorry.. Please test v0.6.6.. 😞

from quicknotes.

Valdnet avatar Valdnet commented on June 19, 2024

@matiasdelellis On the new version 0.7.0 in NC 21 another problem with loading notes.

Logs:

[index] Error: ParseError: syntax error, unexpected 'SettingsService' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST) at <<closure>>

 0. /home/xxx/public_html/xxx/lib/composer/composer/ClassLoader.php line 344
    Composer\Autoload\includeFile("/home/xxx/publi ... p")
 1. <<closure>>
    Composer\Autoload\ClassLoader->loadClass("OCA\\QuickNotes\\Service\\FileService")
 2. <<closure>>
    spl_autoload_call("OCA\\QuickNotes\\Service\\FileService")
 3. /home/xxx/public_html/xxx/lib/private/AppFramework/Utility/SimpleContainer.php line 107
    ReflectionClass->__construct("OCA\\QuickNotes\\Service\\FileService")
 4. /home/xxx/public_html/xxx/lib/private/AppFramework/Utility/SimpleContainer.php line 126
    OC\AppFramework\Utility\SimpleContainer->resolve("OCA\\QuickNotes\\Service\\FileService")
 5. /home/xxx/public_html/xxx/lib/private/AppFramework/DependencyInjection/DIContainer.php line 459
    OC\AppFramework\Utility\SimpleContainer->query("OCA\\QuickNotes\\Service\\FileService")
 6. /home/xxx/public_html/xxx/lib/private/AppFramework/DependencyInjection/DIContainer.php line 431
    OC\AppFramework\DependencyInjection\DIContainer->queryNoFallback("OCA\\QuickNotes\\Service\\FileService")
 7. /home/xxx/public_html/xxx/lib/private/AppFramework/Utility/SimpleContainer.php line 87
    OC\AppFramework\DependencyInjection\DIContainer->query("OCA\\QuickNotes\\Service\\FileService", true)
 8. <<closure>>
    OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}("*** sensitive parameters replaced ***")
 9. /home/xxx/public_html/xxx/lib/private/AppFramework/Utility/SimpleContainer.php line 101
    array_map(Closure {}, [ReflectionParam ... }])
10. /home/xxx/public_html/xxx/lib/private/AppFramework/Utility/SimpleContainer.php line 109
    OC\AppFramework\Utility\SimpleContainer->buildClass(ReflectionClass  ... "})
11. /home/xxx/public_html/xxx/lib/private/AppFramework/Utility/SimpleContainer.php line 126
    OC\AppFramework\Utility\SimpleContainer->resolve("OCA\\QuickNotes\\Service\\NoteService")
12. /home/xxx/public_html/xxx/lib/private/AppFramework/DependencyInjection/DIContainer.php line 459
    OC\AppFramework\Utility\SimpleContainer->query("OCA\\QuickNotes\\Service\\NoteService")
13. /home/xxx/public_html/xxx/lib/private/AppFramework/DependencyInjection/DIContainer.php line 431
    OC\AppFramework\DependencyInjection\DIContainer->queryNoFallback("OCA\\QuickNotes\\Service\\NoteService")
14. /home/xxx/public_html/xxx/lib/private/AppFramework/Utility/SimpleContainer.php line 87
    OC\AppFramework\DependencyInjection\DIContainer->query("OCA\\QuickNotes\\Service\\NoteService", true)
15. <<closure>>
    OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}("*** sensitive parameters replaced ***")
16. /home/xxx/public_html/xxx/lib/private/AppFramework/Utility/SimpleContainer.php line 101
    array_map(Closure {}, [ReflectionParam ... }])
17. /home/xxx/public_html/xxx/lib/private/AppFramework/Utility/SimpleContainer.php line 109
    OC\AppFramework\Utility\SimpleContainer->buildClass(ReflectionClass  ... "})
18. /home/xxx/public_html/xxx/lib/private/AppFramework/Utility/SimpleContainer.php line 126
    OC\AppFramework\Utility\SimpleContainer->resolve("OCA\\QuickNotes ... r")
19. /home/xxx/public_html/xxx/lib/private/AppFramework/DependencyInjection/DIContainer.php line 459
    OC\AppFramework\Utility\SimpleContainer->query("OCA\\QuickNotes ... r")
20. /home/xxx/public_html/xxx/lib/private/AppFramework/DependencyInjection/DIContainer.php line 431
    OC\AppFramework\DependencyInjection\DIContainer->queryNoFallback("OCA\\QuickNotes ... r")
21. /home/xxx/public_html/xxx/lib/private/AppFramework/App.php line 144
    OC\AppFramework\DependencyInjection\DIContainer->query("OCA\\QuickNotes ... r")
22. /home/xxx/public_html/xxx/lib/private/Route/Router.php line 302
    OC\AppFramework\App::main("OCA\\QuickNotes ... r", "index", OC\AppFramework\ ... {}, {_route: "quicknotes.note.index"})
23. /home/xxx/public_html/xxx/lib/base.php line 993
    OC\Route\Router->match("/apps/quicknotes/notes")
24. /home/xxx/public_html/xxx/index.php line 37
    OC::handleRequest()

GET /index.php/apps/quicknotes/notes

App:
Nextcloud: 21.0.0
Quick notes: 0.7.0

Server:
PHP: 7.3.25
mysql: 5.7.30

from quicknotes.

matiasdelellis avatar matiasdelellis commented on June 19, 2024

Wtf?This already has me frustrated. 😞

from quicknotes.

matiasdelellis avatar matiasdelellis commented on June 19, 2024

Hi @Valdnet
You can temporarily share me an account as an administrator to mati86dl at gmail . com? The administrator requeriments is just to see the logs, of course I promise you responsibility. 🤔

from quicknotes.

Valdnet avatar Valdnet commented on June 19, 2024

@matiasdelellis Data sent 😉.

from quicknotes.

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.