miércoles, 7 de agosto de 2013

[CODEKA][PHP][PROBLEM][ERROR][PROBLEMA]Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\codeka2\fpdf\Numbers\Words.php on line 120 [SOLUCIONADO][SOLVED]

[CODEKA][PHP][PROBLEM][ERROR][PROBLEMA] :
Deprecated: Assigning the return value of new by reference is deprecated in tuarchivo.php
Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\codeka2\fpdf\Numbers\Words.php on line 120

[SOLUCIONADO][SOLVED] :
Buscamos la linea 120
Encontramos: Es código obsoleto.
@$obj =& new $classname;

Cambiamos : Nueva sintaxis.
@$obj =new $classname;

[PROBLEMA][PROBLEM][PHP][XAMPP][CODEKA] Fatal error: Cannot redeclare class Config in C:\xampp\php\pear\Config.php.. [SOLUCIONADO][SOLVED]

[PROBLEMA][PROBLEM][PHP][XAMPP][CODEKA]
Fatal error: Cannot redeclare class Config in C:\xampp\php\pear\Config.php

[SOLUCIONADO][SOLVED]
Cortar y copiar C:\xampp\php\pear\Config.php     en     C:\xampp\php\Config.php

[PROBLEMA][PROBLEM][PHP][DRUPAL] PHP Fatal Error: Allowed memory size of 8388608 bytes exhausted (tried to allocate bytes* [SOLUCIONADO][SOLVED]

[PROBLEMA][PROBLEM][PHP][DRUPAL] :

[DRUPAL][PHP] Fatal Error: Allowed memory size of 8388608 bytes exhausted (tried to allocate bytes

[SOLUCIONADO][SOLVED] :
Agregar o modificar en tu archivo /sites/default/setting.php
ini_set("memory_limit","512M");
Agregar o modificar en tu archivo php.ini
memory_limit = 512M



[PROBLEM] [PHP] [PROBLEMA] CON Notice: Undefined variable [SOLUCIONADO][SOLVED]

[PROBLEM] [PHP] [PROBLEMA] 

PROBLEMA CON Notice: Undefined index Y Notice: Undefined variable.

[SOLUCIONADO][SOLVED]:

Configurar la siguiente variable en el archivo php.ini

error_reporting = E_ALL & ~E_NOTICE