Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2009-03-11 16:08:39
- rsilletti
- Moderator
- From: Spokane WA
- Registered: 2004-04-28
- Posts: 707
Advanced Options toggle disabled r3139
Just updated to SVN on a localhost site and noticed that the Advanced Options link under the Write tab is expanded by default and inoperative.
The JS returned by this scrap of code is also being rendered 12 times:
if(is_callable('dom_attach'))
{
echo dom_attach('article-col-1', $insert, $insert, 'div');
}
Textpattern version: 4.0.8 (r3139)
Last Update: 2009-03-11 15:51:47/2009-02-11 21:30:33
Document root: /Library/Apache2/htdocs
$path_to_site: /Library/Apache2/htdocs/adev
Textpattern path: /Library/Apache2/htdocs/adev/textpattern
Permanent link mode: section_id_title
Temporary directory path: /private/var/tmp
Site URL: localhost/adev
PHP version: 4.3.2
GD Image Library: 2.0 or higher; supported formats: JPG, PNG.
Server Local Time: 2009-03-11 08:59:52
MySQL: 4.0.15
Locale: en_GB.UTF-8
Server: Apache/2.0.47 (Unix) DAV/2 PHP/4.3.2
Apache version: Apache/2.0.47 (Unix) DAV/2 PHP/4.3.2
PHP Server API: apache2handler
RFC 2616 headers:
Server OS: Darwin 8.11.0
Active plugins: ras_page_of-4.0.6.1, ras_if_article_keywords-4.0.6.1, ras_if_article_image-4.0.7m, smd_gallery-0.44, mod_authors_list-4.0.7.devm, smd_calendar-0.4m, ras_rollover_text-4.0.6m, ras_if_download_id-4.0.7.devm, upm_quick_write-dev-0.2, ras_if_dates-4.0.6.1, ras_plugin_credits-4.0.6.2, upm_image-0.6.1, wet_parachute-0.6, soo_txp_obj-1.0.mod_am, ied_plugin_composer-0.82, wet_haystack-0.4
Pre-flight check:
————————————
/Library/Apache2/htdocs/adev/textpattern/setup/ still exists
————————————
.htaccess file contents:
————————————
#DirectoryIndex index.php index.html
#Options +FollowSymLinks
#Options -Indexes
<IfModule mod_rewrite.c> RewriteEngine On #RewriteBase /relative/web/path/
RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^(.+) – [PT,L]
RewriteCond %{REQUEST_URI} !=/favicon.ico RewriteRule ^(.*) index.php
RewriteCond %{HTTP:Authorization} !^$
RewriteRule .* – [E=REMOTE_USER:%{HTTP:Authorization}]
</IfModule>
#php_value register_globals 0
————————————
Last edited by rsilletti (2009-03-11 16:43:33)
Offline
Re: Advanced Options toggle disabled r3139
Thanks. Toggling should be fixed in r3140, while the repeated JS snippet is probably due to a plugin which adds a link to the left sidebar. Please check if this snippet still exists and if it causes any trouble.
Offline