11
chco2
Re: XOOPS 2.5.5 RC Testing
  • 2012/6/2 16:21

  • chco2

  • Module Developer

  • Posts: 374

  • Since: 2004/3/5 1


Hmm.. I seem to have no mail functions in 2.5.5.
sendmail and phpmail both do not work.. Anyone else ?
“It's amazing the way people cling to insults. Or what they think are insults.”

12
Anonymous
Re: XOOPS 2.5.5 RC Testing
  • 2012/6/2 16:29

  • Anonymous

  • Posts: 0

  • Since:


I never heard of mail problems with 2.5.5 before... Is it an upgrade or new install?

13
chco2
Re: XOOPS 2.5.5 RC Testing
  • 2012/6/2 16:45

  • chco2

  • Module Developer

  • Posts: 374

  • Since: 2004/3/5 1


Hi!
It is a complete new install.
sendmail doesn't work and neither does PHPmail.
SMTP does work, but the customer doesn't have smtp (tried it with my own mail server).
If I write a simple php script using php's mail or sendmail, they work fine.
“It's amazing the way people cling to insults. Or what they think are insults.”

14
Anonymous
Re: XOOPS 2.5.5 RC Testing
  • 2012/6/2 17:10

  • Anonymous

  • Posts: 0

  • Since:


I don't know if you downloaded the Dutch package? I just did a test with a xoops install downloaded from nlxoops, php mail is working ok...

15
Cesagonchu
Re: XOOPS 2.5.5 Final

Xoops 2.5.5 Final and its User Profile module 1.63.

There is a bug with added fields that do not save in the database, in Xoops 2.5.5 Profile module 1.63.

black_beard (montuy33753) is working on it.

16
Cesagonchu
Re: XOOPS 2.5.5 Final

Xoops 2.5.5 Final and its Private Messaging 1.08.

=> modules/pm/readpmsg.php

Incorrect display of text in the PM module : screenshot.

17
Mamba
Re: XOOPS 2.5.5 Final
  • 2012/7/4 1:36

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


This might be an "input" problem.

I assume that it is coming from Newbb 4.3, correct?

If yes, maybe the message was "mis-formatted" before it was sent?

I would suggest to check what was missing in the message to make it look normal?

Then check in the NewBB to see if the missing part was included there?

The issues to look for are:
- was the message wrongly created?
- if it was correctly sent, was it received with error?
- or finally, if it was correctly received and stored, maybe it was "presented" incorrectly?

[EDIT] I should look closer into the message
It seems like the issue was that it was sent as HTML, and PM doesn't interpret HTML messages.
So unless we change PM to be able to receive HTML messages, we need to change the sender to send plain text or BBcode messages.
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

18
Cesagonchu
Re: XOOPS 2.5.5 Final

Quote:

Mamba wrote:
I assume that it is coming from Newbb 4.3, correct?


Yes

So, you work on it? Don't forget to specify you work on a bug in each specific forum, dedicated to a bug

19
black_beard
Re: XOOPS 2.5.5 RC Testing

Quote:

There is a bug with added fields that do not save in the database, in Xoops 2.5.5 Profile module 1.63.

black_beard (montuy33753) is working on it.


This bug is fixed

The program does not create new fields in the table profile_profile

In the file /modules/profile/class/field.php , you must make a modifcation to the line 513

if ((!in_array($obj->getVar('field_name'), $this->getUserVars())) && (!isset($_REQUEST['field_required']))) {


by

if ((!in_array($obj->getVar('field_name'), $this->getUserVars())) && (isset($_REQUEST['field_required']))) {

20
Cesagonchu
Re: XOOPS 2.5.5 RC Testing

Thank you black_beard

Login

Who's Online

255 user(s) are online (157 user(s) are browsing Support Forums)


Members: 0


Guests: 255


more...

Donat-O-Meter

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

Latest GitHub Commits