Author Topic: How do I update mibew  (Read 8986 times)

0 Members and 1 Guest are viewing this topic.

venu

  • Jr. Member
  • **
  • Posts: 2
How do I update mibew
« on: October 21, 2013, 04:48:06 AM »
I currently have an 1.6.4 version running in production. How do I update it to 1.6.7.

faf

  • Mibew Staff Member
  • Native
  • *****
  • Posts: 950
    • Mibew Messenger
Re: How do I update mibew
« Reply #1 on: October 21, 2013, 08:37:31 AM »
Hi!

To update Mibew one should follow the steps described in the README file that is included in the archive.

You should:

  • backup your database, code and avatars
  • wipe out the old installation replacing it with the new one
  • restore your database connection settings in the libs/config.php file
  • restore your avatars (place them into images/avatar directory)
  • update the database structure (just visit http://<your domain>/<path to mibew>/install/ and click at the appropriate link)
  • remove install/ directory

HKITS

  • Jr. Member
  • **
  • Posts: 1
Re: How do I update mibew
« Reply #2 on: November 07, 2013, 09:49:07 AM »
Hello,

I follow the above, but I have a problem.
My installation is installed in the folder /webim
When I run the install, it is telling me that the $webimroot should be "/webim"
The fact is that the config.php has the following line in : $webimroot = "/webim";

If I upload the 1.6.7, put my config.php and images and avatars and run, I get an error because the software do not go to the sub-folder to find the Mibew and look for it in the root of the domain.

Is there a new config.php somewhere in the 1.6.7?


Thanks,

faf

  • Mibew Staff Member
  • Native
  • *****
  • Posts: 950
    • Mibew Messenger
Re: How do I update mibew
« Reply #3 on: November 07, 2013, 10:32:12 AM »
I follow the above, but I have a problem.

No, you didn't.   ;)

You've keeped your old config.php, while you had to change the one that comes with the distribution.

And I bet that Mibew told you that $mibewroot should be "/webim".