
m.dhouibi
core_group_3-
Content Count
6 -
Joined
-
Last visited
-
Days Won
1
m.dhouibi last won the day on May 6 2015
m.dhouibi had the most liked content!
Community Reputation
1 NeutralAbout m.dhouibi
-
Rank
Newbie
-
Hello Derek, When I try to navigate to /index.php/site/login, I receive exactly the same page of error of index.php Regards
-
Hello Derek, This is the first page displayed after finish the installation, no chance to enter credentials. Thanks
-
After Installing successfully X2engine with no errors. on IIS 8 I am having this screen (Please see attached). And this the Stack trace: Error Code: 500 Error Message: Trying to get property of non-object Stack Trace: [click to toggle display] #0 D:\inetpub\wwwroot\crm\framework\base\CComponent.php(561): ApplicationConfigBehavior->beginRequest() #1 D:\inetpub\wwwroot\crm\framework\base\CApplication.php(211): X2WebApplication->raiseEvent() #2 D:\inetpub\wwwroot\crm\framework\base\CApplication.php(182): X2WebApplication->onBeginRequest() #3 D:\inetpub\wwwroot\crm\index.php(55): X2
-
Hello , When I try to configure the mail server on : http://localhost/x2/x2engine/index.php/admin/emailSetup, I always get this error : External / Public Base URL is not a valid URL Advise please. Thanks.
-
It works! var USERNAME="user1"; var PASSWORD="7I4Hkc1NbuAitlkP3GLc92GBB44SqoCo"; var login=new Buffer(USERNAME+":"+PASSWORD).toString('base64'); login="Basic "+login;Thanks anyway!
-
Hello everyone , This my first post , I am new user, and I am trying to connect to the api of from a node app. And I am not sure how to do this. Node js Application : The Request var http = require("http"); var USERNAME="user1"; var PASSWORD="7I4Hkc1NbuAitlkP3GLc92GBB44SqoCo"; var options = { host: 'localhost', port: 80, path: '/x2/x2engine/api2/users', method: 'GET', headers: { "Authorization":USERNAME + ":" + PASSWORD }, };X2engine api response : {"httpHeader