Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Matteo Rossi Member
@matteoredz · Joined 8 years ago · 10 posts · 5 topics · 0 reputation
Badges
Recent posts
-
Random unexpected E_WARNING on file_exists() php function
· 8 years ago
Got again the same error.. I need to restart apache each time
-
Don't display errors / warnings in production
· 8 years ago
I think that the problem relies in file_exists caching mechanism (used in Grav core files). I don't want to monkey patch core files or add try catch around it. Now i've added theme://languages direct
-
Don't display errors / warnings in production
· 8 years ago
Hi all, my app is showing exceptions (especially E_WARNING) in production env even thought i've disabled error reporting in php.ini and in grav admin. Are there others occurrencies to disable Woops co
-
Random unexpected E_WARNING on file_exists() php function
· 8 years ago
I'm adding files pulling from git from the VPS, I've setup a git hook that fix permissions after pull / merge and I've created a setup.php that performs an unmask before each request as stated in the
-
Random unexpected E_WARNING on file_exists() php function
· 8 years ago
Hi everyone, I’m using Grav in production for months and sometimes the site goes down with the following E_WARNING. Why is this occurring and how can I fix this issue? I’ve set up dir and file permis
-
Modular page best use case
· 8 years ago
Yeah that's exactly what I'm doing since my client need to edit few fields, the others are hardcoded in the twig template 🙂 Thank you for your support!
-
Modular page best use case
· 8 years ago
I do agree with you. I think that modules in modular pages are designed to be self-contained reusable chunk of code with specific blueprint that let users handle theirs data from admin panel. Looking
-
Modular page best use case
· 8 years ago
Hi there, I'm trying to figure out the best use-case for modular pages. From what I get from the documentation, modular pages are meant to build complex UI splitting the page in several modules (each
-
Usage experience with OVH shared hosting solution
· 8 years ago
Hi there, I'm developing a Grav-based website and I'd like to know in advance if OVH can handle Grav without problems, considering that OVH shared does not offer SSH access (only FTP). I've run severa
-
Print select option value in modular page
· 8 years ago
Hi everyone, I’ve added a select field in one modular yml with some options. With the value_only: true option I managed to display the value instead of the key in admin panel. Now how can I display th