Ok, so, I installed the plugin. The tables are all there, etc. I get a message in my Apache server:
DBD::mysql::db do failed: MySQL server has gone away at/usr/local/lib/perl5/site_perl/5.6.1/i386-freebsd/ Slash/DB/Utility.pm line 595. [Mon Mar 10 07:03:31 2003] [error]/fileadmin.pl:Slash::DB::Utility:/usr/local/lib/pe rl5/site_perl/5.6.1/i386-freebsd/Slash/DB/Utility. pm:585'
And
[Mon Mar 10 07:03:31 2003] [error] Which was called by:Slash::Blob:/usr/local/lib/perl5/site_perl/5.6. 1/Slash/Blob.pm:87:INSERT INTO blobs (data,id,content_type,seclev) VALUES('
Basically, I was trying to add a PDF to a story. The PDF is 1.3 megs. I changed my Apache Server to allow for this, and the Fileadmin.pl adds a record for story_files, but errors out on inserting into the blob table....
--
--
It's either on the beat or off the beat, it's that easy.
Oh, and in my slashd log, I'm getting this message again, which maybe might be something that has cropped up again.
Mon Mar 10 11:25:11 2003 [freshenup.pl] updated software:03/01/21/078239 (Plugin For Finale) Filehandle $cchp_fh opened only for output at/usr/local/slash/site/www.jazz-sax.com/tasks/fresh enup.pl line 217.
Mon Mar 10 11:25:11 2003 [freshenup.pl] Commentcount/hitparade data was not retrieved, reason unknown (cchp: '')
If memory serves me, we dealt with that months ago, it was some sort of silly thing that caused this.
Anyhow, I'm looking forward to seeing this new file/image thing in action!;-)
--
--
It's either on the beat or off the beat, it's that easy.
Issues.... (Score:2)
DBD::mysql::db do failed: MySQL server has gone away at /usr/local/lib/perl5/site_perl/5.6.1/i386-freebsd/ Slash/DB/Utility.pm line 595. /fileadmin.pl:Slash::DB::Utility:/usr/local/lib/pe rl5/site_perl/5.6.1/i386-freebsd/Slash/DB/Utility. pm:585'
[Mon Mar 10 07:03:31 2003] [error]
And
[Mon Mar 10 07:03:31 2003] [error] Which was called by:Slash::Blob:/usr/local/lib/perl5/site_perl/5.6
Basically, I was trying to add a PDF to a story. The PDF is 1.3 megs. I changed my Apache Server to allow for this, and the Fileadmin.pl adds a record for story_files, but errors out on inserting into the blob table....
--
It's either on the beat or off the beat, it's that easy.
Re:Issues.... (Score:3, Informative)
1) You have your packet size set too small
2) Somehow Apache isn't set to take objects that large
3) Combination of the two above.
I can try on my local copy tomorrow morning and see what I get.
--
You can't grep a dead tree.
Re:Issues.... (Score:2)
--
It's either on the beat or off the beat, it's that easy.
Re:Issues.... (Score:2)
Mon Mar 10 11:25:11 2003 [freshenup.pl] updated software:03/01/21/078239 (Plugin For Finale)
Filehandle $cchp_fh opened only for output at
Mon Mar 10 11:25:11 2003 [freshenup.pl] Commentcount/hitparade data was not retrieved, reason unknown (cchp: '')
If memory serves me, we dealt with that months ago, it was some sort of silly thing that caused this.
Anyhow, I'm looking forward to seeing this new file/image thing in action! ;-)
--
It's either on the beat or off the beat, it's that easy.
Parent