Welcome Guest, Not a member yet? Register   Sign In
flexi auth - A user authentication library for CodeIgniter

[eluser]Hermann007[/eluser]
I love Flexi Auth libraries and firstly I would like to thank you for a fantastic product.

However I'm having some difficulty with the sending of activation emails etc. I keep getting the following error: "Unable to load the requested file: assets/includes/emails/activate_account.tpl.php".

I have played around with the directory structure etc. but still can't seem to fix this. I suspect that it might have something to do with my .htaccess file which looks like this:
RewriteEngine on
RewriteBase /
# Hide the application and system directories by redirecting the request to index.php
RewriteRule ^(application|system|\.svn) index.php/$1 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [QSA,L]


My index.php file is located on the same level as my assets folder thus I'm not sure why this isn't working.

Any suggestions?

Thank you.


Messages In This Thread
flexi auth - A user authentication library for CodeIgniter - by El Forum - 06-22-2013, 05:30 AM



Theme © iAndrew 2016 - Forum software by © MyBB