CMSMS 1.0.5 und NMS 1.0.1 Form Error

Hilfe zu Modulen und Tags
Post Reply
morhun

CMSMS 1.0.5 und NMS 1.0.1 Form Error

Post by morhun »

Hallo,
Jedes mal wenn ich eine "Message" in "None(HTML Message)" schreiben möchte bekomme ich den Fehler "Form Error" kann jemand mir helfen? Mit "None(Text Message)" geht es aber dann in der Email sieht nicht schön aus.

2. Fehler: Unsubscribe und User Prefences funktionieren in der Emaillink nicht. ICh bekomme einen Fehler "Ein Parameter fehlt..."

Kann jemand bitte mir helfen? Ich brauch dieses Modul für einen Verein... Danke im Voraus...
slinux
Forum Members
Forum Members
Posts: 19
Joined: Fri Dec 29, 2006 1:22 pm

Re: CMSMS 1.0.5 und NMS 1.0.1 Form Error

Post by slinux »

Ich habe das selbe Problem.
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: CMSMS 1.0.5 und NMS 1.0.1 Form Error

Post by calguy1000 »

Try this:

Code: Select all

Index: NMS.module.php
===================================================================
--- NMS.module.php      (revision 139)
+++ NMS.module.php      (revision 140)
 -1249,11 +1249,6 @@
            $this->smarty->assign('message',$this->Lang('error_needmessagetext'));
            $error = true;
          }
-       else if( $templateid == -1 )
-         {
-           $this->smarty->assign('message',$this->Lang('error_formerror'));
-           $error = true;
-         }
        else if( $templateid > 0 && (! $pageid ) )
          {
            $this->smarty->assign('message',$this->Lang('error_formerror'));
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
asim

Re: CMSMS 1.0.5 und NMS 1.0.1 Form Error

Post by asim »

Calguy,

Apologies in advance if this seems like a question which should be pretty self-explanatory but I'm having the same error as the folks above, however I'm not entirely sure where I should put your code suggestion, does it need to replace currently existing code and exactly where should I be doing the modification? Is it in the file "NMS.module.php" or?

Thank you.
herbshirt
Forum Members
Forum Members
Posts: 145
Joined: Thu Jul 26, 2007 3:47 am

Re: CMSMS 1.0.5 und NMS 1.0.1 Form Error

Post by herbshirt »

I too am not sure where to make the correction. I'm getting the same error.

I have had a look at this script: NMS.module.php and it's HUGE. I can't find where to insert the new code (or overwrite old??)

Herb.
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: CMSMS 1.0.5 und NMS 1.0.1 Form Error

Post by calguy1000 »

The newer version of NMS (1.0.2) has this fix already.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
herbshirt
Forum Members
Forum Members
Posts: 145
Joined: Thu Jul 26, 2007 3:47 am

Re: CMSMS 1.0.5 und NMS 1.0.1 Form Error [solved by Calguy]

Post by herbshirt »

Thanks Calguy,

I was using the Module Manager where that version doesn't appear.

Herb.
Last edited by herbshirt on Fri Nov 09, 2007 7:55 pm, edited 1 time in total.
Post Reply

Return to “Module und Tags”