1
Anonymous
Problem with pm module
  • 2012/12/23 11:39

  • Anonymous

  • Posts: 0

  • Since:


After moving a site to a faster server the pm module is broken/gives a blank page. I tried reinstalling the module but get the error Executing xoops_module_update_pm failed. I re-uploaded the pm module files but without success... Updating other modules just works fine.

Debug shows many 'Unable to allocate memory for pool' errors and all over the site. Could there be a relation?

XOOPS 2.5.5
PHP 5.3.19
mySQL 5.3.5

2
Mamba
Re: Problem with pm module
  • 2012/12/23 12:10

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Quote:
Debug shows many 'Unable to allocate memory for pool' errors and all over the site. Could there be a relation?

It seems like the issue is related to APC ("Alternative PHP Cache") on your server.

Try to disable it, and test it again.
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

3
Anonymous
Re: Problem with pm module
  • 2012/12/23 15:53

  • Anonymous

  • Posts: 0

  • Since:


Thanks for your answer Michael, I was thinking about APC too. Have asked the hoster to disable it...

4
Anonymous
Re: Problem with pm module
  • 2012/12/28 11:05

  • Anonymous

  • Posts: 0

  • Since:


APC is disabled now and the 'memory for pool' are gone, but the PM module is still mailfunctioning.

Ideas and suggestions are welcome!

5
Mamba
Re: Problem with pm module
  • 2012/12/28 12:19

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Quote:
PM module is still mailfunctioning.

Can you be more detailed?

Is it getting white pages? If yes, where? On the user side, or Admin?

Is it consistently on all links related to PM, or only on specific ones?
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

6
Anonymous
Re: Problem with pm module
  • 2012/12/28 12:35

  • Anonymous

  • Posts: 0

  • Since:


I managed to fix the problem. Removing the Dutch translation out of the PM folder did the trick, after that the module could be installed again.

I did some investigation and found an error in the Dutch translation. We'll have to update the local 2.5.5 Download on nlxoops!

7
Mamba
Re: Problem with pm module
  • 2012/12/28 12:57

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Fantastic! I'm glad that it is working now. But let us know about the translation issues, what was the problem, so we can learn from it for the future.
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

8
Anonymous
Re: Problem with pm module
  • 2012/12/28 13:09

  • Anonymous

  • Posts: 0

  • Since:


I found this error in /modules/pm/language/nederlands/main.php

define("_PM_EMAIL_DESC", "Beste %s, dit is een bericht doorgestuurd vanaf ".$GLOBALS[\'xoopsConfig\'][\'sitename\']);

I fixed it by removing some slashes:

define("_PM_EMAIL_DESC", "Beste %s, dit is een bericht doorgestuurd vanaf ".$GLOBALS['xoopsConfig']['sitename']);

The 2.5.5 download on nlxoops is fixed already!

9
Anonymous
Re: Problem with pm module
  • 2012/12/28 14:02

  • Anonymous

  • Posts: 0

  • Since:


I did some more research, it seems related to the fact magic quotes are deprecated in php 5.3 and will be removed in php 5.4 .

Login

Who's Online

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


Members: 0


Guests: 157


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