Welcome Guest, Not a member yet? Register   Sign In
The Easiest Authentication Library for CodeIgniter just got easier.
#21

[eluser]aaroncornish[/eluser]
Hi Adam

This looks really good.

However, I am very new to CI and I am having a problem.

I have uploaded all of the files but I am getting this error.

An Error Was Encountered
Unable to load the requested class: auth

Any help would be appreciated

thanks in advance
Aaron
#22

[eluser]Adam Griffiths[/eluser]
[quote author="aaroncornish" date="1241403747"]Hi Adam

This looks really good.

However, I am very new to CI and I am having a problem.

I have uploaded all of the files but I am getting this error.

An Error Was Encountered
Unable to load the requested class: auth

Any help would be appreciated

thanks in advance
Aaron[/quote]

Can you provide me with your version of CodeIgniter, version of PHP and your platform? Have you taken the files from the Github repo and copied the contents of the folders into an existing CodeIgniter application, or are you just running The Authentication Library files on their own?

Thanks.
#23

[eluser]aaroncornish[/eluser]
Hi Adam

I am running the latest version of CI and PHP version is 5.29

I have uploaded the files into my existing install.

Thanks for the super quick reply

Cheers
#24

[eluser]spmckee[/eluser]
One more Adam:

views->auth->pages->users->manage.php:
Code:
<?php echo anchor("users/add", "Add User"); ?>
Should be
Code:
<?php echo anchor("admin/users/add", "Add User"); ?>
#25

[eluser]aaroncornish[/eluser]
Hey Adam

I can't reply to the PM as I am a new member, and the spam prevention policies wont let me.

Might be worth emailing me? aaron.cornish-at-mac.com

Cheers
Aaron
#26

[eluser]Otaku Coder[/eluser]
Everything is working fine for me now. Thanks Adam!
#27

[eluser]shenanigans01[/eluser]
any chance of adding salting? or is that in and i've missed it?
#28

[eluser]Thorpe Obazee[/eluser]
It's already there:
Code:
/**
    * Salt the users password
    *
    * @access private
    * @param string
    */
    function _salt($str)
    {
        return sha1($this->CI->config->item('encryption_key').$str);
    } // function _salt()
#29

[eluser]nkelem[/eluser]
Ok, Adam this is great to new people like me. Completely new. I am still going through the process of creating a forum. I like the look and functions of this CI forum. I would love to code it straight from the first line, but don't mind a library i could look through. Any ideas?

Thanks.

And this Auth-library is working well for me.

cheers
#30

[eluser]Adam Griffiths[/eluser]
[quote author="nkelem" date="1242325273"]Ok, Adam this is great to new people like me. Completely new. I am still going through the process of creating a forum. I like the look and functions of this CI forum. I would love to code it straight from the first line, but don't mind a library i could look through. Any ideas?

Thanks.

And this Auth-library is working well for me.

cheers[/quote]

Hey,

Not sure what you mean. Do you mean a pre-built forum for CodeIgniter?

Thanks.




Theme © iAndrew 2016 - Forum software by © MyBB