Working with PHP on front-end is a risky job, because if there’s an error on your code the site will return a white screen of death and we will not be able to do anything beyond that rather than just roll back the site to previous backup.
Scripts Organizer came with a feature to prevent that error which is called Safe Mode.
Safe Mode will be automatically activate if there is an error in your PHP code you can read through all of the error log and navigate to the Code Block editor page to fix an error.
After you fix the error, save the code and disable Safe Mode to return the site to normal state again.