This string appears at the end of the SQL of every backup file on my installation:

<br />
<b>Fatal error</b>:  Exception thrown without a stack frame in <b>Unknown</b> on line <b>0</b><br />

right after the content so I can read:

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
<br />
<b>Fatal error</b>:  Exception thrown without a stack frame in <b>Unknown</b> on line <b>0</b><br />

The SQL code inside. the file is correct.

File's weight is 15,2 MB.

Please, help.

Thanks!

Comments

ronan’s picture

Status: Active » Postponed (maintainer needs more info)

I've never seen this issue. Sounds like there's some sort of failure right at the end of the backup process and it's getting written to the sql file for some weird reason. Without a filename of line number I'm not sure how much I can help.

ronan’s picture

Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

Reopen this if you're still having problems.

raushan’s picture

Hello All,

I have found same issue, please help me if you have solution.

Thanks