Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AssetNotFoundException after install #550

Closed
davidporos92 opened this issue Jun 16, 2018 · 1 comment
Closed

AssetNotFoundException after install #550

davidporos92 opened this issue Jun 16, 2018 · 1 comment

Comments

@davidporos92
Copy link
Contributor

Summary of issue

I've made a clean install and get an AssetNotFoundException.

Steps to reproduce

  1. composer create-project asgardcms/platform awesome-project
  2. cd awesome-project
  3. php artisan asgard:install
  4. Try to reach the /, but got an error
Modules \ Core \ Foundation \ Asset \ AssetNotFoundException
No message

System Details

OS

Windows 10 Home
Build no: 14134.112

PHP

PHP 7.2.4 (cli) (built: Mar 28 2018 04:27:01) ( ZTS MSVC15 (Visual C++ 2017) x64 )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies with Xdebug v2.6.0, Copyright (c) 2002-2018, by Derick Rethans
  • Laravel: v5.5.40
  • Asgard platform version: 3.5.3

Install output with debug enabled

php artisan asgard:install -f -vvv

  Welcome!
  Starting the installation process...

Successfully created .env file

 Enter your database driver (e.g. mysql, pgsql) [mysql]:
 >

 Enter your database host [127.0.0.1]:
 >

 Enter your database port [3306]:
 >

 Enter your database name [homestead]:
 > awesome_project

 Enter your database username [homestead]:
 > root

 Enter your database password (leave <none> for no password) [secret]:
 > <none>

Database successfully configured

 Enter you application url (e.g. http://localhost, http://dev.example.com) [http://localhost]:
 > http://awesome-project.local

Application url successfully configured
Application key [base64:rjGykGgBc8cV2AvI+1pxQalVG+9OH+jJl+cJdQCKdOs=] set successfully.

  User Module
  Starting the User Module setup...

Publishing complete.
Copied Directory [\vendor\cartalyst\sentinel\src\migrations] To [\database\migrations]
Publishing complete.
Migration table created successfully.
Migrating: 2014_07_02_230147_migration_cartalyst_sentinel
Migrated:  2014_07_02_230147_migration_cartalyst_sentinel
Migrating: 2016_06_24_193447_create_user_tokens_table
Migrated:  2016_06_24_193447_create_user_tokens_table

 Enter your first name:
 > My

 Enter your last name:
 > Name

 Enter your email address:
 > some@email.com

 Enter a password:
 >

 Please confirm your password:
 >

Please wait while the admin account is configured...
 succesfully configured

  Migrations
  Starting the module migrations ...

Migrating: 2014_10_14_200250_create_settings_table
Migrated:  2014_10_14_200250_create_settings_table
Migrating: 2014_10_15_191204_create_setting_translations_table
Migrated:  2014_10_15_191204_create_setting_translations_table
Migrating: 2015_06_18_170048_make_settings_value_text_field
Migrated:  2015_06_18_170048_make_settings_value_text_field
Migrating: 2015_10_22_130947_make_settings_name_unique
Migrated:  2015_10_22_130947_make_settings_name_unique
Migrating: 2017_09_17_164631_make_setting_value_nullable
Migrated:  2017_09_17_164631_make_setting_value_nullable
Migrating: 2014_11_03_160015_create_menus_table
Migrated:  2014_11_03_160015_create_menus_table
Migrating: 2014_11_03_160138_create_menu-translations_table
Migrated:  2014_11_03_160138_create_menu-translations_table
Migrating: 2014_11_03_160753_create_menuitems_table
Migrated:  2014_11_03_160753_create_menuitems_table
Migrating: 2014_11_03_160804_create_menuitem_translation_table
Migrated:  2014_11_03_160804_create_menuitem_translation_table
Migrating: 2014_12_17_185301_add_root_column_to_menus_table
Migrated:  2014_12_17_185301_add_root_column_to_menus_table
Migrating: 2015_09_05_100142_add_icon_column_to_menuitems_table
Migrated:  2015_09_05_100142_add_icon_column_to_menuitems_table
Migrating: 2016_01_26_102307_update_icon_column_on_menuitems_table
Migrated:  2016_01_26_102307_update_icon_column_on_menuitems_table
Migrating: 2016_08_01_142345_add_link_type_colymn_to_menuitems_table
Migrated:  2016_08_01_142345_add_link_type_colymn_to_menuitems_table
Migrating: 2016_08_01_143130_add_class_column_to_menuitems_table
Migrated:  2016_08_01_143130_add_class_column_to_menuitems_table
Migrating: 2017_09_18_192639_make_title_field_nullable_menu_table
Migrated:  2017_09_18_192639_make_title_field_nullable_menu_table
Migrating: 2014_10_26_162751_create_files_table
Migrated:  2014_10_26_162751_create_files_table
Migrating: 2014_10_26_162811_create_file_translations_table
Migrated:  2014_10_26_162811_create_file_translations_table
Migrating: 2015_02_27_105241_create_image_links_table
Migrated:  2015_02_27_105241_create_image_links_table
Migrating: 2015_12_19_143643_add_sortable
Migrated:  2015_12_19_143643_add_sortable
Migrating: 2017_09_20_144631_add_folders_columns_on_files_table
Migrated:  2017_09_20_144631_add_folders_columns_on_files_table
Migrating: 2014_11_30_191858_create_pages_tables
Migrated:  2014_11_30_191858_create_pages_tables
Migrating: 2017_10_13_103344_make_status_field_nullable_on_page_translations_table
Migrated:  2017_10_13_103344_make_status_field_nullable_on_page_translations_table
Migrating: 2015_04_02_184200_create_widgets_table
Migrated:  2015_04_02_184200_create_widgets_table
Migrating: 2013_04_09_062329_create_revisions_table
Migrated:  2013_04_09_062329_create_revisions_table
Migrating: 2015_11_20_184604486385_create_translation_translations_table
Migrated:  2015_11_20_184604486385_create_translation_translations_table
Migrating: 2015_11_20_184604743083_create_translation_translation_translations_table
Migrated:  2015_11_20_184604743083_create_translation_translation_translations_table
Migrating: 2015_12_01_094031_update_translation_translations_table_with_index
Migrated:  2015_12_01_094031_update_translation_translations_table_with_index
Migrating: 2016_07_12_181155032011_create_tag_tags_table
Migrated:  2016_07_12_181155032011_create_tag_tags_table
Migrating: 2016_07_12_181155289444_create_tag_tag_translations_table
Migrated:  2016_07_12_181155289444_create_tag_tag_translations_table

  Seeds
  Running the module seeds ...

Module [Setting] seeded.
Module [Page] seeded.

  Module assets
  Publishing module assets ...

Published: Core
Published: Media
Published: Menu

  Themes
  Publishing theme assets ...

AdminLTE assets published.
Flatly assets published.
Assets published.
The application is now installed
Platform ready! You can now login with your username and password at /backend
@davidporos92
Copy link
Contributor Author

I have succesfully located the problem. I did not seem to be important, but I have installed the system on a subdomain: backend.awesome-project.local
Now it seems to be the system cannot handle the backend subdomain for some reasons!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant