Page 1 of 1
update 6.2.5 to 6.3 mime not work
PostPosted:Wed Oct 29, 2014 9:08 pm
by blackport
why after upgrading from 6.2.5 to 6.3 I can not see from the ADMIN page mime their images and files?
thanks
Re: update 6.2.5 to 6.3 mime not work
PostPosted:Fri Oct 31, 2014 8:21 am
by jllort
What dabase are you using ?
I suggest stop openkm and then remove the folders webapps/OpenKM and work/Catalina/localhost
Re: update 6.2.5 to 6.3 mime not work
PostPosted:Fri Oct 31, 2014 5:51 pm
by blackport
Hello and thank you for your answer ...
I am using mysql and I followed the instructions to update so I also deleted the folder and gave the query to the database!
HEEEEELLLLPPPPPP !!!!!!!!!!!
Re: update 6.2.5 to 6.3 mime not work
PostPosted:Fri Oct 31, 2014 8:09 pm
by blackport
solved !!!
mysql did not carry out the command:
ALTER TABLE OKM_MIME_TYPE ADD COLUMN MT_SEARCH CHAR(1);
UPDATE OKM_MIME_TYPE SET MT_SEARCH='T';
ALTER TABLE OKM_MIME_TYPE MODIFY COLUMN MT_SEARCH CHAR(1) NOT NULL;
I went into phpmyadmin and I ran the query and now everything goes !!!

Re: update 6.2.5 to 6.3 mime not work
PostPosted:Sat Nov 01, 2014 9:28 am
by jllort
I will add this information in migration guide, if some user got the same problem could help him. Thanks for your valuable feedback.