Newsletter Module - Strange behavior

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
RomanB

Newsletter Module - Strange behavior

Post by RomanB »

Hello,

I upgraded my CMSMS Site to Version 0.13 and installed the Newsletter Module 1.0-Beta3.

If I insert {cms_module module='NMS'} then instead of the subscribe form my page look like:

smarty->assign('prompt_email',$this->Lang('emailaddress')); $this->smarty->assign('error',$params['error']); $this->smarty->assign('submitbtn', $this->CreateInputSubmit($id, 'submit', $this->Lang('submit'))); $template = 'nms_subscribeform'; $mode = 'subscribe'; if(isset($params['mode']) && $params['mode'] != '') { $mode = $params['mode']; } switch( $......

What's going wrong???

Does somebody know why Code is printed instead of the subscribe form??

thanks for your help

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

Re: Newsletter Module - Strange behavior

Post by calguy1000 »

roman I'll try to take a look at that this weekend, it's probably a simple editor mistake in action.default.php

I'd look for that code in there and see if you can fix an obvious little error, like no closed quote or something.
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.
RomanB

Re: Newsletter Module - Strange behavior

Post by RomanB »

Hello,

I checked action.default.php and there is no error - can not find any editor mistake  :)

I checked the server logs and find some IIS Worker Process Crashes and I also checked my php.ini because I thought
that the mishandling of code processing has something to do with IIS or PHP.

So I troublehoot this w3wp.exe crashes (I reconfigured my Application Pool) and changed one line in my php.ini (short_open_tag = On)

After this everything is working fine.
;D

have a nice weekend
Roman
Locked

Return to “CMSMS Core”