关于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

AI Hentai Generator
Generate AI Hentai for free.

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.

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

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

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 ?

CakePHP is an open source web application framework built on the PHP language that simplifies the development process of web applications. In CakePHP, processing file uploads is a common requirement. Whether it is uploading avatars, pictures or documents, the corresponding functions need to be implemented in the program. This article will introduce how to handle file uploads in CakePHP and some precautions. Processing uploaded files in Controller In CakePHP, uploaded files are usually processed in Cont

Using Twig in CakePHP is a way to separate templates and views, making the code more modular and maintainable. This article will introduce how to use Twig in CakePHP. 1. Install Twig. First install the Twig library in the project. You can use Composer to complete this task. Run the following command in the console: composerrequire "twig/twig:^2.0" This command will be displayed in the project's vendor

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
