This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 2
log in
Started 15 years ago by aolmos | 3 posts |
-
Hi!
I've just installed machform, but when I try to log in (same user and password used in the config.php file), it doesn't log in, without any error at all. My internet provider is ipower.comAny hint?
Sincerely,
AngelPosted 15 years ago # -
Have you defined, and are you using the details to log on as specified in config.php as follows?
/** Admin user and password **/
define('ADMIN_USER','Username');
define('ADMIN_PASSWORD','Password');Make sure you enter the details exactly (case sensitive on Linux/Unix servers).
The Admin log on details are not the same thing as the MySQL DB details:
/** MySQL settings **/
define('DB_NAME', 'database_name'); //The name of your database. Note that this database must exist before running installer.php
define('DB_USER', 'database_user'); //Your database username
define('DB_PASSWORD', 'database_user_pass'); //Your database users password
define('DB_HOST', 'localhost'); //The hostname for your databasePosted 15 years ago # -
Hi,
Some hosting company such as Powweb or iPower or Startlogic require some special step to enable session (which is needed to be able logging in)
You can refer to this post :
http://www.appnitro.com/forums/topic/adjustments-to-machform-for-powweb-hosting?replies=6
Try to follow the instruction there. If you need any help, just let me know.
MachForm Support
Posted 15 years ago #
Reply
You must log in to post.