Omerr01 Posted October 20 Report Share Posted October 20 hello, im follow the instactions on smartcars , and open a lot of tickets but they cant help me. i was install the smartcars on this folder : and there is the error i get from smartcars website : Quote Link to comment Share on other sites More sharing options...
Administrators ProAvia Posted October 21 Administrators Report Share Posted October 21 Does SM3 come with a module for phpVMS v5? If so, it needs to go in /core/modules. What - specifically - do the SM3 install instructions state? Quote Link to comment Share on other sites More sharing options...
Omerr01 Posted October 21 Author Report Share Posted October 21 Hey, there is no mention in the instructions that it need to go /core/modules. this is the instructions : The smartCARS 3 phpVMS 5 API uses "handlers", which represent the platforms it is communicating with. We support phpVMS 5 in this repository, but custom handlers can be written for other platforms. For phpVMS 7 support, please go to the phpVMS 7 repository instead. Step 1 Download the latest release from the releases page. Step 2 Extract the contents of the release zip file to an empty folder which is in the same directory as your installation (a core folder should exist in this directory). Step 3 (nginx only) (im not using) If you are using nginx as your webserver, you will need to serve the smartCARS API as a seperate location. An example configuration is below: location /smartcars/api { try_files $uri $uri/ /smartcars/api.php?$query_string; } You will need to modify this configuration to fit your needs and to point to the correct location. Step 4 Verify that the installation was successful by visiting the handler file in your browser. You should see a JSON response with the version number of the API and the name of your handler. Assuming you have placed phpVMS 5 in your public_html folder and your API folder is called smartcars: http://yourdomain.com/smartcars/api/phpvms5/ This URL will be the "Script URL" option in smartCARS 3 Central when managing your community. Quote Link to comment Share on other sites More sharing options...
Administrators ProAvia Posted October 21 Administrators Report Share Posted October 21 Instructions state: http://yourdomain.com/smartcars/api/phpvms5/ You placed it in: your_domain/newSmartcars/api/handlers/phpvms5 There is no "handlers" folder denoted in the install instructions. Any reason you are still using phpVMS v5? Seriously consider moving to phpVMS v7. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.