Customer Portal Error - 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: Customer Portal Error (/showthread.php?tid=1545) Pages:
1
2
|
Customer Portal Error - mweaver - 07-19-2019 This one has got me good and stumped. I've been all over this thing and can't find anything wrong in the setup or permissions. However, when a user attempts to log into the customer portal after submitting their credentials for login this is what shows on the screen: *Please see image attached* RE: Customer Portal Error - mweaver - 07-22-2019 UPDATE: Performing some debugging I'm finding this in the ssl_log_error file: [22/Jul/2019:10:48:48 -0400] "GET / HTTP/1.1" 302 - [22/Jul/2019:10:48:48 -0400] "GET /site/login HTTP/1.1" 200 9576 [22/Jul/2019:10:48:58 -0400] "GET /webservice.php?&operation=getchallenge&username=portaluser HTTP/1.1" 200 109 [22/Jul/2019:10:48:57 -0400] "POST /index.php/site/login HTTP/1.1" 550 970 [22/Jul/2019:10:48:59 -0400] "GET /images/loginVtigerCRM.png HTTP/1.1" 302 - [22/Jul/2019:10:48:59 -0400] "GET /site/login HTTP/1.1" 200 9576 [22/Jul/2019:10:49:12 -0400] "POST /index.php?module=Calendar&action=CalendarAjax&file=ActivityReminderCallbackAjax&ajax=true HTTP/1.1" 200 94 The highlighted text above is a bit perplexing. That path doesn't exist with the Customer Portal folder structure, so unless it's calling out to the CoreBOS install something is missing here. This is a fresh grab of the CP from git hub by the way. The perms for files and folders in coreboscp are 755 and the ownership is apache.apache. I've double-checked the path in apache's configuration and it's correct, so I'm left scratching my head. RE: Customer Portal Error - joebordes - 07-24-2019 I suppose you have set these three variables correctly: https://github.com/tsolucio/coreBOSCP/blob/master/protected/config/PortalConfig.php#L23 https://github.com/tsolucio/coreBOSCP/blob/master/protected/config/PortalConfig.php#L27 https://github.com/tsolucio/coreBOSCP/blob/master/protected/config/PortalConfig.php#L28 RE: Customer Portal Error - mweaver - 07-25-2019 Brand new fresh install. Downloaded zip from git hub. Copied to the web server, set ownership and permission (apache.apache - 644 on files 755 on directories), set the value for those three variables: same result. RE: Customer Portal Error - joebordes - 07-25-2019 there is a global variable that blocks webservice, is that defined? RE: Customer Portal Error - mweaver - 07-26-2019 I don't believe so. the only CP global I have defined is this one: Application_Customer_Portal_URL https://vtcp.compinfosystems.com:4443 Portal User yes yes RE: Customer Portal Error - joebordes - 07-26-2019 you are looking for the webservice URL: Webservice_Enabled RE: Customer Portal Error - mweaver - 07-29-2019 found it and set as enabled. Webservice_Enabled 1 Administrator yes yes the following is still showing in ssl_access_log "POST /index.php/site/login HTTP/1.1" 550 970 really has me scratching my head. RE: Customer Portal Error - joebordes - 07-30-2019 One of our team members recorded a session configuring the customer portal. He got stuck configuring the coreBOS URL putting the customer portal instead. Have a look and see if it helps: https://youtu.be/03kOfVyDDH0 RE: Customer Portal Error - joebordes - 07-30-2019 let us know how it goes |