|
Hi. The extruder works perfectly offline, but when I uploaded it, it didn't show up. Here's the website in question: www.lifetime-watches.com/i_watches.html The extruder is working but it wouldn't show the content. Out of curiosity I uploaded the whole extruder demo folder to the server and it didn't work either. http://www.lifetime-watches.com/extruder/demo.html Plase help. Thank you. |
|
Hi, This happens because your webserver doesn't allow POST requests for ajax calls. To solve this problem you should change "POST" to "GET" wherever a $.ajax is invoked into the mbExtruder.js file. Bye, Matteo |


