phpMyAdmin appears cannot start session without errors problem solving method phpmyadminerrors_php Tutorial

Source: Internet
Author: User

phpMyAdmin appears cannot start session without errors problem solving method, phpmyadminerrors


phpMyAdmin problem, the total kept error.
Copy the Code code as follows: Cannot start session without errors, please check errors given in your PHP and/or webserver log file an D Configure your PHP installation properly.

The configuration file was changed to a mess, and the restart of IIS to restart MySQL was not resolved.

But sometimes, but there is no problem, I can not think of the side of the problem ...

Later casually, finally a blind cat ran into a dead mouse.

This problem is due to the permissions of the session to store the directory.

The Internet Guest account must have control permissions to the Session directory.

The Internet Guest account is an account that starts with IUSR.

Due to XP, the folder properties option by default is not found in the "Security" tab (Win2003, as long as the right-click folder can be set), processing methods:

Folder Options-View-Remove the tick of "Simple File sharing"! Again right-click Folder properties, security options appear. Add IUSR, set its permissions (Full Control)

Open phpmyadmin,ok!

First: In the directory of PHP to create a folder TMP, this has permissions to the problem, if it is NTFS partition, it is necessary to add Evryone control permissions, otherwise it is useless.

Second: in php.ini find Session.save_path this line, set to Session.save_path = "c:/php/tmp" to remove the semicolon. Note here that there are three session.save_path in the php.ini, and if only one place is changed, it will not work.

Change the value of Session.auto_start in php.ini to 1 (start), default is 0 (disabled),
Finally, it is found in the phpMyAdmin, config.sample.inc.php, changed to config.inc.php, find $cfg [' Blowfish_secret '] will be the subsequent assignment, adding a combination of numbers and letters. After all the modifications, restart IIS or Apach, you can see the familiar phpMyAdmin landing interface.


phpMyAdmin The following problem occurred, cannot start session without errors


Phpmyadmin-error cannot start session without errors

first: in the PHP directory to create a folder TMP, this has the permissions of the problem, if it is NTFS partition, it is necessary to add Evryone control permissions, otherwise it is useless.
Second: In php.ini find Session.save_path this line, set to Session.save_path = "c:/php/tmp" get the semicolon off. Note here that there are three session.save_path in the php.ini, and if only one place is changed, it will not work.

Changes the value of Session.auto_start in php.ini to 1 (start), the default is 0 (disabled),

Finally, is found in phpMyAdmin, config.sample.inc.php, Change to config.inc.php and find $cfg [' Blowfish_secret '] adds the following assignment, adding a combination of numbers and letters. After all the modifications, restart IIS or Apach, you can see the familiar phpMyAdmin landing interface.

You refer to
 

http://www.bkjia.com/PHPjc/863851.html www.bkjia.com true http://www.bkjia.com/PHPjc/863851.html techarticle phpMyAdmin appear cannot start session without errors problem resolution, phpmyadminerrors phpmyadmin problems, total kept error. Copy the code code as follows: Cannot start Sess ...

  • 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.