Community Auth not working |
[eluser]skunkbad[/eluser]
[quote author="Imran Niaz" date="1349964926"]I was trying to explore the Community Auth as application base, but cannot work it out. It's not installing the database and after going to http://localhost/skunkbad/ it's just mirroring the main website. Also the link "init controller" page link is broken at the documentation. I found it difficult to get the desired output after following the configuration and installation guidelines. Any help to run the application would be highly appreciated. [/quote] The example application is the main website. It's actually the exact code that is running on the production server. If the link to init is broken, you need to go into config/authentication.php and set the disable_installer setting to FALSE; Before the installer can work, you need to have created the database, and entered it's name, username, and password in config/database.php. When you have done that, init populates the database and creates your admin/users. Let me know if you have any other questions. |
Messages In This Thread |
Community Auth not working - by El Forum - 10-11-2012, 07:15 AM
Community Auth not working - by El Forum - 10-11-2012, 09:55 AM
Community Auth not working - by El Forum - 10-12-2012, 12:47 AM
Community Auth not working - by El Forum - 10-12-2012, 08:01 AM
Community Auth not working - by El Forum - 10-14-2012, 12:55 AM
Community Auth not working - by El Forum - 10-14-2012, 02:13 PM
|