fresh install invalid username and password - Printable Version +- CoreBOSBB (https://discussions.corebos.org) +-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17) +--- Forum: Administrator Support (https://discussions.corebos.org/forumdisplay.php?fid=8) +--- Thread: fresh install invalid username and password (/showthread.php?tid=2338) Pages:
1
2
|
fresh install invalid username and password - global.da - 05-30-2022 hi, hope you can help me with the admin login issue i install wampserver edit php.ini based on the recommended settings pre-install check php 7.3.12 copy repository to c:\wamp64\www run wampserver and install corebos http://localhost/corebos8/install.php the only error is unable to connect to database server. invalid mySQL connection parameters specified Database UTF-8 support Not Enabled then i browse http://localhost/corebos8/ it goes to the login page i enter admin and the password admin the error is you must specify a valid username and password what did i missed? RE: fresh install invalid username and password - joebordes - 05-30-2022 has the DB been created? the vtiger_users table? you must get it using UTF8, everything else is deprecated RE: fresh install invalid username and password - global.da - 05-31-2022 i checked mysql> SHOW DATABASES; information_schema mysql performance_schema test i didn't see vtiger_users table in the mysql Table lsitings i thought the Database Name corebos80 has been created during initial installation under configuration wizard system configuration? please run step by step procedure to fix this. thank you RE: fresh install invalid username and password - joebordes - 05-31-2022 I just tried installing on linux to verify the install process and all seemed to go well. try creating the database manually and importing the corebos_justinstalled.sql file that you can find in the schema directory then make sure you configure your config.inc.php file to use that database i'd say that you are missing some configurations in the wamp server RE: fresh install invalid username and password - global.da - 05-31-2022 created database corebos80 under phpMyAdmin import corebos_justinstalled_empty.sql found in the schema directory i checked mysql> SHOW DATABASES; information_schema mysql performance_schema test no corebos80 database on the list. but there is at phpMyAdmin manager checked http://localhost/corebos8/ i've noticed the logo of vtiger changed to CoreBos logo but still cannot log in is there something missing on corebos_justinstalled_empty.sql ? i didn't see vtiger_user table hope someone can fix this WAMP or XAMPP installation seamlessly RE: fresh install invalid username and password - joebordes - 05-31-2022 I'm sorry I can't help you here, don't have that knowledge. If you want to look for me privately and contract some time from me I am willing to have a look at your install if that can help. RE: fresh install invalid username and password - global.da - 06-01-2022 Hi Joe, i tried using old version wampserver2.1 for vtiger54GA still stuck at unable to create database and didnt finished to login page. even though i created database at my.ini and phpMyAdmin, and importing the corebos_justinstalled.sql file ok Joe, i will email you i will revert back to latest wampserver 3.2. and latest corebos repository. P.S. hopefully there's a individual installer version of corebos like 5.6, 7, and 8 to choose from. Regards, Dennis RE: fresh install invalid username and password - global.da - 06-14-2022 did anybody here tried this installation on wampserver without error? RE: fresh install invalid username and password - Klajd17 - 06-14-2022 (06-14-2022, 01:23 AM)global.da Wrote: did anybody here tried this installation on wampserver without error? Hi global.da, I successfully installed on xampp server, i haven't use wamp server before but i think it will be the same. If you haven't set up corebos yet, I recommend to install xampp php version 7.4.x and i can guide you. Klajdi RE: fresh install invalid username and password - global.da - 06-26-2022 (06-14-2022, 02:30 PM)Klajd17 Wrote:(06-14-2022, 01:23 AM)global.da Wrote: did anybody here tried this installation on wampserver without error? thank you Klajdi for the update. i'll try the xampp with php7.4.x and let you know. |