It prints a return line during Ajax calls
-
Hello,
When I save some settings of Freesoul Deactivate Plugins if your plugin is active I see an error message. If I deactivate your plugin I see the usual successful message.
To reproduce the problem you should:
– Install Freesoul Deactivate Plugins
– Install your plugin
– Go to Freesoul Deactivate Plugins => Gear Icon => Roles Manager
– Click on “Save all changes”
– Disable your plugin
– Click again n “Save all changes”When you save the settings of FDP it calls via Ajax a function that returns exactly 1 on success. When your plugin is active, instead of returning exactly 1, it returns a return line followed by 1 (\n1 instead of 1).
It looks like in some situations your plugin adds a return line to the output of the functions called by other plugins via Ajax.This is not a problem for me. I’ve solved it in my case, and I don’t need you to do anything to solve my specific case. But better you know about this issue because your plugin may have conflicts with other plugins on Ajax calls.
Have a great day!
Jose
- The topic ‘It prints a return line during Ajax calls’ is closed to new replies.