Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#37 2006-09-30 17:38:43

jm
Plugin Author
From: Missoula, MT
Registered: 2005-11-27
Posts: 1,746
Website

Re: Another pre-release, 4.0-20060831.zip

I just tried on a new install, and it works fine. Did your section use the correct page? By default, the “article” section uses the page, “archive.” It took me a minute to remember that!

Offline

#38 2006-09-30 19:42:11

jm
Plugin Author
From: Missoula, MT
Registered: 2005-11-27
Posts: 1,746
Website

Re: Another pre-release, 4.0-20060831.zip

Since it’s been a month since the last pre-release, I packaged the latest (as of 1:30PM MST) 4.0.4 files together.

Updated October 5, 2006

4.0.4-Oct-6-2006.zip

Last edited by jm (2006-10-06 21:38:00)

Offline

#39 2006-09-30 20:47:08

hcgtv
Plugin Author
From: Key Largo, Florida
Registered: 2005-11-29
Posts: 2,722
Website

Re: Another pre-release, 4.0-20060831.zip

jm, the files are missing this:
<code>
$HeadURL: http://svn.textpattern.com/development/4.0/textpattern/publish.php $
$LastChangedRevision: 1864 $
</code>

What are you using to grab SVN?

Last edited by hcgtv (2006-09-30 23:26:46)

Offline

#40 2006-09-30 23:20:35

jm
Plugin Author
From: Missoula, MT
Registered: 2005-11-27
Posts: 1,746
Website

Re: Another pre-release, 4.0-20060831.zip

Not anymore :). Tortoise was being, well, slow, so I just downloaded everything with Opera. They’ve been updated with the latest SVN versions with the $HeadURL and Revision #. Thanks.

Last edited by jm (2006-09-30 23:21:05)

Offline

#41 2006-10-03 04:21:43

jm
Plugin Author
From: Missoula, MT
Registered: 2005-11-27
Posts: 1,746
Website

Re: Another pre-release, 4.0-20060831.zip

I’ve had this error occur a few times since I installed 4.0.4. Sometimes, when updating a form, page, or link, clicking save will take you to /textpattern/index.php and not save your results. I’m thinking it’s because I tend to middle click most links (3 tabs of TXP), but I haven’t confirmed it, since it’s seemingly random. Anyone else have this problem?

It’s occurred on both live and local installs too.

Offline

#42 2006-10-03 05:53:09

Mary
Sock Enthusiast
Registered: 2004-06-27
Posts: 6,236

Re: Another pre-release, 4.0-20060831.zip

Middle-clicking shouldn’t make a bit of difference – an http request is an http request.

Offline

#43 2006-10-04 00:00:07

zem
Developer Emeritus
From: Melbourne, Australia
Registered: 2004-04-08
Posts: 2,579

Re: Another pre-release, 4.0-20060831.zip

Not sure what is causing this, and the problem does not occur with the official 4.0.3 release, but if you need further details just let me know.

Textpattern is warning you that there’s no <txp:article /> tag on your page, so content might not be displayed correctly.


Alex

Offline

#44 2006-10-04 01:06:26

jm
Plugin Author
From: Missoula, MT
Registered: 2005-11-27
Posts: 1,746
Website

Re: Another pre-release, 4.0-20060831.zip

Mary wrote:

Middle-clicking shouldn’t make a bit of difference – an http request is an http request.

Yeah, it is odd, but it’s like nearly impossible to confirm. I’ll try to remember the circumstances next time!

Random character insertion in Content>Comments

Don’t know if it’s random, but in each comment, &#8203; is inserted. For example, the commenter enters in “out” and the Content>Comments tab will show ou&#8203;t. It doesn’t show up in the live comment. I don’t know what the entity is, since I get lovely squares in Opera :). The same character is inserted multiple times per comment too.

Offline

#45 2006-10-04 01:19:26

akokskis
Plugin Author
From: Baltimore-ish, USofA
Registered: 2004-11-28
Posts: 230
Website

Re: Another pre-release, 4.0-20060831.zip

