Disaster recovery VTE 4.2

More
26 Feb 2013 18:06 #2746 by pasquale.dibari
Hi,
I replaced the hard drive and I have to install VTE 4.2. I have a backup of VTE folder and the database dumb files. I can not activate VTE 4.2.
Help me please :-(

Please Log in to join the conversation.

More
28 Feb 2013 12:46 #2749 by andrea.biasi
check the files and folder permissions and owners, the restart the server, hope this help!

Please Log in to join the conversation.

More
03 Mar 2013 18:19 #2758 by pasquale.dibari
Files permissions are 644 (find . -type f -exec chmod 644 {} \;)
Dir permissions are 755 (find . -type d -exec chmod 755 {} \;)

Are correct?

Please Log in to join the conversation.

More
04 Mar 2013 12:35 #2759 by mapokid
4.2 is not longer activable. You have to update to last version ( vte4free.crmvillage.biz/vteMorphsuitServ...s&actual_version=499 ) and than you can reactivate your vte.

Please Log in to join the conversation.

More
04 Mar 2013 18:32 #2763 by pasquale.dibari
Hi mapo, I:
1) restore VTE dir (tar -xzvf vte_backup.tgz);
2) create new VTE database (create database VTE default character set utf8 collate utf8_general_ci);
3) restore mySQL dump file (mysql -u root -ppassword vte < vte_backup.sql);
4) decompress the package vte457-691.tgz (tar -xzvf vte457-691.tgz);
5) copy it content to the root directory of VTE (cp -R vte457-691/ VTE/;
6) give apache all the right (chon -R www:www VTE/) and permissions for all the VTE folder (find VTE/ -type d -exec chmod 755 {} \;) and files (find VTE/ -type f -exec chmod 644 {} \;) recursively;
7) open my browser and navigate to my VTECRM url;
8) insert user name and password of a administrator user (see screenshot1.jpg).

The result is in the screenshot2.jpg.
Can you help me?
Thanks
Attachments:

Please Log in to join the conversation.

More
06 Mar 2013 16:52 #2766 by pasquale.dibari
Hi mapo,
I need to restart. I tried import data in new VTE installation 4.4.1 unsuccessfully.
If I can not solve it's possible to import VTE 4.2 data in any version of vtiger?
Thanks.

Please Log in to join the conversation.

Time to create page: 0.176 seconds