luyadev / luya

LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.
https://luya.io
MIT License
811 stars 205 forks source link

First run. PHP notice. Whats wrong? #615

Closed Emericanec closed 8 years ago

Emericanec commented 8 years ago

2015-12-02 22 45 44

I did everything according to instructions - https://luya.io/en/guide/install

nadar commented 8 years ago

Hi

  1. Have you run the console commands? ./vendor/bin/luya migrate ./vendor/bin/luya import ./vendor/bin/luya setup
  2. Can you login to your Administration area? yourdomain.com/admin / http://localhost/luya-kickstarter/admin
  3. The errors means, that you have not yet set a Homepage/Default Page. (The Exception is improved in the next beta2 release.) So if you can login to your administration area (with your credentials you have provided during the setup process), create a page and click the "is home" icon.

If you do have further problems, let me know.

Emericanec commented 8 years ago

1) yes 2015-12-03 9 26 31

2) yes 2015-12-03 9 28 50

3) so empty sidebar. it should be? 2015-12-03 9 56 23

nadar commented 8 years ago

@Emericanec yes, this looks good! Now click on "Gruppen" -> "Berechtigungen". An overlay will popup where you can select "Alle markieren", scroll to the bottom and click "Speichern". Now your group (where you are in) does have all privileges and now you will see all modules.

btw. we are going the deliver translations for the administration area in the next release! So you could help us translate everything in your native language, if you like to!

Emericanec commented 8 years ago

Done! You can close the task. 2015-12-03 12 29 48 2015-12-03 12 29 59

Yes, I'm going to be contributor. I are pleased to help with the translation into Russian.

Emericanec commented 8 years ago

Maybe should turn on default main page?

nadar commented 8 years ago

good point! creating a default page when running the setup command. You could create a new issue for this?