solución

PHP y MySQL: Error while reading greeting packet

Hoy por la mañana estaba realizando unos ajustes al sistema de turnos web y aparecía el siguiente error: [08-Mar-2020 10:59:56 America/Mexico_City] PHP Fatal error: Uncaught PDOException: PDO::__construct(): Error while reading greeting packet. PID=720 En mi caso utilizo Windows y XAMPP para desarrollar en local. La solución es realmente sencilla.

PHP y MySQL: Error while reading greeting packet Leer más »

Solución a “error retrieving pid file” – Termux y apache

Solución al error de Apache que dice: (20014) Internal error (specific information not available): AH00058: Error retrieving pid file var/run/apache2/httpd.pid AH00059: Remove it before continuing if it is corrupted. Este error aparece al invocar a apachectl ya sea con start o con stop y sucede en algunas ocasiones al instalar PHP y Apache en Android.

Solución a “error retrieving pid file” – Termux y apache Leer más »

Android - Solución a Cannot bind argument at index 1

Android – Cannot bind argument at index 1 because the index is out of range. The statement has 0 parameters.

En este post voy a explicar cómo solucionar el error de Android y SQLite que dice así: java.lang.IllegalArgumentException: Cannot bind argument at index 1 because the index is out of range. The statement has 0 parameters.  

Android – Cannot bind argument at index 1 because the index is out of range. The statement has 0 parameters. Leer más »

Solución a “TabError: inconsistent use of tabs and spaces in indentation” en Python

Una de las cosas más molestas (pero gracias a la misma tenemos tantos memes de Python) de Python es el error de: TabError: inconsistent use of tabs and spaces in indentation No podemos poner una  tabulación extra, o una tabulación menos, porque el intérprete se está quejando. Una posible explicación a esto es que copiamos

Solución a “TabError: inconsistent use of tabs and spaces in indentation” en Python Leer más »