Portal error 500

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pLatik
    Junior Member
    • Apr 2018
    • 7

    Portal error 500

    Hello to everyone!

    EspoCrm is a great tool, but i do not succeed to work with Portals. i already activate a Portal to demo and everytime i do so is giving me error 500. all the rest is working good. my server is: windows server 2008 + iis 7.5 + php 7.2.2 with all permissions configure with read and write in all folders wich the ESPOCRM is configured

    thanks in advance
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #2
    Hello,
    check server error log, please.

    Comment

    • pLatik
      Junior Member
      • Apr 2018
      • 7

      #3
      hello! thanks for the reply.
      i alaready check the logs "EspoCrm\data\logs" and the logs of PHP and do not register errors. link of my portal: https://vmais.net/crm/portal/5ac50b92cd9c4e66f/

      Comment

      • pLatik
        Junior Member
        • Apr 2018
        • 7

        #4
        sorry... i achived something changing the logs to development machine and the error registered: "[13-Apr-2018 17:20:25 Europe/Minsk] PHP Deprecated: Directive 'track_errors' is deprecated in Unknown on line 0"

        Comment

        • tanya
          Senior Member
          • Jun 2014
          • 4308

          #5
          As I see, you have URL Rewrite Module Error.
          Check if web.config in portal folder is correct.

          Comment

          • pLatik
            Junior Member
            • Apr 2018
            • 7

            #6
            I have a little dificulty to correct, the rule. can you help me?
            my rule in folder Portal :

            "<?xml version="1.0" encoding="UTF-8"?>
            <configuration>

            <system.webServer>
            <rewrite>
            <rules>
            <rule name="rule 1G" enabled="true" stopProcessing="true">
            <match url="^" />
            <action type="Rewrite" url="index.php" appendQueryString="true" />
            </rule>
            </rules>
            </rewrite>
            </system.webServer>

            </configuration>"

            Comment

            • pLatik
              Junior Member
              • Apr 2018
              • 7

              #7
              anyone can help me?

              Comment

              • petrik
                Junior Member
                • Jan 2017
                • 17

                #8
                Looks like this far I can go too... what should be changed there?

                Comment

                Working...