Gossamer Forum
Home : Products : Gossamer Links : Discussions :

'random_pass'

Quote Reply
'random_pass'
When I run setup.cgi and press submit after entering my database information I get this error:

A fatal error has occured:

GT::SQL::Table (17772): Unknown method 'random_pass' called at /home/sites/site5/web/cgi-bin/admin/setup.cgi line 370.

Please enable debugging in setup for more details.


Anyone experienced this before or know how to solve it because I can't get past this error Frown

Paul
Installations:http://wiredon.net/gt/
Support: http://wiredon.net/forum/

Quote Reply
Re: 'random_pass' In reply to
Sounds like your .def file is broken. Open up Users.def and make sure you see something like:

Code:
'subclass' => {
'table' => {
'lsql_Users' => 'Links::Users',
},
'html' => {
'lsql_Users' => 'Links::Users::HTML',
},
},
If not, I would wipe your def files and re-run setup.

Cheers,

Alex

--
Gossamer Threads Inc.
Quote Reply
Re: 'random_pass' In reply to
Thankyou :) - that worked.

All the .def files were empty but as soon as I added that code to Users.def and entered my database details and pressed submit, it worked this time and the .def files were populated...

Thanks again...

Paul
Installations:http://wiredon.net/gt/
Support: http://wiredon.net/forum/