[SOLVEd] Changes aren't always recognized

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
aimeegeek
New Member
New Member
Posts: 4
Joined: Tue Feb 03, 2009 6:23 pm

[SOLVEd] Changes aren't always recognized

Post by aimeegeek »

OK, this is bizarre and is making me just a little bit crazy.
When I make changes (to a page, to the CSS, Global Content Blocks, whatever...) they aren't always recognized. Now, I'm not doing anything stupid like forgetting to hit submit or apply or looking at two different pages so not seeing changes. This site has been working fine for several months now, but recently has started doing some screwy stuff.

Sometimes it takes the changes, but mostly it's just ignoring me now. The changes show in the admin section, but not on the site itself.

Here's an example of the different content problem:
This page: http://phonetreewizard.com/index.php?page=buy-calls

Here's the source code:

Code: Select all

<h1>Buy Calls</h1> 
<p>Purchase a new plan (see the <a title="Check Out Our Great Pricing Plans" href="index.php?page=pricing">Pricing Page</a> for plan features) or add money to your existing account.</p> 
<div class="choose-plan"> 
<h2>Plan A $100</h2> 
<form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input name="cmd" type="hidden" value="_s-xclick" /> <input name="hosted_button_id" type="hidden" value="10750236" /> <input alt="PayPal - The safer, easier way to pay online!" name="submit" src="https://www.paypal.com/en_US/i/btn/btn_buynow_SM.gif" type="image" /> <img src="https://www.paypal.com/en_US/i/scr/pixel.gif" border="0" alt="" width="1" height="1" /> </form></div> 
<div class="choose-plan"> 
<h2>Plan B $50</h2> 
<form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input name="cmd" type="hidden" value="_s-xclick" /> <input name="hosted_button_id" type="hidden" value="10750336" /> <input alt="PayPal - The safer, easier way to pay online!" name="submit" src="https://www.paypal.com/en_US/i/btn/btn_buynow_SM.gif" type="image" /> <img src="https://www.paypal.com/en_US/i/scr/pixel.gif" border="0" alt="" width="1" height="1" /> </form></div> 
<div class="choose-plan"> 
<h2>Plan C $25</h2> 
<form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input name="cmd" type="hidden" value="_s-xclick" /> <input name="hosted_button_id" type="hidden" value="10750390" /> <input alt="PayPal - The safer, easier way to pay online!" name="submit" src="https://www.paypal.com/en_US/i/btn/btn_buynow_SM.gif" type="image" /> <img src="https://www.paypal.com/en_US/i/scr/pixel.gif" border="0" alt="" width="1" height="1" /> </form></div> 
<div class="add-to-account"> 
<h2>Add to My Account</h2> 
<form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input name="cmd" type="hidden" value="_s-xclick" /> <input name="hosted_button_id" type="hidden" value="9937870" /> 
<table> 
<tbody> 
<tr> 
<td height="26px"><select name="os0"> <option value="Add to my account">Add to my account $25.00</option> <option value="Add to my account">Add to my account $30.00</option> <option value="Add to my account">Add to my account $35.00</option> <option value="Add to my account">Add to my account $40.00</option> <option value="Add to my account">Add to my account $45.00</option> <option value="Add to my account">Add to my account $50.00</option> <option value="Add to my account">Add to my account $60.00</option> <option value="Add to my account">Add to my account $75.00</option> <option value="Add to my account">Add to my account $100.00</option> <option value="Add to my account">Add to my account $150.00</option> </select></td> 
</tr> 
</tbody> 
</table> 
<input name="currency_code" type="hidden" value="USD" /> <input alt="PayPal - The safer, easier way to pay online!" name="submit" src="https://www.paypal.com/en_US/i/btn/btn_buynow_SM.gif" type="image" /> <img src="https://www.paypal.com/en_US/i/scr/pixel.gif" border="0" alt="" width="1" height="1" /> </form></div> 
<p> </p> 
<form action="https://www.paypal.com/cgi-bin/webscr" method="post"> 
<input type="hidden" name="cmd" value="_s-xclick"> 
<input type="hidden" name="hosted_button_id" value="9937870"> 
<table> 
<tr><td><input type="hidden" name="on0" value="Name of Organization">Name of Organization</td></tr><tr><td><input type="text" name="os0" maxlength="60"></td></tr> 
<tr><td><input type="hidden" name="on1" value="Account Number">Account Number</td></tr><tr><td><input type="text" name="os1" maxlength="60"></td></tr> 
</table> 
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"> 
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"> 
</form> 
 
 
<div class="hr-space"> 
And here's the code from the edit page within CMSMS:

Code: Select all

<h1>Buy Calls</h1>
<p>Purchase a new plan (see the <a title="Check Out Our Great Pricing Plans" href="index.php?page=pricing">Pricing Page</a> for plan features) or add money to your existing account.</p>
<div class="choose-plan"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input name="cmd" type="hidden" value="_s-xclick" /> <input name="hosted_button_id" type="hidden" value="9937870" /> 
<table>
<tbody>
<tr>
<td><input name="on0" type="hidden" value="Name of Organization" />Name of Organization</td>
</tr>
<tr>
<td><input maxlength="60" name="os0" type="text" /></td>
</tr>
<tr>
<td><input name="on1" type="hidden" value="Account Number" />Account Number</td>
</tr>
<tr>
<td><input maxlength="60" name="os1" type="text" /></td>
</tr>
</tbody>
</table>
<input alt="PayPal - The safer, easier way to pay online!" name="submit" src="https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG.gif" type="image" /> <img src="https://www.paypal.com/en_US/i/scr/pixel.gif" border="0" alt="" width="1" height="1" /> </form> <form id="BB_BuyButtonForm" action="https://checkout.google.com/api/checkout/v2/checkoutForm/Merchant/957811622312202" method="post"> <input name="item_name_1" type="hidden" value="Add Funds to My Account" /> <input name="item_description_1" type="hidden" value="Purchase prepaid minutes of any amount" /> <input name="item_quantity_1" type="hidden" value="1" /> <input name="item_price_1" type="hidden" value="1.0" /> <input name="item_currency_1" type="hidden" value="USD" /> <input name="_charset_" type="hidden" value="utf-8" /> <input src="https://checkout.google.com/buttons/buy.gif?merchant_id=957811622312202&w=117&h=48&style=white&variant=text&loc=en_US" type="image" /> </form>
<div class="hr-space">
<h2>No Credit Card?</h2>
<p>For those organizations that do not have a credit card we accept personal and business checks. Make check payable to Phone Tree Wizard and mail to:</p>
<ul>
<li>Phone Tree Wizard</li>
<li>1013 Farmingham Ln</li>
<li>Indian Trail NC 28079</li>
</ul>
</div>
<h3>Need to Start an Account?</h3>
<p>Fill out the Free Trial form on the right. You’ll get started right away!</p>
{global_content name='bottom3-questions'} {global_content name='bottom4-tag'}</div>
As you can see, the Plan A, Plan B, etc... that is showing up on the website is not in the code in CMSMS.

I upgraded to 1.8.2 and have seen no difference.

If anyone has any ideas or suggestions, I would really, really appreciate it!
Last edited by aimeegeek on Mon Aug 30, 2010 4:30 pm, edited 1 time in total.
Locked

Return to “CMSMS Core”