coreBOS Customer Portal - 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: coreBOS Customer Portal (/showthread.php?tid=108) |
coreBOS Customer Portal - jayo2005 - 04-13-2015 coreBOS 5.5 (New Install) Hi I am trying to get the Customer Portal working. I had an issue with module not found so I ran the corebos updater and that solved that. I created a new admin user and made changes to the Portalconfig.php adding the user and access key. When I try to login it tells me user not found. I am using the email address and password setup for the new user. Even when I click forgot password I get Given email could not be found. I want it to work in Vtigercrm mode so I changed vtyiicpngScope to Code: 'vtyiicpngScope' => 'vtigerCRM', // CPortal | vtigerCRM I also created a contact with portal access. When I try to login with that I get Code: Internal Server Error My Php.ini timezone looks like below I also added patch from <!-- m --><a class="postlink" href="http://corebos.org/documentation/doku.php?id=en:coreboscp:installconfig">http://corebos.org/documentation/doku.p ... tallconfig</a><!-- m --> In coreBOS settings when I click on CustomerPortal I get CustomerPortal module is not active!. I presume this is the VtigerCRM CustomerPortal and not coreBOS? Re: coreBOS Customer Portal - jayo2005 - 04-14-2015 I added date.timezone = "Europe/Dublin" to the top of my php.ini and it now works. Re: coreBOS Customer Portal - joebordes - 04-15-2015 I'm not sure why this happens. From what I read it seems to be a security issue that YII imposes and the solution is what you did. |