2

I have already installed php5, php5-curl, php5-mysqli by sudo apt-get install command. and have php version PHP 5.5.23.

But at the time of vtigercrm installation present PHP value show No.

PHP Configuration Result of phpinfo(); Result when configure vtigercrm This did not resolve the issue - any help appreciated.

Navneet
  • 347
  • 1
  • 10
  • 1
    Can you redo the markup so the output is actually readable? – SaeX Apr 16 '15 at 08:38
  • Saex Thanks. Only single issue is not fixing that - in step of Vtigercrm installation . Installation prerequisites in PHP Configuration , showing PHP Present Value - NO. – Navneet Apr 17 '15 at 08:52
  • thanks for views.. its done now. I did change php version value 5.5 to 5.6 in module/model/install/Utils.php file . and its worked for me. Not any error now in installation... – Navneet Jun 05 '15 at 17:02
  • You have given wrong path so adding new comment. \modules\Install\models\Utils.php – Milan Malani Sep 05 '16 at 18:13

1 Answers1

1

Change PHP version value 5.5 to 5.6 in module/model/install/Utils.php file . and its worked for me.

Navneet
  • 347
  • 1
  • 10