Announcement

Collapse
No announcement yet.

blank sections

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

  • 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

  • #2
    Maybe your server doesn't allow files with .tpl extensions.

    Comment


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


      • #4
        Maybe file permissions?

        Comment


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

          Comment


          • #6
            No idea

            Comment


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