jm, for what it’s worth, is just a zero-width space. Don’t know why it would be showing up though.


My Photoblog, and my personal site. Got nav? ako_nav.
Thanks for taking the time to look…

— vc3 —

Offline

#46 2006-10-04 22:10:21

zem
Developer Emeritus
From: Melbourne, Australia
Registered: 2004-04-08
Posts: 2,579

Re: Another pre-release, 4.0-20060831.zip

I don’t know what the entity is, since I get lovely squares in Opera :)

What version of Opera?


Alex

Offline

#47 2006-10-04 23:27:39

jm
Plugin Author
From: Missoula, MT
Registered: 2005-11-27
Posts: 1,746
Website

Re: Another pre-release, 4.0-20060831.zip

I’m using Opera 9.02.

I have been having a character issue lately due to some font I uninstalled (I think), so maybe that’s the problem. I get basically a bold bar with styled text and the symbol itself without CSS. I reinstalled a clean version of Opera, but it persists in other sites too, so maybe it’s time to reformat Windows (again).

Here are the diagnostics too:

<pre style=“height:300px;overflow:auto”>
Textpattern version: 4.0.3 (r1864)
Last Update: 2006-09-30 21:49:35/2006-09-30 21:24:58
Document root: /home/proweb.cc/httpdocs
$path_to_site: /home/proweb.cc/httpdocs
Textpattern path: /home/proweb.cc/httpdocs/textpattern
Permanent link mode: section_title
open_basedir: /home/proweb.cc/httpdocs:/tmp
Temporary directory path: /tmp
Site URL: proweb.cc
PHP version: 4.3.8
Server Local Time: 2006-10-04 16:22:15
MySQL: 3.23.58
Locale: en_US.UTF-8
Server: Apache/2.0.40 (Red Hat Linux)
PHP Server API: apache2filter
rfc2616_headers:
Server OS: Linux 2.4.20-31.9
active_plugins: jmd_html-0.1

Pre-flight check:
————————————
Some Textpattern files have been modified: /include/txp_image.php, /lib/class.thumb.php
clean_url_untested
————————————

.htaccess file contents:
————————————
<IfModule mod_rewrite.c>

RewriteEngine On
RewriteCond %{HTTP_HOST} ^www\.proweb\.cc$ [NC]
RewriteRule ^(.*)$ http://proweb.cc/$1 [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.+) – [PT,L]

RewriteRule ^(.*) index.php
</IfModule>

php_value register_globals 0

redirect 301 /slimstat http://proweb.cc/stats

————————————

Charset (default/config): latin1/latin1
character_set: latin1
character_sets: latin1 big5 cp1251 cp1257 croat czech danish dec8 dos estonia euc_kr gb2312 gbk german1 greek hebrew hp8 hungarian koi8_ru koi8_ukr latin2 latin5 swe7 usa7 win1250 win1251 win1251ukr ujis sjis tis620
18 Tables: OK

