hey guys,
i am really wanting to get joomla installed on my dedicated server so i can start to try and learn it but i am having problems installing it, i have tried a fair few things but nothing has worked yet.
my setup is a dedicated server with windows 2003 and IIS6 installed.
when i upload the joomla directory to the server or put it direct by remoting into the server when i go to the install first thing i see on the screen is this:
Code:
Warning: session_start(): open(C:\PHP\sessiondata\sess_78ac9881b78726f2fb5c194667f74021, O_RDWR) failed: No such file or directory (2) in C:\Home\t\i\tigertest\www\libraries\joomla\session\session.php on line 412
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at C:\Home\t\i\tigertest\www\libraries\joomla\session\session.php:412) in C:\Home\t\i\tigertest\www\libraries\joomla\session\session.php on line 412
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at C:\Home\t\i\tigertest\www\libraries\joomla\session\session.php:412) in C:\Home\t\i\tigertest\www\libraries\joomla\session\session.php on line 412
Warning: Cannot modify header information - headers already sent by (output started at C:\Home\t\i\tigertest\www\libraries\joomla\session\session.php:412) in C:\Home\t\i\tigertest\www\libraries\joomla\session\session.php on line 415
then under that we have the lanague selection ( which btw on mine is defaulted to the US which i thought it would be default UK :S) then when i click next i get:
Code:
Cookies do not appear to be enabled on your browser client. You will not be able to install the application with this feature disabled. Alternatively, there could also be a problem with the server's session.save_path. If this is the case, please consult your hosting provider if you don't know how to check or fix this yourself.
so i do some reading regarding session.save_path and see a few other people having problems and that it needs to be changed in the php.ini
so i log into my server and i have 2 different php.ini one is in c:\PHP and the other is C:\windows i am guess the one i need to edit is the one in c:\windows..
anyway so i find the session.save_path and un comment it. which does nothing ( after restarting iis ofc)
then i watched that video on how to install it (the one in another topic up there somewhere ^^)
so i then made a folder in my home directory called sessions and pointed the session.save_path to that folder in the php.ini.
still no joy, so i make a new folder in the same directory that joomla is installed into and change php.ini again still no joy:*(
i cant work it out here is a snippet of my php.ini
Code:
; Argument passed to save_handler. In the case of files, this is the path
; where data files are stored. Note: Windows users have to change this
; variable in order to use PHP's session functions.
; As of PHP 4.0.1, you can define the path as:
; where N is an integer. Instead of storing all the session files in
; /path, what this will do is use subdirectories N-levels deep, and
; store the session data in those directories. This is useful if you
; or your OS have problems with lots of files in one directory, and is
; a more efficient layout for servers that handle lots of sessions.
; NOTE 1: PHP will not create this directory structure automatically.
; You can use the script in the ext/session dir for that purpose.
; NOTE 2: See the section on garbage collection below if you choose to
; use subdirectories for session storage
session.save_path = C:\Home\t\i\tigertest\www\sessions
any help would be gratfully recieved
many thanks
Vade