OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

This topic contains 3 replies, has 4 voices, and was last updated by  Dima Soroka 9 years, 6 months ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #26296

    nexus-saturn
    Participant

    Can somebody can do for me the installation on my debian linux with plesk? Please contact me under info@blackrocket.de

Viewing 3 replies - 1 through 3 (of 3 total)
  • Author
    Replies
  • #26297

    garbouille
    Participant

    Please help, i try it since 2 days.
    I have problem to install it on plesk 11.5

    I have created the vhost.conf, installed php 5.4.33

    I have in apache this in apache log:
    PHP Fatal error: Uncaught exception ‘RuntimeException’ with message ‘The php executable could not be found, add it to your PATH environment variable and try again’ in /home/www/vhosts/XXX/platform-application/vendor/oro/platform/src/Oro/Bundle/EntityExtendBundle/OroEntityExtendBundle.php:97\nStack trace:\n#0 /home/www/vhosts/XXX/platform-application/vendor/oro/platform/src/Oro/Bundle/EntityExtendBundle/OroEntityExtendBundle.php(78): Oro\\Bundle\\EntityExtendBundle\\OroEntityExtendBundle->getPhp()\n#1 /home/www/XXX/platform-application/vendor/oro/platform/src/Oro/Bundle/EntityExtendBundle/OroEntityExtendBundle.php(66): Oro\\Bundle\\EntityExtendBundle\\OroEntityExtendBundle->ensureCacheInitialized()\n#2 /home/www/vhosts/XXX/platform-application/vendor/oro/platform/src/Oro/Bundle/EntityExtendBundle/OroEntityExtendBundle.php in /home/www/vhosts/XXX/platform-application/vendor/oro/platform/src/Oro/Bundle/EntityExtendBundle/OroEntityExtendBundle.php on line 97

    I have this when i do php -v from anywhere:

    PHP 5.4.33-2+deb.sury.org~precise+1 (cli) (built: Sep 25 2014 09:06:25)
    Copyright (c) 1997-2014 The PHP Group
    Zend Engine v2.4.0, Copyright (c) 1998-2014 Zend Technologies
    with the ionCube PHP Loader v4.2.2, Copyright (c) 2002-2012, by ionCube Ltd.

    Here is my vhost.conf

    ServerName XXX

    DirectoryIndex app.php
    DocumentRoot /var/www/XXX/platform-application/web
    <Directory /var/www/vhosts/XXX/platform-application/web>
    # enable the .htaccess rewrites
    AllowOverride All
    Order allow,deny
    Allow from All
    </Directory>

    ErrorLog /var/log/apache2/platform_application_error.log
    CustomLog /var/log/apache2/platform_application_access.log combined

    #26298

    Choukk
    Participant

    Hey there,

    It seems you have an error in your system configuration (PHP version).

    From OROCRM Installtion :

    #26299

    Dima Soroka
    Keymaster

    Thanks we’ll update public repository shortly.

Viewing 3 replies - 1 through 3 (of 3 total)

The forum ‘OroCRM – Installation/Technical Issues or Problems’ is closed to new topics and replies.

Back to top