Gossamer Forum
Home : Products : Gossamer Links : Pre Sales :

Session_Attach Table ?

Quote Reply
Session_Attach Table ?
Im just playing around with Jerry´s Review-Mod;
while using the logout.cgi i got this error:

DBD::mysql::st execute failed: Table 'hn24db.Sessions_Attach' doesn't exist at admin/Links/DBSQL.pm line 972


I never heard of this table. Do someone know about?

Robert


Quote Reply
Re: Session_Attach Table ? In reply to
Ok; seems there is something wrong here:

In dbsql.pm in sub delete_record:

# Remove any attachments.
$self->delete_all_attach ($id) if ($self->{attach_dir});

But i dont have an attach_dir for sessions???
Hmm. Ok. Forget it.

It´s cause my mod to rewrite the .def-files has an error; so every .def-file gets an entree for attachement_dir.

:-)


Has someone other played around with the review? Im still try to find out some things ...