DJCheezy Posted June 13, 2007 Report Share Posted June 13, 2007 Ok I am using UniForm Server 3.4For some reason all other forum software works fine but SMF simple machines wont work T_T What exactly does this mean? I'm confused lol. Please inform your host that the session.save_path specified in php.ini is not valid! It needs to be changed to a directory that exists, and is writable by the user PHP is running under. Quote My Website http://www.djcheezy.com/ My Live Radio/Shoutcast Stream (Only active when I have the Shuotcast Server Online) http://www.djcheezy.com:8000/ Link to comment Share on other sites More sharing options...
metaltailz Posted June 14, 2007 Report Share Posted June 14, 2007 It means that in php.ini the variable session.save_path is wrong. To fix this open up php.ini (located w:/usr/local/php) and find the line that says session.save_path you will see multiple of these, if they have a ; before them then ignore them. Find the one without a ;It should look like this:session.save_path = "/tmp" Change it to this:session.save_path = "1;/tmp" Restart the server and try the install again. Quote Link to comment Share on other sites More sharing options...
Ric Posted June 14, 2007 Report Share Posted June 14, 2007 I have just tried your proposed solution and as expected breaks phpMyAdmin. Have tried using phpMyAdmin since making that change? If it has broken phpMyAdmin change the path back to session.save_path = "/tmp" Delete the database that was created and do a fresh install. However before you start the install process copy any old .htaccess file into the folder (smf_1-1-2_install) containing install.php Open the .htaccess file and delete all it’s content now add the following line:php_value session.save_path /tmp/ Save the file and proceed with installation every thing should run smoothly. Quote Link to comment Share on other sites More sharing options...
metaltailz Posted June 14, 2007 Report Share Posted June 14, 2007 Hmm, that's interesting. Thanks for correcting me. Quote Link to comment Share on other sites More sharing options...
DJCheezy Posted June 14, 2007 Author Report Share Posted June 14, 2007 Thanks Ric it works! Quote My Website http://www.djcheezy.com/ My Live Radio/Shoutcast Stream (Only active when I have the Shuotcast Server Online) http://www.djcheezy.com:8000/ Link to comment Share on other sites More sharing options...
olajideolaolorun Posted June 15, 2007 Report Share Posted June 15, 2007 ohhh... I chnaged that also ... but didn't try it, lol. Quote Best Regards Olajide Olaolorun The Uniform Server Development Team Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.