Part of the EllisLab Network
   
38 of 42
38
FreakAuth light 1.1 released
Posted: 30 June 2008 06:35 AM   [ Ignore ]   [ # 371 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  492
Joined  02-21-2007

First, I don’t think this is related to FAL.
The only reason I can think about is you forgot to create the MSSQL tables. Could you try to find an error message that could explain why the $query object is not assigned correctly?
If nothing works, please open a new thread, thanks.

Profile
 
 
Posted: 02 July 2008 07:01 AM   [ Ignore ]   [ # 372 ]  
Grad Student
Rank
Total Posts:  47
Joined  07-13-2007

Hi,
Is there any example application/tutorial that is using FAL? I am new to this. I need to see how users can create new listings/entries and edit their own entries only.

Also is 1.1 version compatible with CI 1.6.3?

Thanks.

Profile
 
 
Posted: 04 July 2008 02:04 AM   [ Ignore ]   [ # 373 ]  
Summer Student
Total Posts:  2
Joined  07-04-2008

*SOLVED* Been including Session class mistakenly and thus messing up with Db_session’s functionality. o_O

Hey there,

I created this administration console a while back and now I am trying to use it again but I seem to have some problems with sessions. FreakAuth light looks as if it is OK but my session ID is not kept when I navigate from page to page within the website. It gets deleted after a minute or so and I am getting thrown out by FAL. Does any of you think they might know what is wrong? Thanks!

S.

Profile
 
 
Posted: 04 July 2008 12:13 PM   [ Ignore ]   [ # 374 ]  
Summer Student
Total Posts:  13
Joined  07-02-2008

SOLVED: Sorry didn’t see you had the additional code that was needed for download. Thanks

I’m having an issue with custom profile editing (part 2 on the 4webby website).  I’ve gotten everything to work but the submitting of the profile.  When I click the submit button I get this error

Fatal error: Call to undefined method Users::_get_form_values() in /ci/system/application/controllers/users.php on line 327.

I’m not sure where the method _get_form_values is defined as I haven’t seen anything like it.

Drew

Profile
 
 
Posted: 06 July 2008 11:47 PM   [ Ignore ]   [ # 375 ]  
Summer Student
Total Posts:  12
Joined  03-10-2008

I just had FAL installed in my Codeigniter and got a question: how do you implement a form for user login and registration in my application without redirecting users to the built-in FAL interface?

thanks

Profile
 
 
Posted: 07 July 2008 09:56 AM   [ Ignore ]   [ # 376 ]  
Grad Student
Rank
Total Posts:  74
Joined  07-14-2007

Just alter the default forms. Simple and easier, and change the url with routes

Profile
 
 
Posted: 07 July 2008 05:20 PM   [ Ignore ]   [ # 377 ]  
Summer Student
Total Posts:  12
Joined  03-10-2008

how do I customize the user registration form? I want to collect more information when a user registers.

Profile
 
 
Posted: 12 July 2008 11:25 AM   [ Ignore ]   [ # 378 ]  
Lab Assistant
RankRank
Total Posts:  114
Joined  06-04-2007

hi, im using FreakAuth_light, is super for me in this moment….and i need to do something… the control panel is just for Admin and Superadmin, but i need that “editor” and anothers group’s access the administration panel….. and there i will give access to x o y secction’s..

Where i need to put the access for my customs groups?

thanks u

Profile
 
 
Posted: 12 July 2008 01:13 PM   [ Ignore ]   [ # 379 ]  
Lab Assistant
RankRank
Total Posts:  114
Joined  06-04-2007

Problem updating users


A Database Error Occurred

Error Number
: 1064

You have an error in your SQL syntax
; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 3

SELECT
* FROM (`fa_user`) WHERE `id` =

Was wrong ? some fix?

Profile
 
 
Posted: 13 July 2008 02:11 PM   [ Ignore ]   [ # 380 ]  
Grad Student
Rank
Total Posts:  75
Joined  04-26-2008

I have such code in my controller to check if the user is admin to show some admin function links. Its a catalog of bars, and this check is not working properly.
I am on one bar profile, its not showing, I am going to another and its showing. Strange. What can be problem?

 

       

$check=$this->freakauth_light->isSuperAdmin();
                if(
$check){


                 $data[
'link']= "<big> <a >Edit</a>&nbsp;&nbsp;&nbsp;</big><big> <a >Add Photos</a></big>&nbsp;&nbsp;<big> <a >Add/Edit Details</a></big>&nbsp;<big> <a >Add/Edit LOGO</a></big> ";


                
}
                else{
                  $data[
'link']= false;
                  
}

Profile
 
 
   
38 of 42
38
 
Post Marker Legend
New Topic New posts Hot Topic Hot Topic with new posts New Poll New Poll Moved Topic Moved Topic Sticky Topic Sticky topic
Old Topic No new posts Hot Old Topic Hot Topic with no new posts Old Poll Old Poll Closed Topic Closed Topic Announcement Announcements
Theme
Change Theme
Visitor Statistics
The most visitors ever was 719, on June 06, 2008 10:16 AM
Total Registered Members: 64455 Total Logged-in Users: 23
Total Topics: 80963 Total Anonymous Users: 1
Total Replies: 435699 Total Guests: 199
Total Posts: 516662    
Members ( View Memberlist )