Can you determine which line in the plugin is causing the issue?
One way to narrow it down is to edit the plugin and add a blank line in the middle, if the line number in the error changes the affected line is below the blank line you just made. if it doesn't, it's above it. Keep repeating by splitting the remaining code in half with a blank line until you find the line responsible.
|