sjmagain Posted June 28, 2008 Report Share Posted June 28, 2008 When I try to run phpMyAdmin, I get the following: Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly. The error log shows: - [sat Jun 28 19:48:51 2008] [error] [client 127.0.0.1] PHP Warning: session_start() [function.session-start]: open(/tmp/\\sess_ov4uim9hrsfg8mod07sqomt2q6, O_RDWR) failed: No such file or directory (2) in W:\\home\\admin\\www\\phpMyAdmin\\libraries\\session.inc.php on line 100, referer: http://localhost/apanel/navigation.php Any help would be greatly appreciated! Sue Quote Link to comment Share on other sites More sharing options...
olajideolaolorun Posted June 30, 2008 Report Share Posted June 30, 2008 Is this fixed also? If not, check and make sure you have a directory under udrive called /tmp If not, create a directory under udrive called 'tmp'. /udrive/tmp/ Try it and let me know. Quote Best Regards Olajide Olaolorun The Uniform Server Development Team Link to comment Share on other sites More sharing options...
sjmagain Posted June 30, 2008 Author Report Share Posted June 30, 2008 It appears to be working now. THANK YOU!!! Quote Link to comment Share on other sites More sharing options...
jacob lee Posted July 1, 2008 Report Share Posted July 1, 2008 open(/tmp/\\sess_ov4uim9hrsfg8mod07sqomt2q6, O_RDWR) failed: No such file or directory it might be the configuration of temporary file path is wrong. /tmp/sess... or /tmp\\sess... is right but /tmp/\\sess... has double directory separator. Quote Link to comment Share on other sites More sharing options...
olajideolaolorun Posted July 1, 2008 Report Share Posted July 1, 2008 No, i think his problem was the fact that he used an extractor that dont extract empty folders so that caused it not to create the tmp folder. Quote Best Regards Olajide Olaolorun The Uniform Server Development Team Link to comment Share on other sites More sharing options...
jacob lee Posted July 1, 2008 Report Share Posted July 1, 2008 You are right. 100% agree. my only concern is why the error message gives double directory separator. that's it. Quote Link to comment Share on other sites More sharing options...
olajideolaolorun Posted July 1, 2008 Report Share Posted July 1, 2008 Yeah i wondered the same... :) 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.