Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2007-08-01 10:41:23
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,327
downgrading to 4.0.4
if i want to downgrade 4.0.5 to 4.0.4, do i also need
to replace the two files in main installation directory
(index.php and .htaccess) and everything in /textpattern/
directory (except config.php) with the corresponding files in 4.0.4
distribution?
Offline
Re: downgrading to 4.0.4
yes (and ideally revert the table changes that were made during the 4.0.5 upgrade)… but why would you want to do that?
Last edited by ruud (2007-08-01 10:57:29)
Offline
#3 2007-08-01 13:31:46
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,327
Re: downgrading to 4.0.4
ruud wrote:
.. but why would you want to do that?
in new version (4.0.5) i can’t get margins and paddings to behave correctly.
i have tried 100 times. in older ver. was no problem. i know, you say now that this is not the TXP fault. but i’m desprate…
Offline
Re: downgrading to 4.0.4
Hi Gallex,
any chance to take a look to the website?
Because, you know… the issue about margins and paddings… that is not TxP fault.
Offline
Re: downgrading to 4.0.4
lol
yeh i would definitely double check your html/css/whatever instead of downgrading. the whole reason many people love textpattern is that template-wise it outputs exactly what you put into it.
Offline
#6 2007-08-02 03:31:12
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: downgrading to 4.0.4
Downgrading wouldn’t be advisable, unless you want to put your site at risk.
Offline
#7 2007-08-02 08:54:55
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,327
Re: downgrading to 4.0.4
allright-allright i got the message ;) ,but in another webpage after upgrade to 4.0.5 i had to recorrect the margins and paddings…
one more question:
what i have to write to .htaccess file then i want to install txp into subfolder www.homepage.ee/sub?
my .htaccess:
#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]
RewriteRule ^(.*) index.php
</IfModule>
#php_value register_globals 0
Offline
Re: downgrading to 4.0.4
The default .htaccess file works just as well if you use it in a subdirectory.
Offline
#9 2007-08-02 09:42:36
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,327
Re: downgrading to 4.0.4
ok and last question:
webserver, where i want to install txp crying:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
.htaccess file contains unacceptable directives.
that i need to use Options SymLinksIfOwnerMatch instead of Options FollowSymlinks.
?
Offline
Re: downgrading to 4.0.4
Then replace FollowSymlinks with SymLinksIfOwnerMatch
Offline
#11 2007-08-02 10:23:05
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,327
Re: downgrading to 4.0.4
ruud wrote:
Then replace FollowSymlinks with SymLinksIfOwnerMatch
p.actually i already tried this, but it didn’t help at all and hosting helpservice is not too much helpful as well….. :( that’s why i turned here
Offline
Re: downgrading to 4.0.4
Or comment out that line.
Offline