Gossamer Forum
Home : Products : DBMan : Installation :

Re: PLz hElp Me

Quote Reply
Re: PLz hElp Me In reply to
I don't understand what you want to do. Your .cfg file is very confusing.

You have

'ID' => [ 0, 'numer', 8, 255, 1, '', ''],

and

$db_key = 'ID';
$db_key_track = 1;

Which means that you will have a numeric key that is maintained by the database. But you also have

$auth_user_field = 0;

Which means that the userid will automatically be placed in that field.

You have

$auth_signup = 1;
@auth_signup_permissions = (1,0,0,1,0);

Which means that logged in users can view or modify records -- but not add them, and you have

$auth_modify_own = 1;

Which means that they can only modify the records they added. Except that they can't add any records.

First, delete everything in your default.db file. You will have to start from the beginning.

Then add another field to your .cfg file for the userid.

I think you should try going back to the Configurator again. Add another field for the userid. Allow users to Add records. If users will only have one record each, you will not need the ID field at all.


------------------
JPD






Subject Author Views Date
Thread PLz hElp Me sohaib 7931 Apr 27, 2000, 6:47 AM
Post Re: PLz hElp Me
JPDeni 7793 Apr 27, 2000, 8:01 AM
Post Re: PLz hElp Me
sohaib 7806 Apr 28, 2000, 12:18 AM
Post Re: PLz hElp Me
JPDeni 7794 Apr 28, 2000, 1:19 AM
Post Re: PLz hElp Me
sohaib 7789 Apr 28, 2000, 1:32 AM
Post Re: PLz hElp Me
JPDeni 7914 Apr 28, 2000, 2:23 AM
Post Re: PLz hElp Me
sohaib 7910 Apr 28, 2000, 3:58 AM
Post Re: PLz hElp Me
sohaib 7843 Apr 28, 2000, 8:48 AM
Post Re: PLz hElp Me
JPDeni 7764 Apr 28, 2000, 11:09 AM
Post Re: PLz hElp Me
David_AFIL 7789 May 2, 2000, 9:13 PM
Post Re: PLz hElp Me
LoisC 7792 May 2, 2000, 9:55 PM
Post Re: PLz hElp Me
sohaib 7769 May 3, 2000, 10:07 AM
Post Re: PLz hElp Me
JPDeni 7810 May 3, 2000, 11:02 AM
Post Re: PLz hElp Me
sohaib 7798 May 4, 2000, 1:11 AM
Post Re: PLz hElp Me
JPDeni 7798 May 4, 2000, 11:11 AM
Post Re: PLz hElp Me
sohaib 7768 May 5, 2000, 3:10 AM
Post Re: PLz hElp Me
JPDeni 7824 May 5, 2000, 11:03 AM
Post Re: PLz hElp Me
David_AFIL 7801 May 6, 2000, 9:49 PM
Post Re: PLz hElp Me
sohaib 7820 May 7, 2000, 8:27 AM
Post Re: PLz hElp Me
JPDeni 7784 May 7, 2000, 11:32 AM
Post Re: PLz hElp Me
sohaib 7807 May 8, 2000, 2:40 AM
Post Re: PLz hElp Me
JPDeni 7788 May 8, 2000, 12:25 PM
Post Re: PLz hElp Me
sohaib 7804 May 10, 2000, 3:20 AM
Post Re: PLz hElp Me
JPDeni 7785 May 10, 2000, 3:34 AM
Post Re: PLz hElp Me
sohaib 7793 May 10, 2000, 3:55 AM
Post Re: PLz hElp Me
JPDeni 1298 May 10, 2000, 4:42 AM