Closed grrinch closed 4 years ago
I also don't have these options when editing a page (as seen in your video):
But I can live without them, so not that urgent. It would just be super-nice if someone explained why they're missing.
ok, stupid me ... this solved the problem:
"require": {
"luyadev/luya-core" : "^1.0",
"luyadev/luya-module-admin" : "^3.0",
"luyadev/luya-module-cms" : "^3.0",
"luyadev/luya-bootstrap3" : "^1.0",
"luyadev/luya-generic" : "^1.0"
}
Hey @grrinch, did the composer update also fixed the problem when creating a new version? So you had an old version of admin and cms, right?
Yes, it fixed both things. That's right.
What steps will reproduce the problem?
composer create-project luyadev/luya-kickstarter Go to admin -> Pages -> Homepage -> Add new version
Unable to add a new version with below information:
One or more fields are empty or have an invalid value.
What is the expected result?
This is what I get when I go with
composer create-project luyadev/luya-kickstarter-bootstrap4
What do you get instead? (A Screenshot can help us a lot!)
LUYA Check ouput (run this script and post the result: luyacheck.php)
1: [in_array('mod_rewrite', apache_get_modules())] true 2: [ini_get('short_open_tag')] '' 3: [ini_get('error_reporting')] '22527' 4: [phpversion()] '7.4.10' 5: [php_ini_loaded_file()] 'C:\xampp\php\php.ini' 6: [php_sapi_name()] 'apache2handler' 7: [isset($_SERVER['SERVER_SOFTWARE']) ? $_SERVER['SERVER_SOFTWARE'] : unknown] 'Apache/2.4.46 (Win64) OpenSSL/1.1.1g PHP/7.4.10'
Additional infos