Private Messaging System - Page 4 Private Messaging System - Page 4
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Private Messaging System

Started by Stramm, October 31, 2007, 01:59:25 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Fico

Is there going to be a version for 1.5?

Joachim Müller

Stop that nonsense. From a thread that contained a similar question to yours, here's my answer:
Quote from: Joachim Müller on March 08, 2010, 05:22:06 PM
Anyway, please don't clutter threads with requests for other versions. We have been through this many times over: every time a new coppermine version comes out, users flood the threads for the old version with requests to see the mod / plugin / theme /whatever ported to the new version. We're not fond of this, as it doesn't help at all and only is confusing. If a developer wants to port a plugin, he will. If you need it badly, you're welcome to port it or hire someone to do that for you. But please don't clutter the board with requests for ports.

Fico

Quote from: Joachim Müller on March 11, 2010, 05:37:51 PM
Anyway, please don't clutter threads with requests for other versions. We have been through this many times over: every time a new coppermine version comes out, users flood the threads for the old version with requests to see the mod / plugin / theme /whatever ported to the new version. We're not fond of this, as it doesn't help at all and only is confusing. If a developer wants to port a plugin, he will. If you need it badly, you're welcome to port it or hire someone to do that for you. But please don't clutter the board with requests for ports.

And how would I know if he will do it or if I need to hire someone, if I don't ask?

Joachim Müller

Quote from: Fico on March 17, 2010, 06:21:19 PMAnd how would I know if he will do it or if I need to hire someone, if I don't ask?
If the creator of this plugin would have planned to port the plugin or if a port already existed, there would have been a posting that says so within this very thread. The fact that it doesn't exist should be enough for you, especially since I told you to stop this discussion. Continuing it (i.e. not respecting moderation) leads to getting banned. That's what you are now. Farewell.

mahdi1234

Is this plugin supposed to work with php 5.3?

I've recently updated my testbed to 5.3 and PMS is causing problems which look like CSS is totally ignored (see attached). Unfortunately it's my local machine and I don't have it open to world; my webhost is still using 5.2 and it works well there; I know it's not compliant with board rules, sorry for that. Would you give me some hints how to debug what could cause this issue (I've looked into error logs from apache and it indicates no problem)?

cpg 1.4.27
PHP 5.3.3-pl1-gentoo

thanks in advance

mahdi1234

So I've figured out the problem lies here


/include/plugin_api.inc.php

    * Warning line 213: Parameter 1 to pms_loginform_start() expected to be a reference, value given


which is this line

                    $value = call_user_func($plugin_function,$value);


and then changing

function pms_loginform_start(&$html)


to below solved that for me

function pms_loginform_start($html)

Landser88

Quote/index.php?file=cpg_pms/codebase
Here what we would get:
QuoteFatal error: Call to a member function add_action() on a non-object in W:\home\localhost\www\plugins\cpg_pms\codebase.php on line 21

It's not very critical, but it is a bug.

Download

Thanks for the helpful information