Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
Topic closed
#1 2006-10-24 19:10:26
- dionysus
- Member
- Registered: 2004-10-05
- Posts: 11
Cannot publish changes made to the presentation section!
My site is here: http://www.hollywoodlibertine.com
I just upgraded to 4.04. I get the new warning message about deprectated tags, but I cannot publish any changes to the presentation section. This was an issue before upgrading as well and I thought the upgrade might fix it.
Every time I am on the presentation page and hit “save” It just sends me to this url and none of the changes are saved:
http://www.hollywoodlibertine.com/textpattern/index.php
Any ideas? This is crucial obviously… I can’t tell if it is because of an rss/calender plugin I had someone install or not. Here is the rest of my presentation code. Any help much appreciated!!
I imagine I need to change this line to get rid of the warning, but I can’t save the page…
<?php include(‘rss_menu.php’); ?>
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=“http://www.w3.org/1999/xhtml” xml:lang=“en” lang=“en”>
<head> <meta name=“description” content=“A Los Angeles event calender specializing in unique music and fashion events, underground and invite-only parties. Oh, and all the usual stuff, too!”>
<meta name=“keywords” content=“Promotions, flyers, hollywood, los angeles, events, decadence, glamor, nightlife, vip,
guestlist, invite only, clubbing, after hours, hedonism, vice, exclusive, invite-only, decadent lifestyle,
hollywood libertine, hollywood decadence, hollywood pills, hollywood drugs, hollywood style, hollywood fashion, hollywood power.”>
<meta http-equiv=“content-type” content=“text/html; charset=utf-8” />
<link rel=“SHORTCUT ICON” href=“images/favicon.ico” /> <link rel=“stylesheet” href=”<txp:css />” type=“text/css” /> <title><txp:page_title /></title>
<script type=“text/javascript”>
var images = new Array(
“images/headers/headers01.jpg”,
“images/headers/headers02.jpg”,
“images/headers/headers03.jpg”,
“images/headers/headers04.jpg”,
“images/headers/headers05.jpg”,
“images/headers/headers06.jpg”,
“images/headers/headers07.jpg”,
“images/headers/headers08.jpg”,
“images/headers/headers10.jpg”
);
var ImageNo = Math.floor(Math.random()*images.length);
</script>
</head>
<body link=”#cc0000” alink=”#FFFFFF” vlink=”#FFFFFF”>
<div id=“container”>
<!— head —>
<div id=“head”>
<a id=“headerhomelink” href=”/”>
<script type=“text/javascript”>
document.write(’<img src=”’images[ImageNo]‘” height=“200” width=“900” alt=”“></img>’);
</script>
</a>
</div>
<!— right —>
<div id=“right”>
<txp:linklist /><br /> <txp:email email=“dionysus@hollywoodlibertine.com” linktext=“email us” title=“the libertine” /><br /><br />
<a href=”/list.php”>events mailing list</a>
<br/><br/>
<div id=“bsoist_cal”>
<txp:mdp_calendar_small />
</div>
<br/><br/>
<txp:search_input label=“Search” wraptag=“p” /> <txp:popup type=“c” label=“Browse” wraptag=“p” />
<?php include(‘rss_menu.php’); ?>
<br /><br />
<script type=“text/javascript”><!—
google_ad_client = “pub-8073959981484748”;
google_ad_width = 120;
google_ad_height = 600;
google_ad_format = “120×600_as”;
google_ad_type = “text_image”;
google_ad_channel =”“;
google_color_border = “660000”;
google_color_bg = “7D2626”;
google_color_link = “FFFFFF”;
google_color_url = “DAA520”;
google_color_text = “BDB76B”;
//—></script>
<script type=“text/javascript” src=“http://pagead2.googlesyndication.com/pagead/show_ads.js”>
</script>
<br /><br />
<script type=“text/javascript”><!—
google_ad_client = “pub-8073959981484748”;
google_ad_width = 125;
google_ad_height = 125;
google_ad_format = “125×125_as”;
google_ad_type = “text_image”;
google_ad_channel =”“;
google_color_border = “660000”;
google_color_bg = “7D2626”;
google_color_link = “FFFFFF”;
google_color_url = “DAA520”;
google_color_text = “BDB76B”;
//—></script>
<script type=“text/javascript” src=“http://pagead2.googlesyndication.com/pagead/show_ads.js”>
</script>
<br /><br />
<script type=“text/javascript”><!—
google_ad_client = “pub-8073959981484748”;
google_ad_width = 120;
google_ad_height = 600;
google_ad_format = “120×600_as”;
google_ad_type = “text_image”;
google_ad_channel =”“;
google_color_border = “660000”;
google_color_bg = “7D2626”;
google_color_link = “FFFFFF”;
google_color_url = “DAA520”;
google_color_text = “BDB76B”;
//—></script>
<script type=“text/javascript” src=“http://pagead2.googlesyndication.com/pagead/show_ads.js”>
</script>
<br /><br />
<script type=“text/javascript”><!—
google_ad_client = “pub-8073959981484748”;
google_ad_width = 110;
google_ad_height = 32;
google_ad_format = “110×32_as_rimg”;
google_cpa_choice = “CAAQ0ZGazgEaCNfGe9Y_ARDqKPmNxXQ”;
//—></script>
<script type=“text/javascript” src=“http://pagead2.googlesyndication.com/pagead/show_ads.js”>
</script>
<br /><br />
</div>
<!— center —>
<div id=“center”>
<txp:article limit=“25” />
</div>
<!— left —>
<div id=“left”>
<p><img src=“images/icons/morrison.jpg” alt=”“></img></p>
<p><img src=“images/icons/arquette.jpg” alt=”“></img></p>
<p><img src=“images/icons/johnny2.jpg” alt=”“></img></p>
<p><img src=“images/icons/sean.jpg” alt=”“></img></p>
<p><img src=“images/icons/zeta1.jpg” alt=”“></img></p>
<p><img src=“images/icons/mulhollandgirls.jpg” alt=”“></img></p>
<p><img src=“images/icons/angelina.jpg” alt=”“></img></p>
<p><img src=“images/icons/pete.jpg” alt=”“></img></p>
<p><img src=“images/icons/tori.jpg” alt=”“></img></p>
<p><img src=“images/icons/winona.jpg” alt=”“></img></p>
<p><img src=“images/icons/lynch.jpg” alt=”“></img></p>
<p><img src=“images/icons/downey.jpg” alt=”“></img></p>
<p><img src=“images/icons/johnny1.jpg” alt=”“></img></p>
<p><img src=“images/icons/johnnycash.jpg” alt=”“></img></p>
<p><img src=“images/icons/zeta2.jpg” alt=”“></img></p>
<p><img src=“images/icons/bjork.jpg” alt=”“></img></p>
<p><img src=“images/icons/arnold.jpg” alt=”“></img></p>
<p><img src=“images/icons/jennifer.jpg” alt=”“></img></p>
<p><img src=“images/icons/hunter.jpg” alt=”“></img></p>
<p><img src=“images/icons/psycho.jpg” alt=”“></img></p>
<p><img src=“images/icons/henry.jpg” alt=”“></img></p>
<p><img src=“images/icons/vincent.jpg” alt=”“></img></p>
<p><img src=“images/icons/hollywood.jpg” alt=”“></img></p>
</div>
<!— footer —>
<div id=“foot”>
<p>© 2006 HollywoodLibertine.com</p>
</div>
</div>
<script src=“http://www.google-analytics.com/urchin.js” type=“text/javascript”>
</script>
<script type=“text/javascript”>
_uacct = “UA-701338-3”;
urchinTracker();
</script>
</body>
</html>
Offline
#2 2006-10-24 21:15:39
- NyteOwl
- Member

- From: Nova Scotia, Canada
- Registered: 2005-09-24
- Posts: 539
Re: Cannot publish changes made to the presentation section!
Already under discussion in Troubleshooting:
http://forum.textpattern.com/viewtopic.php?id=19340
Obsolescence is just a lack of imagination. / 36-bits Forever! / #include <disclaimer.h>;
Offline
Pages: 1
Topic closed