Gossamer Forum
Home : Products : DBMan : Customization :

Combine more mods

(Page 2 of 2)
> >
Quote Reply
Re: [ciccione] Combine more mods In reply to
What are the errors you are getting? Did you upload the dbtop.txt file into your dbman directory? Did you upload the files in ASCII mode? Did you set the permissions on all the files? Make sure you are not saving the files in .rft mod as that adds many extra characters to the files.


The script ran fine on my server ... you have to be more specific as to what is not working.

Since I added one extra field to your .cfg file, you may have adjust any previous .db file you had before to include this extra field.

Make a backup of your database and then upload a new .db file to the server to work with.

Turn on debugging so it will display the errors. Oh, in the copy I was working on make sure your path to perl is correct for your server in your db.cgi file:

#!/usr/bin/perl

If it still doesn't work, perhaps you can send me your FTP information in a private message so I can check on the file from there.

Unoffical DBMan FAQ

http://creativecomputingweb.com/dbman/index.shtml/
Quote Reply
Re: [LoisC] Combine more mods In reply to
Now run but not completely.

See the problems at the following link:

http://www.guitaronline.it/cgi-bin/conrc/biblioteca.cgi

The fields "Record Nr." and "Schedatore" are respectively: Key field and User ID field. Here the insertion is automatic. For the same question in the .cfg there are errors

There is also a great disorder in the look; you modified all my configuration.

As soon as possible I'll sent you a new .cfg and a new html.pl so you can insert only the necessary modifications.

Many thanks for your great help.

You are much bravo.

Regards
Quote Reply
Re: [ciccione] Combine more mods In reply to
I don't understand what you are saying is wrong with the record ID and the username field?

The username is visible to only admin when the records are displayed .. is that what you mean?

For your original layouts, just copy those sections of the code from your original files into the html_record_form and html_record yourself as there were no errors in those sections of the code. Then you will have your original layouts back.

Unoffical DBMan FAQ

http://creativecomputingweb.com/dbman/index.shtml/
Quote Reply
Re: [LoisC] Combine more mods In reply to
The script run only if I insert text in "Schedatore"

In the "Schedatore" field the test must be insert automatically.

Test it whith the following admin account:

Username: dbman
Password: dbman
Quote Reply
Re: [ciccione] Combine more mods In reply to
If you want to automatically add a certain username in the field ... then in your .cfg file change:


'Schedatore' => [19, 'alpha', 20, 25, 1, '',''],

to:

'Schedatore' => [19, 'alpha', 20, 25, 1, 'dbman',''],

Unoffical DBMan FAQ

http://creativecomputingweb.com/dbman/index.shtml/
Quote Reply
Re: [LoisC] Combine more mods In reply to
I hnow, and my dbman databases run so, that the script insert automatically the names of the admins when they insert dates.
> >