Jasit0 Posted November 17, 2014 Share Posted November 17, 2014 HOLA... NO PUEDO ABRIR LAS SEGUNDAS, TERCERAS, ETC... PAGINAS DE LOS PRODUCTOS DE LAS CATEGORIAS... LES MUESTRO ESO EN LAS IMAGENES DE LA WEB. ademas tengo este error: Notice: Use of undefined constant _RIJNDAEL_KEY_ - assumed '_RIJNDAEL_KEY_' in /home/u482126489/public_html/classes/Cookie.php on line 80Notice: Use of undefined constant _RIJNDAEL_IV_ - assumed '_RIJNDAEL_IV_' in /home/u482126489/public_html/classes/Cookie.php on line 80 Link to comment Share on other sites More sharing options...
TusPerfumesOnline Posted November 25, 2014 Share Posted November 25, 2014 No se si lo habras solucionado ya, pero a mi me sirvio esto que saque de otro hilo: you can however fix the code, classes/Cookie.php on line 80 $this->_cipherTool = new Rijndael(_RIJNDAEL_KEY_, _RIJNDAEL_IV_); change to $this->_cipherTool = new Rijndael('_RIJNDAEL_KEY_', '_RIJNDAEL_IV_'); Espero que te valga. Link to comment Share on other sites More sharing options...
Recommended Posts