blank sections

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ripchord
    Junior Member
    • Oct 2015
    • 3

    blank sections

    This is a new installation, im getting some blank sections, here's one of the errors:

    Failed to load resource: the server responded with a status of 403 (Forbidden) /client/espo.min.js?r=1443614859674:15
    Uncaught Error: Could not load file 'client/modules/crm/res/templates/task/fields/date-end/detail.tpl'


    Thanks
  • yuri
    Member
    • Mar 2014
    • 8697

    #2
    Maybe your server doesn't allow files with .tpl extensions.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • ripchord
      Junior Member
      • Oct 2015
      • 3

      #3
      the server allows .tpl extensions, it's just those few .tpl files that are getting those 403 errors when inspected in the debug bar, ive already reinstalled espocrm but i still get the same issue, any ideas? thanks

      Comment

      • yuri
        Member
        • Mar 2014
        • 8697

        #4
        Maybe file permissions?
        If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

        Comment

        • ripchord
          Junior Member
          • Oct 2015
          • 3

          #5
          .tpl files are 644 while the folders are 755

          Comment

          • yuri
            Member
            • Mar 2014
            • 8697

            #6
            No idea
            If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

            Comment

            • ffgabriel
              Junior Member
              • Jul 2017
              • 1

              #7
              open .htaccess file.
              Remove: tpl

              in line:
              RedirectMatch 403 /+(soap|cache|xtemplate|data|examples|include|log4p hp|metadata|modules)/+.*\.(php|tpl)
              Change to:
              RedirectMatch 403 /+(soap|cache|xtemplate|data|examples|include|log4p hp|metadata|modules)/+.*\.(php)

              Comment

              Working...