Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Chris Jung Regular
ModSquad Team Member
Grav Forum Moderators
@chris_jung · Joined 9 years ago · 102 posts · 6 topics · 24 reputation
Badges
Recent posts
-
PHP Zip extension is not installed - local install
· 9 years ago
The symlink should be available in /etc/php/7.0/apache2/conf.d
-
PHP Zip extension is not installed - local install
· 9 years ago
@arank: php mod-available, yes. mod-enabled was not the discussion. But available mods are not enabled by default. They need to have a symlink on mods-enabled as well.
-
PHP Zip extension is not installed - local install
· 9 years ago
is the zip.ini available in /etc/php7.0/mods-enabled/ ?
-
Error message: getimagesize(): corrupt JPEG data
· 9 years ago
This is done in php.ini. It depends on your provider, whether you can override some or all of their settings. See here for info: http://php.net/manual/en/image.configuration.php
-
Error message: getimagesize(): corrupt JPEG data
· 9 years ago
Klicking the Google Link in the purple area there is a stackoverflow post: https://stackoverflow.com/questions/11323515/why-do-i-get-corrupt-jpeg-data-message-when-using-imagecreatefromjpeg-functi May
-
PHP Zip extension is not installed - local install
· 9 years ago
Installing php-zip and enabling! should help locally as well :D
-
Frontend form size adjustment
· 9 years ago
Jup. You can. (20 character limit can be hard when answering yes-or-no-questions...)
-
Frontend form size adjustment
· 9 years ago
Do you use antimatter (maybe as base theme) You can create a template file in the same path as the plugin, like: /templates/forms/fields/text/text.html.twig Take a look at user/plugins/form/templates/
-
Performance: Completely disable twig caching vs. disbling cache on modulars
· 9 years ago
Where will be the biggest impact on performance? Let's assume there is a start page of the site, which is a modular page and has 2 modulars using addInlineJS oder CSS. To ensure that JS / CSS of the
-
Nudge in the right direction for sub theme
· 9 years ago
Sounds very good. But then you need a second modular-b template as well that extends the base-b-template. (Maybe you can define the base layout via header).