Code Monkey home page Code Monkey logo

Comments (5)

juzaweb avatar juzaweb commented on June 16, 2024
  • You need to configure 2 variables below to make sure the network works. Let's check it again
JW_ALLOW_MULTISITE=true
JW_NETWORK_ROOT_DOMAIN=yourdomain.com
  • Try running command
    php artisan optimize:clear

from cms.

juzaweb avatar juzaweb commented on June 16, 2024

What version are you using?
Routers are defined in:
modules/Network/Providers/NetworkServiceProvider.php
and Provider registed in
modules/CMS/Providers/CmsServiceProvider.php
Check them out and make sure they're in the right place.
Take a picture of your error and send it to me, if possible!

from cms.

juzaweb avatar juzaweb commented on June 16, 2024

Run command php artisan juzacms:clear-cache and try again.
This happens when you use a cache driver other than the default.

from cms.

juzaweb avatar juzaweb commented on June 16, 2024

What version are you using?
Have you published the cms config yet?

from cms.

DeRaja avatar DeRaja commented on June 16, 2024

Hello!

I found the problem. During the DB Migrations, there were severe crashes because of primary keys. Currently, the migration files are not compatible with MariaDB (I have not tested on mysql). So I needed to add primary keys. Here, tables got generated but there were defects in the columns, etc. Not worth describing here where and how that happened.

But after creating multiple times, things have started working. I can now see the Network menu in admin-cp after activating multisite in env file, as suggested JW_NETWORK_ROOT_DOMAIN = yourdomain.com.

This project is really one of the best ever I have seen on laravel plattform and will close this one, as I was able to solve it.

I have opened a new issue here:

[MariaDB] Migrations not compatible with MariaDB #296

from cms.

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.