Search the Community
Showing results for tags 'filecompiler'.
-
My /assets/cache is messed up after changing PHP to 8 and then back to 7.4 - seems to have something to do with it, apparently had same problem 4 years ago. Manually deleting everything in that folder brings the whole site down with this error: When I upload older cache files - only ones I h...
- 2 replies
-
- unable to create directory
- permissions
-
(and 3 more)
Tagged with:
-
Hy Processwire community, There are some problem in fileCompiler cache. when i change under the directory \site\templates\ it must change under the directory /site/assets/cache/FileCompiler/site/templates/ but it does not update and functionality working with /site/assets/cache/FileCompiler/si...
- 3 replies
-
- processwire
- filecompiler
-
(and 1 more)
Tagged with:
-
I had upgraded my Apache configuration to include PHP7.2 and PHP7.3 for a Laravel-based script on the same server. Somehow it/I messed up a previously fine Processwire site, in a very confusing way. The site still looks fine, but editing template files has no effect whatsoever. It is stuck on s...
- 1 reply
-
- cache
- filecompiler
-
(and 3 more)
Tagged with:
-
There is no reason for this to have happened, I was not working on anything related to this: I deleted the site cache and it's still happening. The whole site is broken. This is what happened last time and I had to rebuild. Now I'll have to again. I really need to use version control this ti...
- 3 replies
-
- fatal error
- debug
-
(and 1 more)
Tagged with:
-
I'm building a site that renders certain features using reusable classes. Unfortunately FileCompiler caches the files and my changes don't show up unless I clear the FileCompiler cache. On top of that, when I try to use the wire() function inside a class it throws a "Fatal error: Uncaught Error...
-
Hey, I have a question regarding the fileCompiler: is it possible to compile all files (templates + modules) with the filecompiler at once after a deploy (in a composerPostinstall for example) and disable it afterwards completely. The problem is, when i am deploying a new version to my instance...
-
Hello Guys, i have a question regarding the fileCompiler of PW 3.x. On my page i am monitoring the execution times and sometimes i have some peaks in the execution time. I profiled the code and i recognized that those peaks come from the fileCompiler, more specific from the function compileName...