4 simple steps to get started with Orangescrum |
Step1: Create a new MySQL database named "orangescrum"(`utf8_unicode_ci` collation)Step2: Update your database password in DATABASE_CONFIG section of `app/Config/database.php` pageStep3: Get the database.sql file from the root directory and import that to your databaseStep4: Provide the following details of SMTP configuration options in `app/Config/constants.php`
|
Note: At any point you can change your database credentials in `app/Config/database.php` page.For more information please visit Installation Guide. |
Make sure that you have write permission (777) to `app/tmp` and `app/webroot` folders |
Did you solve this issue? Currently I'm facing the same issue. Please help me on this
Hi,
Can you please just cross-check the following checklist provided below?
Please feel free to reach us for any further issues.
To view this discussion on the web visit https://groups.google.com/d/msgid/orangescrum-community-support/abcee4d9-2c81-4c00-b6e6-d41a28214f30%40googlegroups.com.--
You received this message because you are subscribed to a topic in the Google Groups "Orangescrum Community Support" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/orangescrum-community-support/ORoT8ctf8vs/unsubscribe.
To unsubscribe from this group and all its topics, send an email to orangescrum-community-support+unsub...@googlegroups.com.
To post to this group, send email to orangescrum-community-support@googlegroups.com.
Check your database connection properly & make sure you have provided the correct credentials.
set it back to 'utf8' instead of `utf8_unicode_ci` or vice versa
Check the Path of the Orangescrum Folder & make sure you have provided the same path in the Constants.php inside the app/Config folder.
Also, check & make sure you have write permission (777 or 755) to “app/tmp” and “app/webroot” folders.
If these steps don't work for you, then you can check on your PHP version. That should be 5.6 (Recommended).
If the PHP version is 5.6, Then you can share the error.log file from app/tmp/log.
You can also reach us on the support at sup...@orangescrum.com. We will surely help you out.
Regards,
Aaron
Orangescrum Team
To post to this group, send email to orangescrum-co...@googlegroups.com.
goto phpmyadmin
Look at the top and towards the right for variables. Click on that then either scroll down to sql mode or use the filter. Hover over the row that says sql mode and an edit button should appear.
STRICT_TRANS_TABLES,NO_ENGINE_SUBSTITUTION
Change to:
NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION