what to do "Don't forget to move setup/setup.conf.inc.p

Please post all install related problems here. Visit this forum first for troubleshooting.
iso12
Posts: 3
Joined: Wed 5. Jan 2005, 03:01

A quick tutorial

Post by iso12 »

I have the same problem:
hi!

I am having problems to install the script: Can you please tell me what I am doing wrong?
I am testing in my localhost so I am root and I dont have password.



// database values
$phpwcms["db_host"] = "localhost";
$phpwcms["db_user"] = "root";
$phpwcms["db_pass"] = "";
$phpwcms["db_table"] = "dynamic"; -- name of my database
$phpwcms["db_prepend"] = "";
$phpwcms["db_pers"] = 1

I am getting this error all the time:
new phpwcms install?
Don't forget to move setup/setup.conf.inc.php
to include/inc_conf/conf.inc.php.

In the tutorial says:
$phpwcms["db_table"] Type in the password of the database.
what password,I don´t have one.

Someone who can help me with this?

Thanks!
Iso
joachim_cms
Posts: 18
Joined: Wed 29. Dec 2004, 17:30
Location: München

Post by joachim_cms »

Hello isol2
what are your site values in the file conf.inc.php
path : phpwcms/include/inc_conf

Code: Select all

11 site values
12 $phpwcms["site"]              = "http://yoursite.mn-man.biz/";[/code
Joachim
Karla
Posts: 223
Joined: Tue 26. Oct 2004, 11:56

Re: A quick tutorial

Post by Karla »

iso12 wrote:I have the same problem:
hi!

I am having problems to install the script: Can you please tell me what I am doing wrong?
I am testing in my localhost so I am root and I dont have password.



// database values
$phpwcms["db_host"] = "localhost";
$phpwcms["db_user"] = "root";
$phpwcms["db_pass"] = "";
$phpwcms["db_table"] = "dynamic"; -- name of my database
$phpwcms["db_prepend"] = "";
$phpwcms["db_pers"] = 1

I am getting this error all the time:
new phpwcms install?
Don't forget to move setup/setup.conf.inc.php
to include/inc_conf/conf.inc.php.

In the tutorial says:
$phpwcms["db_table"] Type in the password of the database.
what password,I don´t have one.

Someone who can help me with this?

Thanks!
Even though you are running locally... it just does not seem ~wise~ to have access to your mySQL database set up with no password and the username as "root" (about the first thing anyone might try :roll: ). Anyway... as a test create ~another~ mySQL username and password, then log into it through mySQL or phpMyAdmin and create the table named "dynamic". Now edit "config.inc.php" to these values and try again.
iso12
Posts: 3
Joined: Wed 5. Jan 2005, 03:01

thanks!

Post by iso12 »

hi Guys!
Now it´s working!!
Iso
martin23
Posts: 8
Joined: Tue 18. Jan 2005, 21:22

Post by martin23 »

Hallo Leute,

ich hab genau dasselbe Problem:
new phpwcms install?

Don't forget to move setup/setup.conf.inc.php
to include/inc_conf/conf.inc.php.

Hab schon alles ausprobiert, nochmal neu installiert (bei der Installation ist alles grün), 33 DB-Einträge werden erstellt, hab den Pfad überprüft, Passwort, Benutzername korrekt, hab die conf-datei heruntergeladen und neu hochgeladen.......

Ich verzweifle bald....bin ich zu dumm um ein cms-system zu installieren?

Bitte helft mir!!!!

Auszug:
<?php

// database values
$phpwcms["db_host"] = "localhost";
$phpwcms["db_user"] = "YYYYYYYYYY";
$phpwcms["db_pass"] = "XXXXXX";
$phpwcms["db_table"] = "YYYYYYYY";
$phpwcms["db_prepend"] = "";
$phpwcms["db_pers"] = 1;

// site values
$phpwcms["site"] = "http://wingateway.de/";
$phpwcms["admin_email"] = "admin@wingateway.de";

// paths
$phpwcms["root"] = ""; //default: ""
$phpwcms["file_path"] = "phpwcms_filestorage"; //default: "phpwcms_filestorage"
$phpwcms["file_tmp"] = "phpwcms_tmp"; //default: "phpwcms_tmp"
$phpwcms["templates"] = "phpwcms_template"; //default: "phpwcms_template"
$phpwcms["dir_thlist"] = "thumb_list"; //default: "thumb_list"
$phpwcms["dir_preview"] = "thumb_preview"; //default: "thumb_preview"
$phpwcms["content_path"] = "content"; //default: "content"
$phpwcms["cimage_path"] = "images"; //default: "images"
$phpwcms["ftp_path"] = "phpwcms_ftp"; //default: "phpwcms_ftp"
Pappnase

Post by Pappnase »

hallo

hast du dich an die docu gehalten und die conf.inc.php gespeichert und dann die vorhandene im include/inc_conf folder ersetzt!?

http://www.phpwcms-docu.de/inst_de.phtml
martin23
Posts: 8
Joined: Tue 18. Jan 2005, 21:22

Post by martin23 »

Jo, auch das habe ich gemacht!

Kann es sein dass es mit meiner Version Porbleme gibt, hab nämlich die"phpwcms_1.1-RC4_2004-08-27_A" heruntergeladen + entpackt, danach "1.1.5-DEV.zip" heruntergezogen und ebenfalls ind die RC4 reingepackt (da ja Update) und danach hab ich noch nen Hotfix entpackt!

Dürfte das Probleme machen?

Danke für eurer Mühe!!!

Dickes Lob an phpwcms, auch wenn es bei mir noch nicht funktioniert!
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post by pico »

also die 1.1.5 ist eine reine Entwickler Version - die ist nicht kompatibel zur 1.1RC4
da muss schon die config.inc... in ein anderes Verzeichnis.

kann nur empfehlen alles nochmal löschen - auch die Datenbank Tables und dann alles neu

1.1RC4 und dann die Patches p1, p2 .... drauf und evtl. im setup das upgrade.php ausführen so dass auch die Datenbank aktualisiert wird.
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
martin23
Posts: 8
Joined: Tue 18. Jan 2005, 21:22

Post by martin23 »

Ich glaub ich seh nicht richtig, die Entwicklerversion runtergehauen und die andere drauf, und tadaaaa...alles funtzt!!

Danke nochmals!!
stefank2
Posts: 1
Joined: Sun 30. Jan 2005, 14:09

setup.conf.inc.php

Post by stefank2 »

Damn file.

I have been snooping all the misery around conf.inc.php and
setup.conf.inc.php and trying things, and I still get redirected to
http://www.phpwcms.de/dbdown.php .

Sch**ss >:-(

include/inc_conf/conf.inc.php is definitely the one that has my
site-specific answers.
I tried fiddling with the _SERVER document root thing.
The setup page tests are all green.

Any other ideas?

Stefan
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post by pico »

so your Syetem is not able to connect to Database

you do all Steps written here and in the Docu :?:

http://www.phpwcms-docu.de/inst_de.phtml
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
rushclub
Posts: 915
Joined: Tue 17. Feb 2004, 18:52

Post by rushclub »

check if setup.conf.inc is writeable
3 (!) Jahre warten reichen mir. Ich bin erst mal weg.
Pappnase

Re: setup.conf.inc.php

Post by Pappnase »

stefank2 wrote:Damn file.

I have been snooping all the misery around conf.inc.php and
setup.conf.inc.php and trying things, and I still get redirected to
http://www.phpwcms.de/dbdown.php .

Sch**ss >:-(

include/inc_conf/conf.inc.php is definitely the one that has my
site-specific answers.
I tried fiddling with the _SERVER document root thing.
The setup page tests are all green.

Any other ideas?

Stefan
hello
wich release did you use!?

if 27´_08 then upload the conf.inc.php to include/inc_conf/
if 1.1.9 then upload the conf.inc.php to config/phpwcms/
brownc
Posts: 3
Joined: Mon 7. Feb 2005, 13:45
Location: Perth, Western Australia
Contact:

Post by brownc »

if 1.1.9 then upload the conf.inc.php to config/phpwcms/
Thanks for this, maybe the error page on the phpwcms site could include this pearl of wisdom ;)

Where is this in the documentation? Also, what are the major changes from previous version to 1.1.9 - I was looking for content anywhere?

1st post dues ... great software, look and feel is spot-on throughout while also highly useable and versatile - nice one! If I can get a few more article-centric 'things' working then I could easily use this product off the shelf for a variety of applications. So, keep up the good work!

Maybe I will have a phpwcms driven site or two to show off soon.
Pappnase

Post by Pappnase »

hello

there is no full docu for the dev. release cos it's only an dev release no final!
Post Reply