Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2007-07-16 14:12:19
- atreiju
- New Member
- Registered: 2007-07-16
- Posts: 3
Cant install textpattern...
Hi all,
I cant install textpattern on my web-space, can anyone help me, please?
The textpattern-setup starts correctly (php is running), the page show up, where I can choose the language, but when I click on submit, the browser try to open “in:/usr/bin:/bin/textpattern/setup/index.php” and show the message “page not found”.
The URL is:
http://www.rzuser.uni-heidelberg.de/~ds6/textpattern/textpattern/setup/
The SQL-DB is hosted on an other server, but I think thats not the problem here, right?
For me, its not possible to change any server-settings.
Any suggestions?
Thanks! Atreiju
Offline
Re: Cant install textpattern...
Not sure why .. but the action on the forms is all messed up “in:/usr/bin:/bin/textpattern” … which means somehow PHP_SELF is doing the wrong thing ??
nuff-respec ::: dannyb
Offline
Re: Cant install textpattern...
Maybe you could modify the “setup/index.php” and change line #31 … not sure if you will run into other problems later… and it’s not a database issue
$rel_siteurl = ‘/~ds6/textpattern/textpattern/’;
Why do you have two textpattern directories ?
Last edited by dbulli (2007-07-16 15:18:36)
nuff-respec ::: dannyb
Offline
#4 2007-07-16 20:48:57
- atreiju
- New Member
- Registered: 2007-07-16
- Posts: 3
Re: Cant install textpattern...
I changed the directory. Textpattern is now in my root-directory:
http://www.rzuser.uni-heidelberg.de/~ds6/index.php
Now I get an other, but similar error:
The requested URL /~ds6/textpattern/setup/WWW/textpattern/setup/index.php was not found on this server
Any Ideas?
Thanks!
Offline
#5 2007-07-16 20:54:57
- atreiju
- New Member
- Registered: 2007-07-16
- Posts: 3
Re: Cant install textpattern...
dbulli wrote:
Maybe you could modify the “setup/index.php” and change line #31 … not sure if you will run into other problems later… and it’s not a database issue
$rel_siteurl = ‘/~ds6/textpattern/textpattern/’;
Changing the line in
$rel_siteurl = ‘/~ds6’;
worked for me! I call again, if other errors appear…
Thanks!
Last edited by atreiju (2007-07-16 20:57:23)
Offline
Re: Cant install textpattern...
Yeah it was a trailing slash and it was based on your original install directory … GOOD LUCK !
nuff-respec ::: dannyb
Offline
Pages: 1