Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2016-06-14 09:50:12

krukon
New Member
Registered: 2016-06-14
Posts: 2

Internal Server Error 500 after update

Hi!
First I have to say, that I am a beginner with not much Textpattern knowledge. I hope, you can help me.

my Server: 1&1

I tried to update the php version from 5.4 to 5.6
I did a backup and followed the instructions how to upgrade Textpattern. i use version 4.5.7 now

After completing the installation, the website is no longer visible.

That is what I see in the browser:

------------------------
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
------------------------

That is what is written in my .htaccess:

------------------------
#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
#php_value max_execution_time 300


# SVG
AddType image/svg+xml  svg svgz
AddEncoding gzip       svgz

------------------------

Has anybody an idea, why this error occurs?

Thank you very much!

Kruken

EDIT: Added bc.. for better legibility

Offline

#2 2016-06-14 12:18:32

jakob
Admin
From: Germany
Registered: 2005-01-20
Posts: 4,596
Website

Re: Internal Server Error 500 after update

That looks like an htaccess error. I vaguely remember people reporting that 1&1 needs a modification to the RewriteBase line. See clean urls on different hosts or search for the forum for 1&1 htaccess or 1and1 htaccess.


TXP Builders – finely-crafted code, design and txp

Offline

#3 2016-06-14 14:26:27

krukon
New Member
Registered: 2016-06-14
Posts: 2

Re: Internal Server Error 500 after update

Thank you Jakob! I made it! Everything works fine now. Thank you very much!!!

Offline

Board footer

Powered by FluxBB