Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly. error, sessioncheck

Source: Internet
Author: User

Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly. error, sessioncheck

Error message:

 

1. Create a folder tmp in the php Directory. If it is an ntfs partition, you must add the evryone control permission. Otherwise, it is useless.
2. Locate the session. save_path line in php. ini and set it to session. save_path = "C:/php/tmp" to remove the comment semicolon.
3. Change the value of session. auto_start in php. ini to 1 (start). The default value is 0 (Disabled). (optional)
4. Found in phpmyadmin, config. sample. inc. change php to config. inc. in php, find $ cfg ['blowfish _ secret'] and add the value to the next value to a combination of numbers and letters. After all the modifications, restart iis or apach to view the familiar phpmyadmin logon interface. (Optional)


Set PHPMyadmin in PHP

The person who asked the question, you said you have changed to extension = php_mbsting.dll, but still reported an error! Because your file is not pure! Actually, this is really the case! Wrong file name! The correct method is extension = php_mbstring.dll.
 
The following error occurs in phpMyAdmin: Cannot start session without errors

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.