04-13-2015, 10:21 AM
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
I also created a contact with portal access. When I try to login with that I get
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?
(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
'notSupportedModules' => array(
'vtigerCRM' => array(
'Calendar','Events','Quotes','SalesOrder','PurchaseOrder','Invoice','Currency',
'PriceBooks','Emails','Users','Groups','PBXManager','SMSNotifier','ModComments',
'DocumentFolders'
),
'CPortal' => array(
'Contacts','Accounts','Quotes','Services','Invoice','HelpDesk','Faq','Timecontrol',
'Assets','Products','Documents','ProjectMilestone','ProjectTask','Project','CobroPago'
),
),
I also created a contact with portal access. When I try to login with that I get
Code:
Internal Server Error
date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EDT/-4.0/DST' instead
An internal error occurred while the Web server was processing your request. Please contact the webmaster to report this problem.
Thank you.
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?