Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Re: [TheStone] Gmail+LSQL under mod_perl and Fileman Problems

Quote Reply
Re: [TheStone] Gmail+LSQL under mod_perl and Fileman Problems In reply to
Hi.

I had to edit the Commands.pm file for both LSQL and GMail and the problem was gone. I had to comment out and add the following to the


# Change mode
# my $octal_perm = oct($self->{cfg}->{upload_chmod});
# Permissions have to be in octal.
# chmod ($octal_perm, $fullfile);
chmod(0644, $fullfile);

Changing only in the GMail part did not solve the issue and so i had to edit the Compose.pm's of the FileMan of both GMail and LSQL which brings me to the next query:

The startup.pl has this

use lib '/path/to/gmail/admin',
'/path/to/lsql/admin';
use GMail::mod_perl;
use Links::mod_perl;
1;

What is not clear to me is why i had to edit the Commands.pm of LSQL FileMan to get the error off?

Then i reverted the Commands.pm's to original version and added yr suggestion. It worked. Thanks. I am still confused why i had to edit the LSQL FileMan Commands.pm ? ANyway, currently i am with your suggestion and orginal Commands.pm's

Thanks
Anup
Subject Author Views Date
Thread Gmail+LSQL under mod_perl and Fileman Problems anup123 4768 Apr 2, 2004, 2:46 PM
Post Re: [anup123] Gmail+LSQL under mod_perl and Fileman Problems
anup123 4574 Apr 3, 2004, 2:54 PM
Post Re: [anup123] Gmail+LSQL under mod_perl and Fileman Problems
anup123 4572 Apr 6, 2004, 7:10 AM
Thread Re: [anup123] Gmail+LSQL under mod_perl and Fileman Problems
anup123 4555 Apr 8, 2004, 1:25 PM
Thread Re: [anup123] Gmail+LSQL under mod_perl and Fileman Problems
604 4585 Apr 8, 2004, 3:39 PM
Post Re: [TheStone] Gmail+LSQL under mod_perl and Fileman Problems
anup123 4535 Apr 8, 2004, 5:16 PM