Sergei ZH

Results 113 comments of Sergei ZH

@justynpride Although I also don't like how dropdown looks this solution is better because of these two things: 1. Cross character (`×`) which was used as a value for both...

Open `.env` file on your hosting and check if it has correct database credentials

@justynpride from the last message I'm almost certain that .env should be correct since it is able to connect to the database. @engahmed I think that your database failed to...

You need to install dependencies using composer and because you don't have ssh access you need to do that locally and upload website with dependencies (vendor folder).

APP_URL should be your domain name, for you it will be `http://events.ehopn.com`

For some reason this code isn't executed for you https://github.com/Attendize/Attendize/blob/23c2cf06b676ec59f349e078e8245e270e688893/app/Http/Controllers/InstallerController.php#L245-L247 Could you please dump your database and send it here? You can omit users tables if you are afraid of...

Correct. As I've said in the previous message, for some reason it doesn't execute seeds for you and that is definitely a bug. Could you please send us your server...

> Where can I find it? https://www.hostinger.com/tutorials/website/how-to-check-your-website-error-log If it is disabled: 1. Enable it 2. Delete `installed` file 3. Complete installation once again 4. Upload log file

No, it is enough to remove file with name `installed`. Then when you open your website it should open installation page, if not go to `/install`.

There's nothing in the logs. > Is it possible to skip this timezone check? No, I don't think so. As a temporary solution here's dump from my timezones table, even...