Installation errors

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Kevi
    Junior Member
    • Aug 2014
    • 2

    Installation errors

    Hi ,

    I downloaded the EspoCRM zip file and uploaded the contents to my public_html folder on the server . I am using 000webhosting free hosting .

    When I try go to the site name to continue the installation I get this error message

    Can anyone please help , Is there something I have done wrong or am missing .


    Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home/a2397282/public_html/index.php on line 25
    and
    Parse error: syntax error, unexpected T_STRING in /home/a2397282/public_html/index.php on line 25

    Thanks in advance for your assistance
  • Mendziu
    Junior Member
    • Jul 2014
    • 19

    #2
    Activate php 5 or higher(i have the same error)
    Last edited by Mendziu; 08-22-2014, 09:16 PM.

    Comment

    • AlexAv
      EspoCRM Team
      • May 2014
      • 124

      #3
      Sometimes you can do it from .htaccess

      HTML Code:
      AddHandler application/x-httpd-php54 .php
      
      <IfModule mod_suphp.c>
          suPHP_ConfigPath /path/php54.ini
          <Files php.ini>
              order allow,deny
              deny from all
          </Files>
      
      </IfModule>
      "/path/php54.ini" - path to php5 ini


      If is doesn't help install php5 from terminal.

      Comment

      • Mendziu
        Junior Member
        • Jul 2014
        • 19

        #4
        I think, this is an error on server version php, when i install Espo in new serwer i have the same error. Only activate server php 5 or higher, disable error

        (sorry for my English)

        Comment

        • Kevi
          Junior Member
          • Aug 2014
          • 2

          #5
          Thanks guys , Im rather new to this and am learning . How do I activate php 5 from the terminal ?

          Comment

          • Mendziu
            Junior Member
            • Jul 2014
            • 19

            #6
            Write to your server provider and ask

            Comment

            Working...