Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2015-08-20 18:45:30

Zittzewitz
New Member
Registered: 2015-08-20
Posts: 7

Admin section only stay on language setting after update

Hello

After I made a update of my textpattern installation i will stay at the language settings. there is no possibility to activate any navigation. It´s still like freezed. There´s no installation dir left. But when I delete the update folder (/textpattern/textpattern/update I am able to navigate into the admin area. But then I see some error outputs above the admin section.

Is there anybody who can help me? Sorry for my bad english.

Offline

#2 2015-08-20 20:00:01

uli
Moderator
From: Cologne
Registered: 2006-08-15
Posts: 4,319

Re: Admin section only stay on language setting after update

Hi, Herr Zittzewitz, and welcome to the Textpattern forum. Since you won’t be able to access the Diagnostics panel and there make sure that all files have been replaced during the update, you’ll have to do that manually or by synchronising with the FTP application(s) of your choice. I found that exactly synchronising seems to be the weak spot of FTP applications and always do it twice with two different applications.


In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links

Offline

#3 2015-08-20 20:04:22

uli
Moderator
From: Cologne
Registered: 2006-08-15
Posts: 4,319

Re: Admin section only stay on language setting after update

Ah, one more thing. Can’t tell whether that caused your trouble, but better do so: Log out of the admin side before applying the update.


In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links

Offline

#4 2015-08-21 15:01:48

Zittzewitz
New Member
Registered: 2015-08-20
Posts: 7

Re: Admin section only stay on language setting after update

Hello Uli

thank you for your response. I made it again and now i can reach the admin area.

But there is another problem now.

Like I sad, I can reach the admin section now. But the homepage is not available now.

When I go to the debugging section I will get this Information:

/mnt/webq/c1/65/5566265/htdocs/kamineundwein/textpattern/textpattern/setup/ noch vorhanden. Bitte lschen! ?

Einige Textpattern-Dateien sind nicht aktuell:
/mnt/webq/c1/65/5566265/htdocs/kamineundwein/textpattern/css.php ?

Sie verwenden Dateien aus dem Entwicklungsbereich in einer Live-Umgebung!:
/mnt/webq/c1/65/5566265/htdocs/kamineundwein/textpattern/index.php ?

Test fr saubere URLs fehlgeschlagen. ?

__________________________________

For me it looks like the page should work.

Can you help me again please?

Offline

#5 2015-08-21 15:08:34

ruud
Developer Emeritus
From: a galaxy far far away
Registered: 2006-06-04
Posts: 5,068
Website

Re: Admin section only stay on language setting after update

Try uploading the textpattern/css.php and textpattern/index.php files again and remove the /setup dir.

Offline

#6 2015-08-21 15:17:07

uli
Moderator
From: Cologne
Registered: 2006-08-15
Posts: 4,319

Re: Admin section only stay on language setting after update

I’m getting config.php is missing or corrupt. when I visit your home page. Make sure you have that file in your textpattern folder. If you have it in a subfolder named textpattern, put it in the subfolder’s textpattern folder (i.e. beside folders called include, lib, lang etc.), remember to fill it in correctly with the information you’re given/asked during installation. Then try again.

Edit: Yeah, of course also what Ruud says.

Last edited by uli (2015-08-21 15:17:59)


In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links

Offline

#7 2015-08-21 15:25:32

uli
Moderator
From: Cologne
Registered: 2006-08-15
Posts: 4,319

Re: Admin section only stay on language setting after update

Zittzewitz wrote #294287:

/mnt/webq/c1/65/5566265/htdocs/kamineundwein/textpattern/textpattern/setup/
/mnt/webq/c1/65/5566265/htdocs/kamineundwein/textpattern/index.php

I’m a little confused about these different paths. Do you have two textpattern folders nested into one another? Maybe caused by installing twice, i.e. installing and then selecting the wrong folder for the synchronisation? Or did you intentionally install in a subfolder named textpattern?

Last edited by uli (2015-08-21 15:28:19)


In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links

Offline

#8 2015-08-21 15:28:44

Zittzewitz
New Member
Registered: 2015-08-20
Posts: 7

Re: Admin section only stay on language setting after update

Thank you both very much.

I did what you told me. The config.php file is there and the data inside is correct.

I´ve deleted the setup folder.

My config.php is:

<?php

	/**
	 *  mysql database
	 */
		$txpcfg['db'] = 'DB929059';

	/**
	 *  database login name
	 */
		$txpcfg['user'] = 'user name removed';

	/**
	 *  database password
	 */
		$txpcfg['pass'] = 'Here I putted in my password';

	/**
	 *  database host
	 */

		$txpcfg['host'] = 'rdbms.strato.de';

	/**
	 *  table prefix (Use ONLY if you require multiple installs in one db)
	 */

		$txpcfg['table_prefix'] = '';

	/**
	 *  full server path to textpattern dir (no slash at end)
	 */

		$txpcfg['txpath'] = '/mnt/web8/23/65/5566265/htdocs/kamineundwein/textpattern/textpattern';

	/**
	 *  DB Connection Charset, only for MySQL4.1 and up. Must be equal to the Table-Charset.
	 */

		$txpcfg['dbcharset'] = 'latin1';

	/**
	 *  optional: database client flags as needed (@see http://www.php.net/manual/function.mysql-connect.php)
	 */

	#	$txpcfg['client_flags'] = MYSQL_CLIENT_SSL | MYSQL_CLIENT_COMPRESS;

	/**
	 *  optional, advanced: http address of the site serving images
	 *  @see http://forum.textpattern.com/viewtopic.php?id=34493
	 */

	# define('ihu', 'http://static.example.com/');

?>

Moderator’s annotation:
Edited to remove the user name. Somebody might guess the pass…
– Uli –

Last edited by uli (2015-08-21 15:38:40)

Offline

#9 2015-08-21 15:36:25

uli
Moderator
From: Cologne
Registered: 2006-08-15
Posts: 4,319

Re: Admin section only stay on language setting after update

Just my two discoveries for others to jump in, cause I’ve no idea what’s odd there, but there’s something definitely odd:

Visiting http://www.kamineundwein.de I get “config.php is missing or corrupt”
Visiting no www, i.e. http://kamineundwein.de I’m redirected to the admin side.

Last edited by uli (2015-08-21 15:37:05)


In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links

Offline

#10 2015-08-21 15:57:50

Zittzewitz
New Member
Registered: 2015-08-20
Posts: 7

Re: Admin section only stay on language setting after update

Could it be a option zu make a clean install and write the database data back after it?

Is it possible to put an existing database on a new installation? And is it tricky normaly?

Offline

#11 2015-08-21 16:00:46

Zittzewitz
New Member
Registered: 2015-08-20
Posts: 7

Re: Admin section only stay on language setting after update

I think maybe I have a problem with my .htaccess

I have one in my root directory and another one in the installation directory of textpattern.

Offline

#12 2015-08-21 16:09:17

Zittzewitz
New Member
Registered: 2015-08-20
Posts: 7

Re: Admin section only stay on language setting after update

@uli

Yes. The installation of textpattern is into a subfolder.

I couldn´t remember why we did it like that.

Is it a problem. The installation worked well the last years.

But now I have these problems.

Offline

#13 2015-08-21 16:30:30

ruud
Developer Emeritus
From: a galaxy far far away
Registered: 2006-06-04
Posts: 5,068
Website

Re: Admin section only stay on language setting after update

Try changing

$txpcfg['txpath'] = '/mnt/web8/23/65/5566265/htdocs/kamineundwein/textpattern/textpattern';

into

$txpcfg['txpath'] = '/mnt/web8/23/65/5566265/htdocs/kamineundwein/textpattern';
Zittzewitz wrote #294294:

Could it be a option zu make a clean install and write the database data back after it?
Is it possible to put an existing database on a new installation? And is it tricky normaly?

That is possible and shouldn’t cause any problems, but you should make sure that you specify the charset as latin1 when you create the config.php file.
Before you do it, create a backup not only of the database, but also of the files you uploaded.
Having said that, it shouldn’t be necessary to start from scratch.

I think maybe I have a problem with my .htaccess
I have one in my root directory and another one in the installation directory of textpattern.

You normally should only have a .htaccess file in the root directory

Yes. The installation of textpattern is into a subfolder.
I couldn´t remember why we did it like that.
Is it a problem. The installation worked well the last years.

It’s unusual, especially since the admin interface can be reached at http://www.kamineundwein.de/textpattern/. I had expected that it was reachable under http://www.kamineundwein.de/textpattern/textpattern

Offline

#14 2015-08-21 18:05:37

GugUser
Member
From: Quito (Ecuador)
Registered: 2007-12-16
Posts: 1,477

Re: Admin section only stay on language setting after update

What’s the content of your .htaccess file?

Offline

#15 2015-08-23 11:32:36

Zittzewitz
New Member
Registered: 2015-08-20
Posts: 7

Re: Admin section only stay on language setting after update

Thank you very much. It looks like I´ve got it. I made a clean install on a other part of our web server. I think one of the problems was, that we putted it on a subfolder (textpattern/textpattern)

Also some of the links was set static.

Now the most work should be done and in the future we should have a clean installation of textpattern, more likely in future updating process.

Thanks all of you for the help.

Last thing: We need a WYSIWYG Plugin for the authors. Which is best one in your opinion?

Thx a lot

Eric

Offline

Board footer

Powered by FluxBB