PHP extensions: yp, xml, wddx, tokenizer/0.1, sysvshm, sysvsem, standard/4.3.8, sockets, shmop, session, pspell, posix, pcre, overload, mbstring, iconv, gmp, gettext, gd, ftp, exif/1.4 $Id: exif.c,v 1.118.2.27 2003/12/17 09:08:37 helly Exp $, domxml/20020815, dio/0.1, dbx, dba, curl, ctype, calendar, bz2, bcmath, zlib/1.1, openssl, apache2filter, imap, ldap, mcrypt, mhash, mysql, odbc, pgsql, xslt, Zend Optimizer
/include/txp_category.php: r1784 (f1bb51519553bc4a4ffe2ff7207a0ff1)
/include/txp_plugin.php: r1779 (69fdabbbef14766b2365aaf3d2ee4f4e)
/include/txp_auth.php: r1703 (20d0373231e05ab62967cfabbc5ef021)
/include/txp_form.php: r1763 (bf0d136b1598cc4daa7a8b572a37ccce)
/include/txp_section.php: r1794 (84104e32356ff2ceec65db167d6fbe06)
/include/txp_tag.php: r1860 (85f60dfaaf47674cc63d237f7a037e60)
/include/txp_list.php: r1834 (25dbebb543fe423e528109fd312a8aaf)
/include/txp_page.php: r1713 (c5b3dd69722b418576ed51c4a1e93559)
/include/txp_discuss.php: r1813 (566a126b9234c201f13e4ee7138ec926)
/include/txp_prefs.php: r1707 (8ab86a6c7f1b46a2e1d980856245d23c)
/include/txp_log.php: r1809 (6b1e53d0b9bec89a16af0f30054cd683)
/include/txp_preview.php: r1238 (5d3f54eeb736dc7cde1ae8d269d7ed37)
/include/txp_image.php: r1761 (cb4052dc39929a5ec2d3d44c782dcf1f)
/include/txp_article.php: r1840 (961f319ab0707777ad10d4b023842772)
/include/txp_css.php: r1738 (651bd0a408f7ad714faca7661c1560b0)
/include/txp_admin.php: r1760 (ab9ed9bcb4b65c424faa87660142eb29)
/include/txp_link.php: r1761 (8d9f87e79cf23f8758cd1f8d1714be98)
/include/txp_diag.php: r1839 (b7d24e17d2919345cf9605345abda911)
/include/txp_file.php: r1796 (cc5b5f91d5aa983eeb83f957e0bdddf5)
/include/txp_import.php: r1238 (e5e41b797bc26018755828fe7b2f5f11)
/lib/admin_config.php: r1747 (f9c6ea27f665cd037d31c06ed54b3514)
/lib/txplib_misc.php: r1828 (bb982f288b62a8183d39943d62db4e71)
/lib/taglib.php: r1535 (5efb10c2638b6671ec3a47099cc428cd)
/lib/txplib_head.php: r1801 (6c88de5e0c3e5ec4ec61193d07fa6f52)
/lib/classTextile.php: r1861 (c26a1188a41375b664293b09a57f01a5)
/lib/txplib_html.php: r1854 (9891a98911ebbf9157023faedaa4dced)
/lib/txplib_db.php: r1802 (f3962ea4b266a38abf578aa4ef8930f6)
/lib/IXRClass.php: r765 (2efb0fb05b55c634072b0bae9af38bdd)
/lib/txplib_forms.php: r1705 (79fed435b6203a77b94f593320b1a8d2)
/lib/class.thumb.php: r1257 (7820d9fd9fbe91b7273edc171c11bb29)
/lib/constants.php: unknown (0e40251c717c52b2b7fe992b62a3e97a)
/lib/txplib_update.php: r1239 (813b996fd418da19242d7bc07d66bdf5)
/lib/txplib_wrapper.php: unknown (b1b930c841b84c1f1ff5c199304e75ea)
/publish/taghandlers.php: r1864 (9834aada60b12a8e1ce3eae7ddfa036d)
/publish/atom.php: r1864 (8b51c019578514c6e0765cb11024b689)
/publish/log.php: r1637 (91f4ca2e4a9bd0a5a90e319646620a8e)
/publish/comment.php: r1864 (314ee72a34f00029ca54e85224121189)
/publish/search.php: r1748 (1f3b5b2dffa90ccf597959b1b0e975ff)
/publish/rss.php: r1864 (c48e432b1e7ccfe06de06842249f125d)
/publish.php: r1864 (511f9cfa1aa0a2cdc826e672b717a63a)
/index.php: r1828 (b992a41c1c69ab54bdc72ef392f71633)
/css.php: r944 (df1c754417bdfb4e97a2c83ae5b454ee)
</pre>

Last edited by jm (2006-10-04 23:31:50)

Offline

#48 2006-10-05 06:06:41

phiw13
Plugin Author
From: Japan
Registered: 2004-02-27
Posts: 3,088
Website

Re: Another pre-release, 4.0-20060831.zip

jm, I’ve noticed similar problems with Opera 9 in displaying these type of characters (VirtualPC, WinXP latest). No problems with other browsers on the same virtual machine. And no problems with O9 on my Mac(s).


Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern

Offline

Board footer

Powered by FluxBB