14 June, 2009 (19:22) | debug, errors, PHP, Web Development | By: Pablo Viquez
After a while struggling with the php function set_include_path() on windows, became to my attention that using the windows registry to set php configuration values they are set using the php_admin_value which forbids overriding it on run time. So for example, if you set the include_path on the windows registry and then you call the [...]
Tags: debug, PHP, set_include_path, windows registry
Comments: -
14 June, 2009 (15:36) | debug, errors, General, PHP | By: Pablo Viquez
Instalé Zend Server en mi computadora ya que estoy probando y comparando XDebug y Zend Server. (Ver Instalación de XDebug) La instalación realmente fue sencilla y me quedo funcionando de maravilla. Lo único que noté es que Zend Server no instala a PHP como un módulo sino como CGI. Esto hace que si creo un [...]
Tags: .htaccess, 500 error, internal server error, zend server
Comments: 5
14 May, 2009 (22:42) | debug, errors, General, mysql | By: Pablo Viquez
Estaba haciendo unos procedimientos almacenados en MySQL 5 y cuando estaba hanciedo pruebas, me comenzó a dar este error: Script line: 73 Illegal mix of collations (latin1_general_ci,IMPLICIT) and (latin1_swedish_ci,IMPLICIT) for operation ‘=’ Buscando donde estaba el error, me di cuenta que el procedimiento almacenado que estaba probando utiliza un cursor comparando un String de parametro [...]
Tags: collations, iso 8859-1, latin1, mysql, utf-8
Comments: 7