You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off Twiggy is amazing. I use Symfony and I love Twig, thank you for bringing it to CodeIgnitor.
I just uploaded a project built using Twiggy to my server. The server is a little old, it uses PHP 5.2.x. I had an issue with the DIR php variable in the Twiggy library on line 19.
DIR is a php 5.3 variable so I had to change it to dirname(FILE)
The text was updated successfully, but these errors were encountered:
First off Twiggy is amazing. I use Symfony and I love Twig, thank you for bringing it to CodeIgnitor.
I just uploaded a project built using Twiggy to my server. The server is a little old, it uses PHP 5.2.x. I had an issue with the DIR php variable in the Twiggy library on line 19.
DIR is a php 5.3 variable so I had to change it to dirname(FILE)
The text was updated successfully, but these errors were encountered: