Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: Feedback on the Textpattern 4.0.6 release
Since upgrading to 4.0.6, if I try to edit a plugin on any of my Dreamhost-hosted sites, upon clicking save I get:
Service Temporarily Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
On a related note, attempting to edit a plugin in ied_plugin_composer returns:
Service Temporarily Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
I have been able to work around it thus far but thought it should be reported.
Offline
Re: Feedback on the Textpattern 4.0.6 release
I can’t reproduce the ‘plugin edit’ problem.
Offline
Re: Feedback on the Textpattern 4.0.6 release
Michael
I’m on Dreamhost as well. I’m running 4.0.6. I also received that message the other day, but thought it was temporary. I haven’t tried editing a plugin since. Will try when I have time, but am in meetings for the next couple of days.
Mike
Edit: I took a minute before my next meeting. I am able to successfully edit plugins again. Appears that it really was temporary.
Last edited by maverick (2008-02-07 17:08:02)
Offline
Re: Feedback on the Textpattern 4.0.6 release
rss_admin_quikpik by Rob Sable (version 0.6) for a changed admin menu interface is not running.
Worse: Being active rss_admin_quikpik hides the standard admin menu.
A dumb try to change the code to:
if (@txpinterface == 'admin') {
add_privs('rss_quikpik_buffer', '1');
ob_start("rss_quikpik_buffer");
}
did not help.
I had to disable the plug-in to get the standard admin back to work.
Get all online mentions of Textpattern via OPML subscription: TXP Info Sources: Textpattern RSS feeds as dynamic OPML
Offline
Re: Feedback on the Textpattern 4.0.6 release
After reading the replies, I tried installing some plugins on a brand-new textpattern install. They installed and edited fine. I tried the same plugins on an old install and got the same error message. So, through the process of elimination:
These were all perfectly editable
bit_rss
chh_article_custom
chh_article_lib
gbp_admin_library
gbp_permanent_links
gbp_permanent_links
glx_if
glz_custom_fields
mkp_version
ob1_modified
tjh_listfilter
tru_tags
zem_redirect
zen_css
These all returned an error each time
asv_tumblelog
asy_sitemap
hcg_templates
zem_contact_reborn
It occurs to me, though, that I probably never tried to edit any of these four under 4.0.5… so it may be a different issue.
Last edited by michaelkpate (2008-02-07 20:46:28)
Offline
Re: Feedback on the Textpattern 4.0.6 release
After upgrading to 4.0.6:
Google search box + display results in TXP section is broken
I have a Google search box in my footer and search results should show up in an own section ‘suchergebnis’. This function is broken now. Not sure if it was broken before updating to 4.0.6
I only get an empty page with a ‘Nice try.’ error message.
The broken link:
http://sankt-georg.info/suchergebnis?domains=sankt-georg.info%3Bwww.gw-stgeorg.de%3Bwww.buergerverein-stgeorg.de&q=Hamburg&sa=Suchen&sitesearch=&client=pub-4251638542728626&forid=1&channel=6419034714&ie=UTF-8&oe=UTF-8&flav=0000&sig=lMiJpixh1vhRztXf&cof=GALT%3A%23DDDDDD%3BGL%3A1%3BDIV%3A%23FFFFFF%3BVLC%3A271E3D%3BAH%3Acenter%3BBGC%3AFFFFFF%3BLBGC%3AFFFFFF%3BALC%3A586732%3BLC%3A586732%3BT%3A000000%3BGFNT%3ADDDDDD%3BGIMP%3ADDDDDD%3BLH%3A30%3BLW%3A202%3BL%3Ahttp%3A%2F%2Fsankt-georg.info%2Fimg%2Flogo.jpg%3BS%3Ahttp%3A%2F%2Fsankt-georg.info%2F%3BFORID%3A11&hl=de
I have already recreated the Google code and inserted it again. Here is the code:
<!-- Google Search Result Snippet Begins -->
<div id="googleSearchUnitIframe"></div>
<script type="text/javascript">
var googleSearchIframeName = 'googleSearchUnitIframe';
var googleSearchFrameWidth = 760;
var googleSearchFrameborder = 0 ;
var googleSearchDomain = 'www.google.de';
</script>
<script type="text/javascript"
src="http://www.google.com/afsonline/show_afs_search.js">
</script>
<!-- Google Search Result Snippet Ends -->
Any idea what is broken with the link now?
Edit: Switched to show G. search result in a new window (coming from Google) but the link is still valid and shows the same broken behavior.
Last edited by merz1 (2008-02-08 16:43:22)
Get all online mentions of Textpattern via OPML subscription: TXP Info Sources: Textpattern RSS feeds as dynamic OPML
Offline
Re: Feedback on the Textpattern 4.0.6 release
Markus, check your ‘maximum URL length’ in the advanced preferences. It’s set too low.
Offline
Re: Feedback on the Textpattern 4.0.6 release
@ruud: Yep, that did it! Thanks. I would never find that feature by myself.
Did anybody experience security problems in TXP with long URLs?
Get all online mentions of Textpattern via OPML subscription: TXP Info Sources: Textpattern RSS feeds as dynamic OPML
Offline
Re: Feedback on the Textpattern 4.0.6 release
@ruud, Mary, Patrick
Thanks for your response!
That s is a just a little problem, cause the txp warning brake the design and switching to live site will disapear all other error messages, I wonder if it s possible to disable this specific warning?
NB: Sorry to my late I was out of my office during those 3 past days.
Offline
Re: Feedback on the Textpattern 4.0.6 release
Dragondz, on what page do you get this error, because it should only occur for pages that have a category in the URL or an ID or are paginated or when you do a search.
Offline
Re: Feedback on the Textpattern 4.0.6 release
Yes, ruud it’s appear on pages with category in URL, it s not a real problem just a little confusing during my work!
Thanks for all ruud.
Offline
Re: Feedback on the Textpattern 4.0.6 release
Updated my last txp site earlier and faced that the same problem I had since 4.0.4. I hacked the taghandlers and all seems fine:)
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline