mjnaderi / Sharif-Judge

A free and open source online judge system for programming courses
https://github.com/mjnaderi/Sharif-Judge/tree/docs
GNU General Public License v3.0
384 stars 152 forks source link

How to make cache twig writable #68

Open priteshisgreat opened 6 years ago

priteshisgreat commented 6 years ago

How to make cache twig writable

fthozdemir commented 6 years ago

chmod -R a+rwX application/cache/Twig

Sh1gy commented 1 year ago

chmod -R a+rwX How do I know if it works or not