Announcement

Collapse
No announcement yet.

Want to move a 4.8.4 hosted version to XAMPP/Bitnami

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Want to move a 4.8.4 hosted version to XAMPP/Bitnami

    Hello!

    Yes, I should have updated it...but I haven´t :-). Tried everything, read a lot but I cannot make it work. Have the latest Bitnami stack on XAMPP and planned to upgrade the hosted version, not through he front end but via CLI.

    Error: unexpected T_STRING in <b>/homepages/37/d7172 63136/htdocs/html/upgrade.php</b> on line <b>41</b><br />

    I still have the files from the Bitnami stack (4.8.4) but also could not make it work, installed files and created DB on the Bitnami stack via phpmyadmin.

    Is there a more clever way of taking it offline? It can stay at the old version but I suspect that won´t fly because of php versions etc..

    Thank you!

  • #2
    Hi there,
    When you try to upgrade via CLI it uses the PHP CLI version. Please check what's your PHP CLI version with this command: php -v.
    It seems you need PHP 5.6.
    Note from the next EspoCRM v.5.0.0. we dropped PHP 5.5 support.
    You can check all forward changes here https://github.com/espocrm/espocrm/releases?after=5.2.0.

    Comment

    Working...
    X