Tag Archives: errors

Fatal Error! PIL._imaging.pyd [SOLVED]

Question. I recently had the following popup unexpectedly on my Windows laptop: Fatal Error! PIL._imaging.pyd could not be extracted! I was surfing the internet on my laptop and I am worried that I might have a virus 🙁 Can you help me identify what caused that error? Thx! -Josh Silvija Answer. Hi Josh! Thank you for your question. Fortunately, that “fatal error” should not be an issue. Specifically, I have seen that error occur when Google Drive (now Google Backup and

[SOLVED] Can’t paste because the Copy area and paste area… [EXCEL]

Q. I cannot determine what is causing the following error: Can you help me determine what causes this, I am working with some large Excel spreadsheets and it is driving me mad. Thank you. -Shelly A.  Hi Shelly! Since you are dealing with large Excel spreadsheets, the problem is likely that you are near the one million row count and that the pasted cells push you over the limit. It is absurd that Excel throws the wrong error message for this

[Err] 2006 – MySQL server has gone away Navicat/WordPress [solved]

Recently I tried upgrading to the latest version of the WordPress Download Monitor plugin. It did not go well 🙁 Thus, I tried to revert from a backup made using Navicat. Unfortunately, the restore would fail every time while trying to import my wp_posts table (a pretty important table!) I tried exporting the backup to a SQL dump and importing that. No luck. Finally, I tried resolving the actual ‘MySQL server has gone away’ issue itself and I had success. This tip

[Err] [Bak] 1286 – Unknown table engine ‘InnoDB 00:00:00’

Last night I had an error show up a couple times while using Navicat to backup database on Weblogs.us. This was the error: [Err] [Bak] 1286 – Unknown table engine ‘InnoDB 00:00:00’ On this server MyISAM was preferred so I had specifically disabled InnoDB, yet something was trying to deal with InnoDB and it was causing the backup error . To determine which table(s) were causing the problem, I used the following SQL statement: SELECT TABLE_NAME, ENGINE FROM information_schema.TABLES WHERE TABLE_SCHEMA =