Show this error everytime i load the matomo page

Oops… there was a problem during the request. Maybe the server had a temporary issue, or maybe you requested a report with too much data. Please try again. If this error occurs repeatedly please [contact your Matomo administrator]

Hi, I am also getting this message. After upgrading to 4.6.2, when I am logged in in Matomo, there are some issues with loading.

I checked the error.log in Apache:

[Thu Jan 27 12:11:45.153081 2022] [php7:notice] [pid 18868:tid 1824] [client 10.5.20.62:53506] Error in Matomo: Failed to write cache file "E:\Intranet\matomo/tmp/templates_c/8c/8c69945382970ba9358b29855818d71a8eb8d53c39c9c89615548c1812552769.php"., referer: http://statistik-intern/index.php?module=CoreHome&action=index&idSite=1&period=day&date=today
[Thu Jan 27 12:12:03.781484 2022] [authz_core:error] [pid 18868:tid 1844] [client ::1:54408] AH01630: client denied by server configuration: E:/Intranet/matomo/config/config.ini.php
[Thu Jan 27 12:12:03.785486 2022] [authz_core:error] [pid 18868:tid 1844] [client ::1:54409] AH01630: client denied by server configuration: E:/Intranet/matomo/tmp/cache/tracker/matomocache_general.php
[Thu Jan 27 12:12:03.788484 2022] [authz_core:error] [pid 18868:tid 1844] [client ::1:54410] AH01630: client denied by server configuration: E:/Intranet/matomo/tmp/
[Thu Jan 27 12:12:03.791485 2022] [authz_core:error] [pid 18868:tid 1844] [client ::1:54411] AH01630: client denied by server configuration: E:/Intranet/matomo/tmp/empty
[Thu Jan 27 12:12:03.794539 2022] [authz_core:error] [pid 18868:tid 1844] [client ::1:54412] AH01630: client denied by server configuration: E:/Intranet/matomo/lang/en.json
Das System kann den angegebenen Pfad nicht finden.
Das System kann den angegebenen Pfad nicht finden.
Das System kann den angegebenen Pfad nicht finden.
Das System kann den angegebenen Pfad nicht finden.
Das System kann den angegebenen Pfad nicht finden.
Das System kann den angegebenen Pfad nicht finden.
Das System kann den angegebenen Pfad nicht finden.
Das System kann den angegebenen Pfad nicht finden.

I am using:
• Matomo Version: 4.6.2
• PHP Version: 7.2
• Server Operating System: Apache24
• Browser: Firefox, Chrome
• Operating System: Windows

The directory for matomo in Apache is setup like this:

<Directory E:/Intranet/matomo/>
	Options Indexes FollowSymLinks Includes ExecCGI
	AllowOverride All
	Require all granted
</Directory>

So I am not sure, where the problem is. Hope to get a solution, thanks in Advance for replying.