Hello, I have just downloaded TastyIgniter to install using XAMPP for Mac, but I have a problem with the URL rewrite.
When I run the setup installation, I receive the error :

’System Requirements Check Failed
is directories & files writable?
Error message code: writable’

When I read the instructions provided, i’m not sure where the .htaccess file is to add the code. The setup-master folder in my case was added inside the htdocs folder for XAMPP.

Thank you.

  • mlattke replied to this.
  • phillsav Yes, you need to create the database first. By using XAMPP you can easily browse phpmyadmin in order to do it.

    phillsav That’s permissions issue, try run this in the console (as root/admin)

    chmod 777 directory

    This will give you execute, read and write privileges to the TI directory

    pd. That kind of permissions are not recommended in a production environment. I think you’re just trying the tool so for now it will be ok.

      Hi mlattke , thanks for your help. I was able to progress to the next stage, then got stuck at the database. I haven’t made any database configurations yet, perhaps I need to create the database first?

      Connection failed: SQLSTATE[HY000] [1045] Access denied for user ‘test123’@‘localhost’ (using password: YES)

        phillsav Yes, you need to create the database first. By using XAMPP you can easily browse phpmyadmin in order to do it.