1
meme
HTTP 500 - Internal server error when send email
  • 2003/11/2 20:56

  • meme

  • Quite a regular

  • Posts: 271

  • Since: 2002/12/10


hi all i have two problem
1- i can not edit configure mail in preferences i get HTTP 500 - Internal server error page
2- i can not send to my users list in mail user i get this page HTTP 500 - Internal server error

need help thanks

2
Herko
Re: HTTP 500 - Internal server error when send email
  • 2003/11/2 20:58

  • Herko

  • XOOPS is my life!

  • Posts: 4238

  • Since: 2002/2/4 1


then you should check how your server handles e-mail. Does the php mail() function work?

Herko

3
meme
Re: HTTP 500 - Internal server error when send email
  • 2003/11/2 21:04

  • meme

  • Quite a regular

  • Posts: 271

  • Since: 2002/12/10


how do i know if its work or not
i can send recommend that means its work
but the problem in

Quote:
1- i can not edit configure mail in preferences i get HTTP 500 - Internal server error page

4
Draven
Re: HTTP 500 - Internal server error when send email
  • 2003/11/4 20:14

  • Draven

  • Module Developer

  • Posts: 337

  • Since: 2003/5/28


I'm having this exact same problem right now with my new host. I'll let you know if I'm able to find the cause.

5
Draven
Re: HTTP 500 - Internal server error when send email
  • 2003/11/4 21:11

  • Draven

  • Module Developer

  • Posts: 337

  • Since: 2003/5/28


Ok, it seems it's caused by the XoopsFormSelectUser call in main.php from preferences. It seems trying to grab the entire list of users kills my servers memory.

Why isn't this divided the way it is in groups etc for over 300? Trying to list 600 members in one drop down is too much.

6
meme
Re: HTTP 500 - Internal server error when send email
  • 2003/11/4 23:57

  • meme

  • Quite a regular

  • Posts: 271

  • Since: 2002/12/10


i found the problem

you have the same problem with me and me too i change my server

just rebuild this

INSERT INTO xoops_config VALUES (64, 0, 6, 'mailmethod', '_MD_AM_MAILERMETHOD', 'mail', '_MD_AM_MAILERMETHODDESC', 'select', 'text', 4);
INSERT INTO xoops_config VALUES (65, 0, 6, 'smtphost', '_MD_AM_SMTPHOST', 'a:1:{i:0;s:0:"";}', '_MD_AM_SMTPHOSTDESC', 'textarea', 'array', 6);
INSERT INTO xoops_config VALUES (66, 0, 6, 'smtpuser', '_MD_AM_SMTPUSER', '', '_MD_AM_SMTPUSERDESC', 'textbox', 'text', 7);
INSERT INTO xoops_config VALUES (67, 0, 6, 'smtppass', '_MD_AM_SMTPPASS', '', '_MD_AM_SMTPPASSDESC', 'password', 'text', 8);
INSERT INTO xoops_config VALUES (68, 0, 6, 'sendmailpath', '_MD_AM_SENDMAILPATH', '/usr/sbin/sendmail', '_MD_AM_SENDMAILPATHDESC', 'textbox', 'text', 5);
INSERT INTO xoops_config VALUES (69, 0, 6, 'from', '_MD_AM_MAILFROM', '', '_MD_AM_MAILFROMDESC', 'textbox', 'text', 1);
INSERT INTO xoops_config VALUES (70, 0, 6, 'fromname', '_MD_AM_MAILFROMNAME', '', '_MD_AM_MAILFROMNAMEDESC', 'textbox', 'text', 2);

instead old one

now you can go to preferences and change the mail preference

but you can not send mail because there are an error in groups after change server
if you find the fix plz tell me
thanks

Login

Who's Online

140 user(s) are online (97 user(s) are browsing Support Forums)


Members: 0


Guests: 140


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits