Code Monkey home page Code Monkey logo

Comments (11)

webvimark avatar webvimark commented on July 28, 2024

Try

composer dump-autoload

from user-management.

Stefan39 avatar Stefan39 commented on July 28, 2024

I don't have composer on shared hosting, or should do this on my dev-system and upload it again?

from user-management.

webvimark avatar webvimark commented on July 28, 2024

Hmm, not sure I've never done it before. But you should try anyway

from user-management.

Stefan39 avatar Stefan39 commented on July 28, 2024

Hm, nothing change, so not work

from user-management.

webvimark avatar webvimark commented on July 28, 2024

In vendor/composer/autoload_psr4.php you should have following lines in array

    'webvimark\\modules\\UserManagement\\' => array($vendorDir . '/webvimark/module-user-management'),
    'webvimark\\helpers\\' => array($vendorDir . '/webvimark/helpers'),
    'webvimark\\extensions\\GridPageSize\\' => array($vendorDir . '/webvimark/grid-page-size'),
    'webvimark\\extensions\\GridBulkActions\\' => array($vendorDir . '/webvimark/grid-bulk-actions'),
    'webvimark\\extensions\\DateRangePicker\\' => array($vendorDir . '/webvimark/date-range-picker'),
    'webvimark\\components\\' => array($vendorDir . '/webvimark/components'),

from user-management.

Stefan39 avatar Stefan39 commented on July 28, 2024

Yeah.. it works! Thanks!

from user-management.

Stefan39 avatar Stefan39 commented on July 28, 2024

New problem:

PHP Fatal Error – yii\base\ErrorException

Class 'Ikimea\Browser\Browser' not found

  1. in /var/sites/s/statcnt.com/vendor/webvimark/module-user-management/models/UserVisitLog.php at line 36

from user-management.

Stefan39 avatar Stefan39 commented on July 28, 2024

Ok, sorry.. i have found the problem... its not a problem with user-management. Sorry.

from user-management.

webvimark avatar webvimark commented on July 28, 2024

No problem, you can add

'Ikimea\\Browser\\' => array($vendorDir . '/ikimea/browser/lib'),

in vendor/composer/autoload_namespaces.php, but I guess you'll have some problems with other things.

Try digital ocean hosting, you can get your own VPS on SSD for 5$ per month. Shared hosting is obsolete :)

from user-management.

virendramaurya615 avatar virendramaurya615 commented on July 28, 2024

PHP Fatal Error – yii\base\ErrorException

Class 'Ikimea\Browser\Browser' not found

  1. in /var/sites/s/statcnt.com/vendor/webvimark/module-user-management/models/UserVisitLog.php at line 36

from user-management.

virendramaurya615 avatar virendramaurya615 commented on July 28, 2024

can u plz help me

from user-management.

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.