Warning: require_once (Zend/Loader. php) [function. require-once]: failed to open stream: No such file or directory in D: \ wamp \ Apache2.2 \ htdocs \ zendframework \ library \ Zend \ Controller \ Dispatcher \ Standard. php on line 24
------ Solution --------------------
Zendframework configuration method
1: Introduce the path of your zendframework package in the include_path file of php. ini, for example, include_path = ".; D: \ xampp \ php \ PEAR; d: wamp \ library"
2: enable the LoadModule rewrite_module modules/mod_rewrite.so module in the apache configuration file.
3: restart the service.
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.