Stuck at Installation Step 2

Install and configure FormaLMS and DoceboCE
New2lms
Newbie
Posts: 4
Joined: Fri Oct 07, 2016 12:04 am

Re: Stuck at Installation Step 2

Post by New2lms »

Thank you annelic. My hosting provider enabled fileinfo and the install was a success!
hamiltonwm3
Newbie
Posts: 6
Joined: Sun Oct 16, 2016 9:58 pm

Re: Stuck at Installation Step 2

Post by hamiltonwm3 »

This fix to continue installation was for my Godaddy VPS
1. Putty into SSH
2. Change to root su -
3. Enter password for root
4. vim /etc/my.cnf
5. enter "i" for insert mode
6. Find [mysql] line if not there, enter it yourself
7. Under that insert sql_mode=NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
8. hit esc key, " : " and wq to save and exit
9. Change the same file in /usr/my.cnf by following the previous steps
10. vim /usr/my.cnf
11. "i" for insert mode
12. Find [mysql]
13. enter sql_mode=NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION beneath that line
14. "esc" " : " and wq to save and exit
15. restart the mysql server with /etc/init.d/mysql restart
16. If you receive errors, check back exactly what was entered
17. https://www.interserver.net/tips/kb/dis ... rict-mode/
18. Exit Putty and ssh
19. Continue install

Find another quest, this one is done!
User avatar
alberto
FormaLms Guru
Posts: 1135
Joined: Fri Mar 02, 2012 9:18 am
Contact:

Re: Stuck at Installation Step 2

Post by alberto »

Good, thanks for sharing your solution :)
Post Reply