2014-09-14, 07:59 PM
(This post was last modified: 2014-09-14, 09:12 PM by glover.
Edit Reason: solved problem.
)
This user use a thanks 3.9.1 dedicated for version MyBB 1.6, but use converted javascript file to work propery with mybb 1.8.
On others sites this plugin work perect on MyBB 1.8
His script return a white page after do thank and Hook xmlhttp not work i don't know why (plugin hook xmlhttp do not execute).
Maybe others plugins have conflict here.
Problem is resolved.
Add line for conversion xml type.
On others sites this plugin work perect on MyBB 1.8
His script return a white page after do thank and Hook xmlhttp not work i don't know why (plugin hook xmlhttp do not execute).
Maybe others plugins have conflict here.
Problem is resolved.
Add line for conversion xml type.
xml=$.parseXML(xml);
Any one can explain me why his script do not auto send data in xml ?