Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Re: [Alex] Major upgrade problems

Quote Reply
Re: [Alex] Major upgrade problems
I'm getting a variation of this attempting a new install of v.1.1.3.

A fatal error has occurred:
Can't call method "insert_id" on an undefined value at e:\heavybombers.com\heavybombers\forums\admin\setup.cgi line 451.


Please enable debugging in setup for more details.

Can't call method "insert_id" on an undefined value at e:\heavybombers.com\heavybombers\forums\admin\setup.cgi line 451.

Line 451 reads:

my $id = $db->insert({ group_name => $_->[1] })->insert_id;

Ideas?
Quote Reply
Re: [heavybombers] Major upgrade problems In reply to
Can you turn on debugging and see what it shows for $GT::SQL::error? It looks like you may have a missing table or table corruption. Either way, it shouldn't be all that difficult to fix.

Jason Rhinelander
Gossamer Threads
jason@gossamer-threads.com
Quote Reply
Re: [Jagerman] Major upgrade problems In reply to
Well when I hit admin.cgi, apparently haven't gotten far enough to be able to do that (it hits the setup.cgi stuff).
Quote Reply
Re: [heavybombers] Major upgrade problems In reply to
Can you send me server access (jason@gossamer-threads.com)? I'll take a look and see what's going on for you.

Jason Rhinelander
Gossamer Threads
jason@gossamer-threads.com
Quote Reply
Re: [Jagerman] Major upgrade problems In reply to
Bump.... (sent e-mail)....any word, ideas, clues?
Quote Reply
Re: [Jagerman] Major upgrade problems In reply to
For reference, this was an SQL permission problem.

Jason Rhinelander
Gossamer Threads
jason@gossamer-threads.com