Skip to content

Empty plugin list in Manager after clean installation of Evolution CMS 3.5.x #2258

@evolution-lover

Description

@evolution-lover

Description

After performing a fresh, clean installation of Evolution CMS 3.5.x, the Plugins section in the Manager is entirely empty. Standard core plugins that are typically included by default do not appear in the Elements tree or the database table.

Environment

  • Evolution CMS Version: 3.5.x

Steps to Reproduce

  1. Run a fresh installation of Evolution CMS 3.5.x.
  2. Complete the setup and log in to the Manager.
  3. Go to Elements > Plugins.
  4. Observe the empty list.

Expected Behavior

The default set of plugins (such as DocLister, TinyMCE, etc.) should be automatically populated in the site_plugins table and visible in the Manager interface.

Actual Behavior

The plugin list is empty. While the files may exist in assets/plugins/, they are not registered in the system/database.

Possible Cause/Observations

  • It seems the migration or the "install" artisan command fails to seed the plugin table during the final stages of installation.
  • Check if php artisan evolution:install or php artisan migrate is failing to trigger the seeder for core elements.

Screenshot

Image

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions