I have created a droptlet with Plesk and Centos 7 installation on vps and tried to open phpMyAdmin that came with Plesk but I get the issue.
Error during session start; please check your PHP and/or webserver log file and configure your PHP installation properly. Also ensure that cookies are enabled in your browser.
session_start(): open(SESSION_FILE, O_RDWR) failed: No such file or directory (2)
session_start(): Failed to read session data: files (path: @@PMA_TEMP_DIR@@/session)
I have tried changing the session directory to writable directory /tmp as I have searched for the solution but its not working as well.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi @fnaseer4,
Check your php.ini file and where exactly are the sessiones being stored. The exact line in your php.ini file would be
session.save_path = "/path/to/session"
Check the permissions on the mentioned folder and if needed change them so that it’s able to write files in it.
If you are not sure where the php.ini file is, you can create an info.php file and add the following in it
<?php phpinfo(); ?>
and open it in your browser. It will display all your php settings right away.
Kind regards, Kalin
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.