Ask questions and get good answers on mb.jQuery.components

Hello there. I have a problem using your "Great work" (mb extruder) all goes/show fine when I am testing my web offline (I mean - local host-), all paths are ok. The problems is that the extruder doesn´t show the content (page.html) in online mode www.orianadelarosa.com Can you please help me with this stuff. Pd: the site was designed to view in "IE" Thanks.

asked Apr 01 '11 at 20:46

solyum's gravatar image

solyum
1111

closed Apr 06 '11 at 15:56

Matteo%20Bicocchi's gravatar image

Matteo Bicocchi ♦♦
1776129

The question has been closed for the following reason "The question is answered, right answer was accepted" by Matteo Bicocchi Apr 06 '11 at 15:56


Hi, this happens because your server doen't allow POST methods for ajax requests (POST lanzamientos.html: 405 Method Not Allowed).

You can solve this problem by changing the method from POST to GET in the mbExtruder.js file at lines: 212,335 -> from type: "POST", to type: "GET",.

Bye, Matteo

answered Apr 02 '11 at 08:34

Matteo%20Bicocchi's gravatar image

Matteo Bicocchi ♦♦
1776129

edited Apr 02 '11 at 08:34

Hi dear Matteo. "You Rules" Thank you very much for your repply, I fixed the problem. Keep the good work. Noé.

answered Apr 04 '11 at 11:59

solyum's gravatar image

solyum
1111

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Tags:

×11

Asked: Apr 01 '11 at 20:46

Seen: 316 times

Last updated: Apr 06 '11 at 15:56

jQuery main site - Matteo Bicocchi