Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
webERP Installation via Softaculous
11-08-2021, 12:49 AM,
#11
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;
Reply
11-08-2021, 12:53 AM,
#12
RE: webERP Installation via Softaculous
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
Reply
11-08-2021, 12:57 AM,
#13
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?
Reply
11-08-2021, 01:19 AM,
#14
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
Reply
11-08-2021, 01:24 AM,
#15
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!
Reply
11-08-2021, 01:25 AM, (This post was last modified: 11-08-2021, 01:53 AM by TurboPT.)
#16
RE: webERP Installation via Softaculous
Deprecated is ok (for now), since you have version 7.4, that function goes away in version 8.

Instead of SHA2, try the password reset at this forum post. The generated SHA2 hash will not be compatible with the hash used by the password_hash/password_verify functions.
Reply
11-08-2021, 03:28 AM,
#17
RE: webERP Installation via Softaculous
Hi Michael, the calls to get_magic_quotes_gpc() have been removed in that code I sent you a link to, so they won't be causing trouble if you load those scripts up (I thought you had??).

Tim
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)