Page 2 of 2

Re: formalms installation

Posted: Mon Jan 20, 2014 9:48 am
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)

Re: formalms installation

Posted: Mon Jan 27, 2014 11:50 am
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

Re: formalms installation

Posted: Mon Jan 27, 2014 3:07 pm
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

Re: formalms installation

Posted: Mon Jan 27, 2014 4:10 pm
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

Re: formalms installation

Posted: Mon Jan 27, 2014 7:36 pm
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

Re: formalms installation

Posted: Tue Jan 28, 2014 10:36 am
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

Re: formalms installation

Posted: Tue Jan 28, 2014 2:45 pm
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

Re: formalms installation

Posted: Tue Jan 28, 2014 3:26 pm
by bsravan514
Thanks Claudio,
I am sorted out, it was the table missing permissions.
thanks again for your time.

Regards,
Sravan.