I searched the forum ad didn't find an answer.
I'm just starting a new site, last joomla! version, last gantry5 version. I was able at some extent to work with themes and styles nut suddenly I get a runtime error by just selecting a style. Now I can't enter any style.
The error is:
Twig_Error_Runtime
An exception has been thrown during the rendering of a template ("mkdir(): Permission denied") in "partials/outlines-list.html.twig" at line 9.
followed by a long list of errors.
Twig_Error_Runtime
…
/vendor
/twig
/twig
/lib
/Twig
/Template.php
443
40
RuntimeException
…
/classes
/Gantry
/Component
/Filesystem
/Folder.php
325
39
Gantry
\Component
\Filesystem
\Folder
create
…
/classes
/Gantry
/Component
/Filesystem
/Folder.php
218
38
Gantry
\Component
\Filesystem
\Folder
copy
…
/classes
/Gantry
/Joomla
/StyleHelper.php
76
and more....
Please would you post your URL, superuser id and pswd in the secure tab of your post and i'll have a look for you.
Please post your FTP logon, password and FTP URL in the secure area of your post.
So it sounds like you have a permissions issue on your server.
Regards, Mark.
Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
You are using apache2handler rtather than cgi/fastCGI and are not using an ftp account. In this circumstance it is most likely that the files/folders of your site have an owner/group of "apache" (rather than your FTP account) and therefore Joomla is unable to write to file/folders.
But... I also checked your files/folders with FTP and the permissions are all wrong. Files should be 644 and directories should be 755 - yours are not.
So, you need to correct permissions and owner/group.
Regards, Mark.
Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
Free and painless. Will fix your permissions problems and probably a few more you don't know about. Check it out. I do not get paid to say that, I say it because it is true.
I set /htdocs to Owned by me.
The folders are 755 and files 644
Some folders are 775 as needed in the system information / folder permissions
Aparently everything is ok.
When I try to enter the site I get this:
Error displaying the error page: Unable to create the cache directory (/home/magiajsoares/57U0BFW3/htdocs/cache/gantry5/rt_callisto/twig/ec).: Creating directory '/home/magiajsoares/57U0BFW3/htdocs/cache/gantry5/rt_callisto/compiled/config' failed on error mkdir(): Permission denied
One thing that is strange is that the site was working and I was using the backoffice to develope it but suddenly without any special reason it started to give all these errors in the backoffice and now in the frontoffice.