formalms installation

Install and configure FormaLMS and DoceboCE
User avatar
alberto
FormaLms Guru
Posts: 1148
Joined: Fri Mar 02, 2012 9:18 am
Contact:

Re: formalms installation

Post by alberto »

I think the problem is with mime_content_type support instead, just ask you IT or your provider to enable it
If you are running your own server edit the php.ini file in the apache install folder with a text editor

;extension=php_fileinfo.dll

removing the initial ";"


extension=php_fileinfo.dll

then restart apache service (or restart easyphp / xampp or your application)
bsravan514
Newbie
Posts: 18
Joined: Wed Dec 18, 2013 12:44 pm

Re: formalms installation

Post by bsravan514 »

thanks Alberto, i was waiting for you reply since a week, i didnt realize, i have a page 2 in this topic.
anyway i have succeeded from step2 and stuck at step 6, please find the attached screenshot and advise.
thanks.

Regards,
Sravan
Attachments
Capture.PNG
Capture.PNG (82.56 KiB) Viewed 4482 times
User avatar
canelli
FormaLms Guru
Posts: 496
Joined: Thu Nov 08, 2012 12:21 pm
Version: forma.lms 2.0
Contact:

Re: formalms installation

Post by canelli »

Hi sravam
which language have you installed on your docebo 3.0.6 ?
check the presences of all neded language files ( english and the other you need ) in the folder <formalms_installationdir>\xml_language
check the presence of the folder <formalms_installationdir>\install
Cercate nel forum le riposte prima di chiedere. Check the forum before posting
---------------
Claudio Anelli
Joint Technologies - Sistemi avanzati per l'information technology

http://www.joint-tech.com
---------------
bsravan514
Newbie
Posts: 18
Joined: Wed Dec 18, 2013 12:44 pm

Re: formalms installation

Post by bsravan514 »

Hi Anellic,
yes docebo 3.0.6 is in english.
it has the <formalms_installationdir>\xml_language and it has the language files of old version in the same folder.
Does the upgrade uses the installation directory <formalms_installationdir>\install
Please advise.
thanks.

Regards,
Sravan
User avatar
canelli
FormaLms Guru
Posts: 496
Joined: Thu Nov 08, 2012 12:21 pm
Version: forma.lms 2.0
Contact:

Re: formalms installation

Post by canelli »

Hi sravam
yes
formalms ( as docebo 405 ) use the install folder ( and subfolders ) for some function present in the lib subfolders.
so the install folder and subfolder mut be present at the upgrade
Cercate nel forum le riposte prima di chiedere. Check the forum before posting
---------------
Claudio Anelli
Joint Technologies - Sistemi avanzati per l'information technology

http://www.joint-tech.com
---------------
bsravan514
Newbie
Posts: 18
Joined: Wed Dec 18, 2013 12:44 pm

Re: formalms installation

Post by bsravan514 »

Hi Claudio,
I have everything in place, still it doesn't not load any languages at Step 6.
Please see the file structure as attachment and advise.
and thanks for your patience.

Regards,
Sravan
Attachments
Capture.PNG
Capture.PNG (104.26 KiB) Viewed 4479 times
User avatar
canelli
FormaLms Guru
Posts: 496
Joined: Thu Nov 08, 2012 12:21 pm
Version: forma.lms 2.0
Contact:

Re: formalms installation

Post by canelli »

He Sravan

I thing your problem is related to the database and language table :

Code: Select all

core_lang_language
check the above table and the permissions on it for the db user used by your docebo upgrade installation.

with a db administration tool ( such phpmyadmin ) try to execute this sql :

Code: Select all

SELECT lang_code FROM core_lang_language WHERE 1
Cercate nel forum le riposte prima di chiedere. Check the forum before posting
---------------
Claudio Anelli
Joint Technologies - Sistemi avanzati per l'information technology

http://www.joint-tech.com
---------------
bsravan514
Newbie
Posts: 18
Joined: Wed Dec 18, 2013 12:44 pm

Re: formalms installation

Post by bsravan514 »

Thanks Claudio,
I am sorted out, it was the table missing permissions.
thanks again for your time.

Regards,
Sravan.
Post Reply