I get the following error when pushing my FuelPHP app to my production server. My fuel/config/crypt.php file has been set already:
No write access to APPPATH/config/crypt.php.
The FuelPHP crypto functions require a set of unique and truelly random crypto keys. These keys are automatically generated and written to the crypto configuration file the first time the application accesses a crypto function.
Please copy the following code into APPPATH/config/crypt.php manually:
It looks like you're new here. If you want to get involved, click one of these buttons!