what to do "Don't forget to move setup/setup.conf.inc.p
A quick tutorial
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!
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
-
- Posts: 18
- Joined: Wed 29. Dec 2004, 17:30
- Location: München
Hello isol2
what are your site values in the file conf.inc.php
path : phpwcms/include/inc_conf
Joachim
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
Re: A quick tutorial
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 ). 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 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!
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"
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"
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
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
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!
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!
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.
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.
setup.conf.inc.php
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
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
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
you do all Steps written here and in the Docu
http://www.phpwcms-docu.de/inst_de.phtml
Re: setup.conf.inc.php
hellostefank2 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
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/
Thanks for this, maybe the error page on the phpwcms site could include this pearl of wisdomif 1.1.9 then upload the conf.inc.php to config/phpwcms/
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.