关于failed to open stream: No error的异常
关于failed to open stream: No error的错误
最近用cakephp框架开发一个简单的东西,在公司已经可以使用,可是考到自己的电脑上却总是有很多类似于这样的警告:
SplFileInfo::openFile(F:\PHP\wamp\www\TimeBook\app\tmp\cache\persistent\cake_core_cake_dev_zh-cn) [function.SplFileInfo-openFile]: failed to open stream: No error [CORE\Cake\Cache\Engine\FileEngine.php, line 290]
openFile函数总是打开流失败,这些文件权限我都看过了,都是可读可写的,我用的是wamp环境。
求大家帮忙看看是什么原因,我怀疑跟配置文件相关,我是新手,不太了解环境配置的东西,请各位朋友们帮忙看看吧!
------解决方案--------------------
这应该是配制环境的问题,
------解决方案--------------------
官方有处理方法
http://cakephp.lighthouseapp.com/projects/42648/tickets/851-fopen-warnings

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



In this chapter, we will understand the Environment Variables, General Configuration, Database Configuration and Email Configuration in CakePHP.

Working with database in CakePHP is very easy. We will understand the CRUD (Create, Read, Update, Delete) operations in this chapter.

CakePHP is an open source PHPMVC framework which is widely used in web application development. CakePHP has many features and tools, including a powerful database query builder for interactive performance databases. This query builder allows you to execute SQL queries using object-oriented syntax without having to write cumbersome SQL statements. This article will introduce how to use the database query builder in CakePHP. Establishing a database connection Before using the database query builder, you first need to create a database connection in Ca

Validator can be created by adding the following two lines in the controller.

CakePHP is an open-source framework for PHP. It is intended to make developing, deploying and maintaining applications much easier. CakePHP is based on a MVC-like architecture that is both powerful and easy to grasp. Models, Views, and Controllers gu

To work with date and time in cakephp4, we are going to make use of the available FrozenTime class.

To work on file upload we are going to use the form helper. Here, is an example for file upload.

In this chapter, we are going to learn the following topics related to routing ?
