Page 1 of 1

New Installation Login Problems

Posted: Wed 22. Jun 2005, 11:52
by spinner903
I'm new to phpwcms, but I've learned a lot over the past few days. I've just installed version 1.2.3 DEV and am having login issues.

After going throught the hassle of upgrading and dealing with server issues, not being able to login is making me mad.

Whenever I enter the correct login information, I get an error saying "Errors during login!"

Does anyone have a solution? Thanks for the help

Posted: Wed 22. Jun 2005, 14:16
by pico
Hi

did you run the Setupscript at ../setup/setup.php and there have you created all Tables and also marked to create a Adminaccount?

and then run the Upgradescript for Database (SQL) upgrade from 1.2 to 1.2.3
at ../setup/upgrade.php

read also the Docu at http://www.phpwcms-docu.de

Posted: Wed 22. Jun 2005, 23:03
by spinner903
I've upgraded and I've gone through the setup process and the upgrade process. When I get to the point of putting in MySQL database information, I DO NOT check the Create DB Tables. When I do, it doesn't allow me to continue. The upgrade process seems to go through fine. Should I do something in phpMyAdmin for creating NEW tables, or should I use the tables that I have already.

Any help is great!

Posted: Thu 23. Jun 2005, 08:20
by pico
Hi

if you have once created the Tables by the first Setup - a Error is normal if you try it again cause the Tables exsists now and can't create onemore.

So if you wan't to make a complete new installation you have to delete all Tables befor that - or you use another 'prepend' - that is what I doing always for testing. I use a prepend like 'test123' and all Tables will created like test123_phpwcms_...... .