CMS MADE SIMPLE FORGE

CGFeedback

 

[#6333] With Enabled Notification the notification is not being send but printed into template

avatar
Created By: Andrzej Kardaś (kardasa)
Date Submitted: Mon Mar 28 19:57:47 -0400 2011

Assigned To: Robert Campbell (calguy1000)
Version: 1.3.3
CMSMS Version: None
Severity: Major
Resolution: None
State: Open
Summary:
With Enabled Notification the notification is not being send but printed into template
Detailed Description:
When I'm enabling notification for admin and after this I'm trying to  post the
feedback form, I'm not geting the "Message displayed after successful comment
submission" but instead the "Message Template" is being printed out into my page
which is breaking the page look. The comment itself is written correctly but the
notification message is not send via mail.  Here you can see how the page is
looking like after the sending the comment form:

<html><head>    </head><body>
        <div class="PageBackgroundGradient"></div>
        <div class="PageBackgroundGlare">
            <div class="PageBackgroundGlareImage"></div>
        </div>
        <div class="Main">
            <div class="Sheet">
                <div class="Sheet-tl"></div>
                <div class="Sheet-tr"><div></div></div>
                <div class="Sheet-bl"><div></div></div>
                <div class="Sheet-br"><div></div></div>
                <div class="Sheet-tc"><div></div></div>
                <div class="Sheet-bc"><div></div></div>
                <div class="Sheet-cl"><div></div></div>
                <div class="Sheet-cr"><div></div></div>
                <div class="Sheet-cc"></div>
                <div class="Sheet-body">
                    <div class="nav">
                            
        <ul class="artmenu">
        
     (..)Here is my menu(...)
    
						<div class="l"></div>
                        <div class="r"></div>
                    </div>
                    <div class="Header">
                        <div class="Header-jpeg"></div>
                        <div class="logo">
<h1 class="logo-name" id="name-text">Strona Andrzeja
Kardasia </h1>
<div class="logo-text" id="slogan-text">Linux i Open Source</div>
                    </div>
<div class="lang_menu"><ul id="language_menu">
<li><a style="background-image: url(&quot;/uploads/images/en_US.png&quot;);
background-repeat: no-repeat; background-position: left center; padding: 0pt 0pt
0pt 18px;"
href="http://www.kardasa.pl/english/overlay_eng.html">English</a></li>
</ul></div>
                    </div>
                    <div class="contentLayout">
                        <div class="content">
                            <div class="Post">
                                <div class="Post-tl"></div>
                                <div class="Post-tr"><div></div></div>
                                <div class="Post-bl"><div></div></div>
                                <div class="Post-br"><div></div></div>
                                <div class="Post-tc"><div></div></div>
                                <div class="Post-bc"><div></div></div>
                                <div class="Post-cl"><div></div></div>
                                <div class="Post-cr"><div></div></div>
                                <div class="Post-cc"></div>
                                <div class="Post-body">
                            <div class="Post-inner">
                                <div class="PostContent">
                                     

<h1>A comment has been posted on your website</h1>

<table>
<tbody><tr>
  <td>URL:</td>
  <td></td>
</tr>
<tr>
  <td>Key 1:</td>
  <td>News</td>
</tr>
<tr>
  <td>Key 2:</td>
  <td>wine</td>
</tr>
<tr>
  <td>Author:</td>
  <td>sdsadsa </td>
</tr>
<tr>
  <td>IP Address:</td>
  <td>178.73.48.94</td>
</tr>
<tr>
  <td>Title:</td>
  <td>sdasdsa</td>
</tr>
<tr>
  <td>Rating:</td>
  <td></td>
</tr>
<tr>
  <td>Comment:</td>
<td></td></tr></tbody></table></div></div></div></div></div></div></div></div></div></body></html>

When I'm disabling notification posting the form is working as expected.


History

Comments
avatar
Date: 2012-04-10 04:07
Posted By: Balkrishna Raut (Balkrishna)

Same kind of problem i am getting. Data is not get saved into database, It
returns the whole page. i am using CGFEEDBACK module 1.2.1 everything is working
on Local machine but on Live server it is creating a problem.