Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#289 2012-11-08 19:16:29
- redbot
- Plugin Author
- Registered: 2006-02-14
- Posts: 1,410
Re: bot_write_tab_customize: rearrange and style items in the write tab
CeBe wrote:
Of course yes: you flush what you no longer need.
Destry wrote:
….Short and er… clean
Hehe, To tell the truth here in italy it is used in a more exhaustive sense
Destry wrote:
“Tabs” only makes sense when you’re in context of the Classic theme, which I find is the one most of my clients don’t use.
Er, yes you are right, I didn’t thought about it, needless to say I’m always using the classic theme.
I’ll see if I come up with a shorter name ok?
Last edited by redbot (2012-11-08 19:17:22)
Offline
#290 2012-11-08 20:05:14
Re: bot_write_tab_customize: rearrange and style items in the write tab
just don’t call it bot_late_for_dinner »
Offline
#291 2013-02-03 11:06:35
- gour
- Member
- From: Hlapičina, Croatia
- Registered: 2013-01-17
- Posts: 124
Re: bot_write_tab_customize: rearrange and style items in the write tab
After I login or do something in the back-end (admin), now I see the following message:
Internal error "Table 'mydatabase.bot_wtc' doesn't exist
Any hint what might be wrong?
Offline
#292 2013-02-03 11:19:37
Re: bot_write_tab_customize: rearrange and style items in the write tab
That table is created with bot_wtc. Can you check via phpmyadmin if there is a table with such name there?
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
#293 2013-02-03 12:56:44
- gour
- Member
- From: Hlapičina, Croatia
- Registered: 2013-01-17
- Posts: 124
Re: bot_write_tab_customize: rearrange and style items in the write tab
colak wrote:
That table is created with bot_wtc.
I haven’t installed such plugin…
Can you check via phpmyadmin if there is a table with such name there?
…and there is no such table in the database.
Offline
#294 2013-02-03 13:14:03
Re: bot_write_tab_customize: rearrange and style items in the write tab
Can you post your diagnostics?
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
#295 2013-02-03 14:36:19
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,311
Re: bot_write_tab_customize: rearrange and style items in the write tab
gour wrote:
I haven’t installed such plugin…
Well, what about bot_write_tab_customize, in this notation?
Edit: I’ve found traces of that wtc shorthand in one of my smd_user_manager’s tables, which makes me think you might have also done an sql import from any previous installation.
Last edited by uli (2013-02-03 15:02:23)
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
#296 2013-02-03 15:27:56
- gour
- Member
- From: Hlapičina, Croatia
- Registered: 2013-01-17
- Posts: 124
Re: bot_write_tab_customize: rearrange and style items in the write tab
colak wrote:
Can you post your diagnostics?
Textpattern version: 4.5.4 (r4919)
Last update: 2013-01-18 11:10:21/2012-12-05 08:55:43
Document root: /some_path/txp
$path_to_site: /some_path/txp
Textpattern path: /some_path/txp/textpattern
Permanent link mode: section_title
Temporary directory path: /some_path/txp/textpattern/tmp
Site URL: atmarama.sites.djangohosting.ch
PHP version: 5.3.19
GD Graphics Library: bundled (2.0.34 compatible); supported formats: GIF, JPG, PNG.
Server TZ: Europe/Zagreb
Server local time: 2013-02-03 16:24:49
DST enabled?: 0
Automatically adjust DST setting?: 1
Time zone: Europe/Zagreb (3600)
MySQL: 5.1.66-0+squeeze1
Locale: en_GB.UTF-8
Server: Hiawatha v8.7
PHP server API: fpm-fcgi
RFC 2616 headers: 0
Server OS: Linux 3.2.18
Active plugins: upm_date_archive-0.2.5, tru_tags-3.7, soo_plugin_pref-0.2.2, abl_droploader-0.16, bot_image_upload-0.6.3, bot_write_tab_customize-0.7.2
Admin-side theme: hive 4.5.4
Pre-flight check:
------------------------
Clean URLs are only supported on Apache, use at your own risk.
Clean URL test failed.
------------------------
.htaccess file contents:
------------------------
#DirectoryIndex index.php index.html
#Options +FollowSymLinks
#Options -Indexes
#ErrorDocument 403 default
<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
# SVG
AddType image/svg+xml svg svgz
AddEncoding gzip svgz
------------------------
Offline
#297 2013-02-03 15:30:59
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,311
Re: bot_write_tab_customize: rearrange and style items in the write tab
gour wrote:
bot_write_tab_customize-0.7.2
Hrrrmpffh.
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
#298 2013-02-03 15:36:09
- gour
- Member
- From: Hlapičina, Croatia
- Registered: 2013-01-17
- Posts: 124
Re: bot_write_tab_customize: rearrange and style items in the write tab
uli wrote:
Well, what about bot_write_tab_customize, in this notation?
That one I have.
Edit: I’ve found traces of that wtc shorthand in one of my smd_user_manager’s tables, which makes me think you might have also done an sql import from any previous installation.
Nope…it’s fresh 4.5.4 install.
Offline
#299 2013-02-03 15:52:31
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,311
Re: bot_write_tab_customize: rearrange and style items in the write tab
gour wrote:
That one I have.
That one is your culprit. Have you completed the bot_wtc installation as described in the plugin’s help file or maybe also the plugin’s topic (see colak’s link above)? I think it’ll create its table only if you did these steps.
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
#300 2013-02-03 16:00:53
- gour
- Member
- From: Hlapičina, Croatia
- Registered: 2013-01-17
- Posts: 124
Re: bot_write_tab_customize: rearrange and style items in the write tab
uli wrote:
That one is your culprit. Have you completed the bot_wtc installation as described in the plugin’s help file or maybe also the plugin’s topic (see colak’s link above)? I think it’ll create its table only if you did these steps.
Now I did and it looks that the error has gone. :-)
Thank you..learning TXP in progress…and I like it. ;)
Offline