Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2005-09-29 01:12:18

michik
New Member
Registered: 2005-09-29
Posts: 5

"Before you proceed,..." wont go away

So I set everything up correctly. There are no PHP or database connection errors. I get this:

Checking database connection…

Connected

Using blogs (utf8)

Before you proceed, create a file called config.php in the /textpattern/ directory and paste the following inside:

<?php
$txpcfg[‘db’] = ‘blogs’;
$txpcfg[‘user’] = ‘xx’;
$txpcfg[‘pass’] = ‘xxx’;
$txpcfg[‘host’] = ‘xx.xxxxx.com’;
$txpcfg[‘table_prefix’] = ‘xx1’;
$txpcfg[‘txpath’] = ‘/home/someuser/blogs/public_html/textpattern’;
$txpcfg[‘dbcharset’] = ‘utf8’;
?>

I paste it in and i hit “I did it”

And the page reloads again. I tried replacing it with the default file (with the passwords filled in correctly) and it still just keeps loading the same page over and over and over. What could possibly be the problem here?

Offline

#2 2005-09-29 02:05:19

zem
Developer Emeritus
From: Melbourne, Australia
Registered: 2004-04-08
Posts: 2,579

Re: "Before you proceed,..." wont go away

Perhaps you’re putting the config file in the wrong location? It should be in /home/someuser/blogs/public_html/textpattern.


Alex

Offline

#3 2005-09-29 05:03:07

michik
New Member
Registered: 2005-09-29
Posts: 5

Re: "Before you proceed,..." wont go away

ya i tried placing the file in public_html, textpattern, and even setup. made no difference.

Offline

#4 2005-09-29 05:20:10

zem
Developer Emeritus
From: Melbourne, Australia
Registered: 2004-04-08
Posts: 2,579

Re: "Before you proceed,..." wont go away

Well, it’s worked fine for thousands of others. Double check that you’re uploading everything correctly, and that you’re putting the config file with the correct settings in the correct place. The path is the most likely culprit.


Alex

Offline

#5 2005-09-29 17:56:39

michik
New Member
Registered: 2005-09-29
Posts: 5

Re: "Before you proceed,..." wont go away

just tried downloading directly from the server after deleting all files. Still getting the same non-error. I can’t debug because I’m getting no feedback. I will say though, if I attempt to go to the URL where there config file is located, I get this message:

config.php is not ok or not found. If you would like to install, go to [/subdir]/textpattern/setup/

Offline

#6 2005-09-29 18:06:16

Mary
Sock Enthusiast
Registered: 2004-06-27
Posts: 6,236

Re: "Before you proceed,..." wont go away

Is the file named “config.php” and not “config.php.default”?

Last edited by Mary (2005-09-29 18:06:30)

Offline

#7 2005-09-29 18:10:29

michik
New Member
Registered: 2005-09-29
Posts: 5

Re: "Before you proceed,..." wont go away

Yes.

[someuser@server textpattern]$ ls
config.php css.php index.php lib/ publish/ setup/ tmp/ update/
config.php.bak include/ lang/ license.txt publish.php textpattern.css txp_img/

The config file is the pasted replica of what the script told me to paste. I’ve repasted it many times.

Btw, I went through all 62 pages of support yesterday looking for someone who had this problem. Couldn’t find one… :(

Offline

#8 2005-09-29 18:35:37

michik
New Member
Registered: 2005-09-29
Posts: 5

Re: "Before you proceed,..." wont go away

Permissions:

<notextile>Textpattern folder:
total 112
drwxr-xr-x 10 michik content 4096 Sep 29 11:33 ./
drwxr-xr-x 5 michik content 4096 Sep 29 11:17 ../
-rw-r—r— 1 michik content 725 Sep 29 11:33 config.php
-rw-r—r— 1 michik content 638 Aug 7 11:56 config.php.bak
-rw-r—r— 1 michik content 405 Aug 14 13:12 css.php
drwxr-xr-x 3 michik content 4096 Sep 6 06:22 include/
-rw-r—r— 1 michik content 2910 Sep 6 05:49 index.php
drwxr-xr-x 2 michik content 4096 Sep 6 06:22 lang/
drwxr-xr-x 2 michik content 4096 Sep 6 06:22 lib/
-rw-r—r— 1 michik content 15127 Jul 26 16:56 license.txt
drwxr-xr-x 2 michik content 4096 Sep 6 06:22 publish/
-rw-r—r— 1 michik content 30009 Sep 6 01:58 publish.php
drwxr-xr-x 2 michik content 4096 Sep 29 11:16 setup/
-rw-r—r— 1 michik content 5760 Sep 5 07:27 textpattern.css
drwxr-xr-x 2 michik content 4096 Sep 6 06:22 tmp/
drwxr-xr-x 2 michik content 4096 Sep 6 06:22 txp_img/
drwxr-xr-x 2 michik content 4096 Sep 6 06:22 update/

Parent folder (public_html):
total 32
drwxr-xr-x 5 michik content 4096 Sep 29 11:17 ./
drwxrwxr-x 3 michik content 4096 Sep 29 10:51 ../
drwxr-xr-x 2 michik content 4096 Sep 6 06:22 files/
-rw-r—r— 1 michik content 286 Aug 16 09:28 .htaccess
drwxr-xr-x 2 michik content 4096 Sep 6 06:22 images/
-rw-r—r— 1 michik content 845 Aug 15 17:24 index.php
-rw-r—r— 1 michik content 922 Aug 15 17:24 README
drwxr-xr-x 10 michik content 4096 Sep 29 11:33 textpattern/
</notextile>

textile breaks some of the permissions here, but just quote the text to see what it is.

Last edited by zem (2005-09-29 23:31:44)

Offline

#9 2005-09-29 23:34:03

zem
Developer Emeritus
From: Melbourne, Australia
Registered: 2004-04-08
Posts: 2,579

Re: "Before you proceed,..." wont go away

Some possibilities: config.php is missing its <?php ?> tags; or the txpath setting doesn’t match the actual path to the textpattern copy you’re installing.


Alex

Offline

#10 2005-09-30 07:48:13

Sencer
Archived Developer
From: cgn, de
Registered: 2004-03-23
Posts: 1,803
Website

Re: "Before you proceed,..." wont go away

if I attempt to go to the URL where there config file is located, I get this message: config.php is not ok or not found. If you would like to install, go to [/subdir]/textpattern/setup/

The message you get is outputted by your main index.php => the rewrite-rules in .htaccess will (internally) redirect all requests that do not match directories or files to that index.php file.
Getting this message means that config.php was not found by the webserver either and the request was redirected to index.php therefore.

Try renaming or temporarily deleting .htaccess and see if you can access any of the other files.

Offline

#11 2005-11-17 19:27:57

eightbit
New Member
Registered: 2004-11-30
Posts: 7

Re: "Before you proceed,..." wont go away

hey there, kind of curious if you found any solution to this problem. I’m having the same symptoms. I’ve done TXP installs on other servers with no problems…weird.

Offline

#12 2005-11-17 23:12:02

zem
Developer Emeritus
From: Melbourne, Australia
Registered: 2004-04-08
Posts: 2,579

Re: "Before you proceed,..." wont go away

Eightbit,

Post a new thread with details please. Your problem probably is not the same, and since M is not responding we’ll never know what went wrong.


Alex

Offline

Board footer

Powered by FluxBB