Announcement

Collapse
No announcement yet.

Portal error 500

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

  • 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

  • #2
    Hello,
    check server error log, please.

    Comment


    • #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


      • #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


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

          Comment


          • #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


            • #7
              anyone can help me?

              Comment


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

                Comment

                Working...
                X