Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#25 2009-11-20 11:07:48

redbot
Plugin Author
Registered: 2006-02-14
Posts: 1,410

Re: TXP CSS loading problem?

malarino

I’m trying random suggestions here.
Have you tried changing plugins load order (in “plugins” tab)? For example setting bot_tooltips to “6” instead of “5”?

Offline

#26 2009-11-20 11:47:41

mlarino
Member
Registered: 2007-06-29
Posts: 367

Re: TXP CSS loading problem?

I tested every posible situation or solution. nothing works, all the websites are in the same hosting, thats why I am thinking that it could be something related to that, although I am lost in what could that be.

Offline

#27 2009-11-20 16:17:30

aswihart
Member
From: Pittsburgh, PA
Registered: 2006-07-22
Posts: 345
Website

Re: TXP CSS loading problem?

mlarino, what specific info would you like to know? Here’s a snippet of server info from “Diagnostics”:

PHP version: 5.2.11
GD Image Library: bundled (2.0.34 compatible); supported formats: GIF, JPG, PNG.
Server TZ: America/New_York
Server Local Time: 2009-11-20 11:15:29
DST enabled?: 0
Automatically adjust DST setting?: 0
Time Zone: America/New_York (-18000)
MySQL: 5.0.81-community
Locale: English_United States.1252
Server: Apache/2.2.13 (Unix) mod_ssl/2.2.13 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.11 mod_fastcgi/2.4.6 Phusion_Passenger/2.2.5
Apache version: Apache/2.2.13 (Unix) mod_ssl/2.2.13 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.11 mod_fastcgi/2.4.6 Phusion_Passenger/2.2.5
PHP Server API: apache2handler
RFC 2616 headers: 
Server OS: Linux 2.6.18-164.el5

Last edited by aswihart (2009-11-20 16:23:15)

Offline

#28 2009-11-20 16:38:14

mlarino
Member
Registered: 2007-06-29
Posts: 367

Re: TXP CSS loading problem?

I actually have no clue, but maybe someone can spot the problem, because mames no senas to me.

Offline

#29 2009-12-08 09:20:47

aswihart
Member
From: Pittsburgh, PA
Registered: 2006-07-22
Posts: 345
Website

Re: TXP CSS loading problem?

Just a tiny update, I also deactivated all plugins except (individually) glz_custom_fields 1.2.3 and bot_admin_tooltips 0.3, and both of them are affected by this problem even when they are the only active plugins on my Txp 4.2 installation. I’m surprised no one else is having this problem, or maybe we aren’t hearing about it.

Is there some way to force a reload of the http://site.com/textpattern/index.php?event=article page? Even the ugliest kludge of a solution would be better than nothing here. I’m just trying to think of some way to avoid forcing end-users (and myself) to reload the Write tab all the time.

Last edited by aswihart (2009-12-08 09:23:51)

Offline

#30 2009-12-08 15:39:00

redbot
Plugin Author
Registered: 2006-02-14
Posts: 1,410

Re: TXP CSS loading problem?

Ok, this may sound ridicolous but I’m asking for another “esoteric” test – the problem is I can’t reproduce the error so I can’t test it myself.
Probably this won’t solve anything but it’s worth a try.
I noticed both glz_custom and bot_tooltips share a same oversight outlined here so let’s see if this solves the problem even if it seems totally unrelated.
First edit the plugin code replacing these lines (around line 324)

	set_pref ('bot_admin_tooltips_hide_pophelp','1', 'bot_tips_');
	set_pref ('bot_admin_tooltips_js_event','0', 'bot_tips_');
	set_pref ('bot_admin_tooltips_bg','#fdfdfd', 'bot_tips_');
	set_pref ('bot_admin_tooltips_color','#454545', 'bot_tips_');
	set_pref ('bot_admin_tooltips_border_color','#e0e0e0', 'bot_tips_');
	set_pref ('bot_admin_tooltips_path','../js/', 'bot_tips_');

with these:

	set_pref ('bot_admin_tooltips_hide_pophelp','1', 'bot_tips_', '2');
	set_pref ('bot_admin_tooltips_js_event','0', 'bot_tips_', '2');
	set_pref ('bot_admin_tooltips_bg','#fdfdfd', 'bot_tips_', '2');
	set_pref ('bot_admin_tooltips_color','#454545', 'bot_tips_', '2');
	set_pref ('bot_admin_tooltips_border_color','#e0e0e0', 'bot_tips_', '2');
	set_pref ('bot_admin_tooltips_path','../js/', 'bot_tips_', '2');

Then go to the plugin tab, press “uninstall”, install again and see if it changes something.

Last edited by redbot (2009-12-08 15:40:44)

Offline

#31 2009-12-09 00:41:53

aswihart
Member
From: Pittsburgh, PA
Registered: 2006-07-22
Posts: 345
Website

Re: TXP CSS loading problem?

I deactivated and reactivated after saving those changes to the plugin with no effect on the problem, unfortunately. Is that what you meant, or do you want me to actually uninstall and reinstall it? I don’t have an “uninstall” button, just Delete or deactivate. Thanks for trying to help me out redbot, this is a nagging problem that is really holding back the usability of the back-end of my site.

Last edited by aswihart (2009-12-09 00:43:39)

Offline

#32 2009-12-09 10:17:13

redbot
Plugin Author
Registered: 2006-02-14
Posts: 1,410

Re: TXP CSS loading problem?

aswihart wrote:

… I don’t have an “uninstall” button, just Delete or deactivate. …

Hi aswihart,
I meant that , other than making the changes to the plugins code (which you already did) you should to go to the “bot_admin_tooltips” tab under “extensions” and press the “uninstall” button located at the bottom of the page. This will delete the plugins table and every other saved preference. Once done that, the page will show only an install button which will recreate the plugins table and the entries in the txp_prefs table (and hopefully solve the problem).

Last edited by redbot (2009-12-09 12:21:32)

Offline

#33 2009-12-09 10:44:21

mlarino
Member
Registered: 2007-06-29
Posts: 367

Re: TXP CSS loading problem?

Hi redbot,
Is not a problem with the 2 plugins working together.
I have website that only use one of the plugins and still doesnt load until I refresh the write tab… :(
There has to be a lot more people with this problem…

Offline

#34 2009-12-09 23:45:23

aswihart
Member
From: Pittsburgh, PA
Registered: 2006-07-22
Posts: 345
Website

Re: TXP CSS loading problem?

redbot, thank you again for your ideas, this is really important to me. Changing those lines of code and uninstalling / reinstalling did not fix the problem. I’m sure more people will come out of the woodwork eventually and we will solve this.

Are you not running 4.2? I’m guessing this is isolated to 4.2.

Offline

#35 2009-12-10 00:16:35

redbot
Plugin Author
Registered: 2006-02-14
Posts: 1,410

Re: TXP CSS loading problem?

aswihart wrote:

Are you not running 4.2? I’m guessing this is isolated to 4.2.

Yes, I’m running 4.2 and I haven’t been able to replicate this behaviour in any way (on different browsers and operating systems). The strange thing is it seems that only you and mlarino are experiencing this problem…

Offline

#36 2009-12-10 09:03:57

mlarino
Member
Registered: 2007-06-29
Posts: 367

Re: TXP CSS loading problem?

Is not isolated to 4.2, it has always happend to me with previous versions of TXP
Is there any info I can give you to see what the problem can be?

Offline

Board footer

Powered by FluxBB