Closed Mamkie1980 closed 3 years ago
I think it would be very helpfull, if you post a little bit more information ;.) Your information regarding your issue is like " my car is not driving, i just got my driving license. how do I solve the problem " engine is not starting" you should at least post information about: your environment you try to install ep3-bs on, like database, php version, the webhoster or your config if you use an own server, ... the steps you have processed until the error occures, ...
otherwise the answer will be, try to start the engine of your car again, by turning the key. ;-)
The error is this: Oops ... something went wrong here Option service.calendar.days does not exist Please drop us a note in case of unexpected error messages, so that we can repair them quickly.
Back to front page Exception details Type RuntimeException Message Option service.calendar.days does not exist File
/Users/maonanis/Site/ep3/module/Base/src/Base/Manager/OptionManager.php:172 Stack trace
Step 3 I don't know how to do it, if you can help / 3. Setup the database by calling the setup.php
My settings
/Users/maonanis/Site/ep3/config/autoload/local.php
<?php /**
return array( 'db' => array( 'database' => 'ep3-bs', 'username' => 'root', 'password' => 'Mamkie1980+',
'hostname' => 'localhost',
'port' => null,
),
'mail' => array(
'type' => 'smtp', // or 'smtp' or 'smtp-tls'
'address' => 'tennisalameda@gmail.com',
// Make sure 'bookings.example.com' matches the hosting domain when using type 'sendmail'
'host' => 'smtp.gmail.com', // for 'smtp' type only, otherwise remove or leave as is
'user' => 'tennisalameda@gmail.com', // for 'smtp' type only, otherwise remove or leave as is
'pw' => 'Mamkie1980', // for 'smtp' type only, otherwise remove or leave as is
'port' => '587', // for 'smtp' type only, otherwise remove or leave as is
'auth' => 'true', // for 'smtp' type only, change this to 'login' if you have problems with SMTP authentication
),
'i18n' => array(
'choice' => array(
'en-US' => 'English',
'de-DE' => 'Deutsch',
// More possible languages:
// 'fr-FR' => 'Français',
// 'hu-HU' => 'Magyar',
),
'currency' => 'EUR',
// The language is usually detected from the user's web browser.
// If it cannot be detected automatically and there is no cookie from a manual language selection,
// the following locale will be used as the default "fallback":
'locale' => 'de-DE',
),
);
the database is in phpmyadmin
Ok, looking at your lokal.php setting, i dont belive that the database credentials are correct. You have to fill in database user, password and port to the database you have to setup prior to start the setup of ep3-bs. I think you entered credentials for the root user on OS Level and not the database user.
YOU CANNOT START THE ENGINE OF YOUR CAR WITH THE WRONG KEY
And it will not Start without an engine! Please create the database first with MySQL or mariadb. Then you can configure access to the db in local.php
I had the same problem. Sometimes not all tables in the sql database ist correkt created. I would give the advice to start the installation with a clean new DB again.
I am testing it in localhost first connected to the phmyadmin database, it should work like this, the database is already there.
OK, have you tested if any tables were created in the database, or is it still empty when you open it with phpmyadmin? I haven't tested it with localhost and port => null. If you use MySQL the standard port should be 3306. If there was any table created in ep3-bs database, connectionto the db seems to work, but if there is nothing created, I would check first, if the database is accessible with the parameters you specified in local.php
I already solved it, thanks
How do I do step 3.? 3. Setup the database by calling the setup.php If you can help me, I am new to this.
and how do I solve the problem ¨Option service.calendar.days does not exist¨