I am trying to add JPDeni's mod "Universal date translator" - But I get "500 Internal Server error.
My error.txt file says: "Undefined subroutine &main::parse_form called at db.cgi line 43."
The text "Line 43:" is added to show what line is line 43.
Is there anyone who can help me?
Jan Peter
My error.txt file says: "Undefined subroutine &main::parse_form called at db.cgi line 43."
The text "Line 43:" is added to show what line is line 43.
Code:
Line 42: # Load the form information and set the config file and userid.
Line 43: local(%in) = &parse_form;
Line 44: $in{'db'} ? ($db_setup = $in{'db'}) : ($db_setup = 'default');
Line 45: $in{'uid'} ? ($db_uid = $in{'uid'}): ($db_uid = '');
Jan Peter

