11-08-2021, 12:49 AM,
|
|
mkiiru
Member
 
|
Posts: 9
Threads: 1
Joined: Nov 2021
|
|
RE: webERP Installation via Softaculous
(11-08-2021, 12:35 AM)TimSchofield Wrote: Ok, can you check what the web server error log says? Somehow your server has a problem when you are submitting a PHP form, both the login screen, and the first page of the wizard are forms and they aren't working.
Thank Tim,
May not be able to get into the log files at the moment and so I am one dissapointed person on this installation. had tried to even change PHP to ver 8.0 to no avail. mmmhm!
I wish I could get the INSERT INTO SELECT statement to work on MariaDB server which allows hashing directly...
INSERT INTO `www_users`(`userid`, `password`, `realname`, `customerid`, `supplierid`, `salesman`, `phone`, `email`, `defaultlocation`, `fullaccess`, `cancreatetender`, `lastvisitdate`, `branchcode`, `pagesize`, `modulesallowed`, `showdashboard`, `showpagehelp`, `showfieldhelp`, `blocked`, `displayrecordsmax`, `theme`, `language`, `pdflanguage`, `department`) SELECT 'admin2',SHA2('Password, 256),'Michael Nganga','','','','','m.kiiru@texconsults.co.ke','',8,1,'2019-06-09 21:13:48','','A4','1,1,1,1,1,1,1,1,1,1,1',0,0,1,1,0,50,'professional','en_GB.utf8',0,0;
|
|
11-08-2021, 12:57 AM,
|
|
mkiiru
Member
 
|
Posts: 9
Threads: 1
Joined: Nov 2021
|
|
RE: webERP Installation via Softaculous
(11-08-2021, 12:53 AM)TimSchofield Wrote: You are missing a closing quote from SHA2('Password, 256) which is why that won't work, but I believe the answer is not connected to this, it is with form submission.
Tim
Oh yes this is a different way of getting a user working... hopefully. I am really in need of getting to have this working.... I will work with the ISP to assist in checking on the logs or would you be in a position to kindly?
|
|
11-08-2021, 01:19 AM,
|
|
mkiiru
Member
 
|
Posts: 9
Threads: 1
Joined: Nov 2021
|
|
RE: webERP Installation via Softaculous
(11-08-2021, 12:57 AM)mkiiru Wrote: (11-08-2021, 12:53 AM)TimSchofield Wrote: You are missing a closing quote from SHA2('Password, 256) which is why that won't work, but I believe the answer is not connected to this, it is with form submission.
Tim
Oh yes this is a different way of getting a user working... hopefully. I am really in need of getting to have this working.... I will work with the ISP to assist in checking on the logs or would you be in a position to kindly?
Yes Tim...
some indication of a deprecated call from some error logs..
[Sun Nov 07 00:03:58.948023 2021] [lsapi:warn] [pid 3373799:tid 139898971064064] [client 115.287.114.128:0] [host texconsults.co.ke] Backend log: PHP Deprecated: Function get_magic_quotes_gpc() is deprecated in /home/mpkguxfd/domains/texconsults.co.ke/public_html/accessorize/includes/Login.php on line 22\n, referer: https://texconsults.co.ke/accessorize/index
[Sun Nov 07 00:04:10.874255 2021] [lsapi:warn] [pid 3373943:tid 139899105347328] [client 115.287.114.128:0] [host texconsults.co.ke] Backend log: PHP Deprecated: Function get_magic_quotes_gpc() is deprecated in /home/mpkguxfd/domains/texconsults.co.ke/public_html/accessorize/includes/Login.php on line 22\n, referer: https://texconsults.co.ke/accessorize/index
[Sun Nov 07 00:04:34.757635 2021] [lsapi:warn] [pid 3373943:tid 139899197667072] [client 115.287.114.128:0] [host texconsults.co.ke] Backend log: PHP Deprecated: Function get_magic_quotes_gpc() is deprecated in /home/mpkguxfd/domains/texconsults.co.ke/public_html/accessorize/includes/Login.php on line 22\n, referer: https://texconsults.co.ke/accessorize/index
|
|
11-08-2021, 01:24 AM,
|
|
mkiiru
Member
 
|
Posts: 9
Threads: 1
Joined: Nov 2021
|
|
RE: webERP Installation via Softaculous
(11-08-2021, 01:19 AM)mkiiru Wrote: (11-08-2021, 12:57 AM)mkiiru Wrote: (11-08-2021, 12:53 AM)TimSchofield Wrote: You are missing a closing quote from SHA2('Password, 256) which is why that won't work, but I believe the answer is not connected to this, it is with form submission.
Tim
Oh yes this is a different way of getting a user working... hopefully. I am really in need of getting to have this working.... I will work with the ISP to assist in checking on the logs or would you be in a position to kindly?
Yes Tim...
some indication of a deprecated call from some error logs..
[Sun Nov 07 00:03:58.948023 2021] [lsapi:warn] [pid 3373799:tid 139898971064064] [client 115.287.114.128:0] [host texconsults.co.ke] Backend log: PHP Deprecated: Function get_magic_quotes_gpc() is deprecated in /home/mpkguxfd/domains/texconsults.co.ke/public_html/accessorize/includes/Login.php on line 22\n, referer: https://texconsults.co.ke/accessorize/index
[Sun Nov 07 00:04:10.874255 2021] [lsapi:warn] [pid 3373943:tid 139899105347328] [client 115.287.114.128:0] [host texconsults.co.ke] Backend log: PHP Deprecated: Function get_magic_quotes_gpc() is deprecated in /home/mpkguxfd/domains/texconsults.co.ke/public_html/accessorize/includes/Login.php on line 22\n, referer: https://texconsults.co.ke/accessorize/index
[Sun Nov 07 00:04:34.757635 2021] [lsapi:warn] [pid 3373943:tid 139899197667072] [client 115.287.114.128:0] [host texconsults.co.ke] Backend log: PHP Deprecated: Function get_magic_quotes_gpc() is deprecated in /home/mpkguxfd/domains/texconsults.co.ke/public_html/accessorize/includes/Login.php on line 22\n, referer: https://texconsults.co.ke/accessorize/index
Yes Tim, you are right..
Something is not just right probably with the installation or something else... a demo of the weberp works pretty well on the same environement where my installation is hosted..
hhhhmmm!
|
|
|