aleksin Posted April 22, 2004 Posted April 22, 2004 Hola, a ver si hay alguien espa?ol (o no) que pueda ayudarme. Resulta que la tienda esta instalada, y al navegar por ella me salen avisos como estos: -"Warning: Se ha desactivado la subida de archivos en el fichero de configuraci?n php.ini" -"Advertencia: El directorio para guardar datos de sesi?n no existe: /tmp. Las sesiones no funcionar?n hasta que no se corriga este error." Como lo puedo solucionar? Para el 2? aviso ya he puesto una carpeta llamada "tmp" en todas las carpetas "importantes". Sabeis que mas debo hacer? Muchas gracias por vuestra atencion Saludos!
Mark Evans Posted April 22, 2004 Posted April 22, 2004 Hablo un poco espa?ol Por la sesi?n problema tienes que cambiar en configure.php esto: define('STORE_SESSIONS', ''); para esto: define('STORE_SESSIONS', 'mysql'); Por el otro warning lo sieto pero no se :) Mark Evans osCommerce Monkey & Lead Guitarist for "Sparky + the Monkeys" (Album on sale in all good record shops) --------------------------------------- Software is like sex: It's better when it's free. (Linus Torvalds)
emanresu Posted April 22, 2004 Posted April 22, 2004 Well done Sparky. For those whose only language is English, here is the translation Hello, to see if there is somebody Spanish (or not) that can help me. It is that the store this installed, and when sailing by her leaves warnings to me like these: -"Warning: The ascent of archives in the configuration file has been deactivated php.ini " -"Advertencia: The directory to keep data from session does not exist: /tmp. The sessions will not work until not corriga this error." As I can solve it? For 2? warning already I have put a called folder "tmp" in all "the important" folders. Sabeis that but I must do? Thank you very much by your attention Greetings! Copyright: Babalefish Citizen of US Minor Outlying Islands
Guest Posted April 29, 2006 Posted April 29, 2006 Well done Sparky. For those whose only language is English, here is the translation Copyright: Babalefish In configure.php ( catalog/includes/configure.php ) you can choise to save sessions into a directori or into mysql u can change line 43 define('STORE_SESSIONS', '/'); // leave empty '' for default handler or set to 'mysql' by define('STORE_SESSIONS', '/tmp'); // leave empty '' for default handler or set to 'mysql' to stora in a tmp dirctori or define('STORE_SESSIONS', 'msql'); // leave empty '' for default handler or set to 'mysql' to store in mysql regards.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.