Use the inspector in your browser to see whats happening?
Could you get us more info about this error?
At the end of the error message, you’ll see a section that says “line XXX.” It shows the location of the specific code that’s causing the problem.
The problem could be in the PHP code and some of the common causes that can trigger the error message include whitespaces before the *<?php* segment of the code or after the closing *?>* tag.
Use the inspector in your browser to see whats happening?
Could you get us more info about this error?
At the end of the error message, you’ll see a section that says “line XXX.” It shows the location of the specific code that’s causing the problem.
The problem could be in the PHP code and some of the common causes that can trigger the error message include whitespaces before the *<?php* segment of the code or after the closing *?>* tag.