Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

(in spanish) problema :(


aleksin

Recommended Posts

Posted

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!

Posted

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)

Posted

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

  • 2 years later...
Posted
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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...