June 28, 200817 yr comment_6533 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 Report
June 30, 200817 yr comment_6538 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. Best Regards Olajide Olaolorun The Uniform Server Development Team Report
July 1, 200817 yr comment_6549 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. Report
July 1, 200817 yr comment_6550 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. Best Regards Olajide Olaolorun The Uniform Server Development Team Report
July 1, 200817 yr comment_6552 You are right. 100% agree. my only concern is why the error message gives double directory separator. that's it. Report
July 1, 200817 yr comment_6553 Yeah i wondered the same... :) Best Regards Olajide Olaolorun The Uniform Server Development Team Report
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.