hello
I hope someone can help me out here.
i have no clue why i see these warnings on my frontpage.
http://www.kerdgar.org/index.phpI had joomla 1.0.15 and deleted everything from FTP and DB and also asked my providers to delete what ever needs to be deleted. Now im trying to install 1.5.7 but the above warning message is all over backend and viewable on front page.
Everything during installation was just fine. I donno why I get those errors/warnings.
Do i have to make an attempt like described below?
thanx
DeanMarshall wrote:
Hi,
You need to ask your host to make the session_save_path writable.
If they wont you can try this.
Create a sub-folder called sessions in the same folder as the configuration.php file.
Find out the location of your Joomla folder by reading the $mosConfig_absolute_path entry from your configuration.php file.
Take the path from within the quotes on that line.
Put that value between the quotes on this line
session_save_path('');
and add a /sessions on the end of that entry - still inside the quotes.
It should look something like this session_save_path('/path/to/joomla/sessions'); but your actual path will be different.
Place that line (with your path) with the other settings in configuration.php - on its own line.
Hope that helps.
Dean.
PS! i know that this thread is for 1.0.x issues but I made a thread in the proper forum and they referred to here, that´s why i ask this here.
my original post is
HERE