|
Hi Thomas, thanks for reply, I have read the post on Joomla Forum, but all the articles say to follow this 2 instrunctions: - modify php.ini, or - modify the root .htaccess adding the code line 'php_value session.save_path "/tmp" ' or ' session.save_path= "/tmp" ' I have tried only the second one in both versions. The first option it's not possible because my site is in remote hosting and I can't access the php directory. Now, in .htaccess is present the code ' php_value session.save_path "/tmp" ', but the error remains and continue to signal the directory '/tmp_r' that doesn't exist on web server. I have tryed to create the directory '/tmp_r' with permission chmod 777, and modify the .htaccess with the code line 'php_value session.save_path "/tmp_r" ', but doesn't work. Can you explain why the system look for the directory '/tmp_r' ??? Thanks. |