05.04.2009
Constructr-CMS 3.02.8 05.04.2009
Use update.php for DB-Update (Point 7)
1) Added Global Settings Array
2) New FileUpload (move_uploaded_file() // copy())
3) CSS-Update
4) Added logfile.php to view the BE-Logfile
5) Updated Config-Files
6) Updated Header-Files (BE)
7) Added Sticky-ID to Content Elements
8) Altered Definition-Files
9) Altered Constructr Base JS-File
10) Altered Constructr Settings-File
11) Updated user.php-File (Backend)
12) Updated User Class-File






Hi
I’m trying your cms but i’m with a problem
i dont know what is the info that i have to insert on the config file after the instalation.
Regards,
Vitor
Hi Vitor,
after entering the Information like Localhost, MySQL-Database, User, Password, … , You should see something like:
$HOST = “localhost”;
$USER = “root”;
$PASSWD = “root”;
$DATABASE = “constructr_329″;
$DB_TABLE_CONSTRUCTR_PAGES = “constructr_pages”;
$DB_TABLE_CONSTRUCTR_CONTENT = “constructr_content”;
$DB_TABLE_CONSTRUCTR_TEMPLATES = “constructr_template”;
$DB_TABLE_CONSTRUCTR_MEDIA = “constructr_media”;
$DB_TABLE_CONSTRUCTR_USER = “constructr_user”;
$DB_TABLE_CONSTRUCTR_RIGHTS = “constructr_rights”;
$DB_TABLE_CONSTRUCTR_PLUGINS = “constructr_plugins”;
Just copy these Lines of Code into the File Root/data/config/config.inc.php
Than click to the Link “Ok, done proceed with Login” and enter the Information for Your Root-User!
That’s it!