SQLSTATE[HY000]: General error: 1005 Can't create table '*' (errno: 150) 3

You may or may have not already stumbled upon this rather obscure error message (no, I'm not starting a serie on obscures error messages). Well the first thing to think when you encounter this is your foreign keys. This message generally denotes a failure in foreign keys creation, for example when...

PDO not throwing an exception when it should

Today I ran into an issue that I already ran into a few weeks ago when I did not have time to dig up, but today I had this time (this plus it's a really annoying issue as you'll see). The main symptom is that PDO does not throws exceptions when you'd expect it to. It's very annoying. The reason, in...

dotdeb et PDO_Mysql

Pour ceux: qui utilisent le repository dotdeb qui se demandent pourquoi php5-pdo-mysql a disparu qui ne lisent pas les news de dotdeb Sachez que php5-pdo-mysql a été renommé/fusionné en php5-mysql. C'était l'info utile (ou pas) du jour....

Top tags