Gossamer Forum
Home : Products : DBMan : Installation :

Internal Error

Quote Reply
Internal Error
i just want to ask the same question with the others... i also check the other problems regarding internal error but still i can't fix it... and somedody pls help me...

this is what i've got..
1. i downloaded the dbman_tar.tar
2. i upload it to cgi-bin directory
3. i uncompress it using tar zxvf dbman_tar.tar
4. i changed all the permission
5. i edit the db.cgi and default.cfg which u can view at: www.lccolleges.com/db_cgi.txt
and www.lccolleges.com/default_dfg.txt

6. the url of the dbman is http://web.cyworld.net/cgi-bin/dbman/db.cgi

that's it... and if somebody can help me.... pls that really a great help for me..

thanks again

fredvil


Quote Reply
Re: Internal Error In reply to
It would help if you enabled the debugging within your .cfg file. This may let you know why the script is not working.

$db_debug = 1;

You also should, while testing set the use of a default user to on:

$auth_allow_default = 1;

Then when you call the script use:

http://web.cyworld.net/cgi-bin/dbman/db.cgi?db=default&uid=default

I didn't see anything within your files that would cause problems. Did you set the chmod correctly for the files?

Also within your .cgi file you most likely do NOT have to set the dbpath. It should work with what was there as the default.


Unoffical DBMan FAQ
http://webmagic.hypermart.net/dbman/
Quote Reply
Re: Internal Error In reply to
ok i got it... i return the dbpath path to "." in db.cgi.. but i've got another internal error... can u pls check

http://web.cyworld.net/cgi-bin/dbman/db.cgi?db=default&uid=default

the menu menu box is there but another internal error in the bottom....

pls give me adice... thanks

Quote Reply
Re: Internal Error In reply to
copy of updated cgi and cfg files is located at:

www.lccolleges.com/db_cgi.txt
www.lccolleges.com/default_cfg.txt

Quote Reply
Re: Internal Error In reply to
Well, I went through all the functions and didn't see where the error could be?

Do you have a server error report that contains any information about this error? If not, please check the FAQ noted below under "Troubleshooting" and add the "Debugging - How To Obtain Useful Error Messages"
codes to your script .. this will give you a better view of any errors.

This will be very useful as you modify and make changes to your script.

Unoffical DBMan FAQ
http://webmagic.hypermart.net/dbman/