简体   繁体   English

尝试包含reader.php时出现错误

[英]I am getting an error while trying to include reader.php

I keep getting this error even when I have put reader.php in the same directory. 即使将reader.php放在同一目录中,我仍会收到此错误。

require_once(): Failed opening required 'Spreadsheet/Excel/Reader/OLERead.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/spywgc/reader.php on line 31 require_once():无法在/var/www/spywgc/reader.php中打开所需的'Spreadsheet / Excel / Reader / OLERead.php'(include_path ='。:/ usr / share / php:/ usr / share / pear')失败在第31行

Look at the reader.php file to see of if the path to the OLERead.php file is hard coded to a specific path. 查看reader.php文件,以查看OLERead.php文件的路径是否硬编码为特定路径。 If so, modify the path to reflect where you placed the OLERead.php file. 如果是这样,请修改路径以反映您放置OLERead.php文件的位置。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 尝试连接到本地主机phpmyadmin时出现错误 - I am getting error while trying to connect to localhost phpmyadmin 我在尝试发送电子邮件验证时遇到错误 - I am getting error while trying to send email verification 为什么在尝试加载模型时出现应用程序错误? - Why am I getting Application error while trying to load a model? 尝试在PHP中更新表单时出现SQL错误 - I am getting a SQL error when trying to update a form in PHP 我正在尝试使用 php 在 mysql 中动态插入数据,但出现语法错误 - I am trying to dynamically insert data in mysql using php and i am getting syntax error 我收到包含未能打开PHP包含变量的流错误的信息 - I am getting include failed to open stream error on PHP include with variable 已弃用:在 phpExcelReader\\Excel\\reader.php 中第 261 行不推荐通过引用分配 new 的返回值 - Deprecated: Assigning the return value of new by reference is deprecated in phpExcelReader\Excel\reader.php on line 261 为什么我尝试在php中将一个巨大的整数转换为十六进制时获得输出0? - Why I am getting output 0 while trying to convert a huge integer to hex in php? 尝试在php中发送邮件时出现错误 - Getting error while trying to send mail in php 为什么在尝试使用图形 API 发送电子邮件时出现以下不受支持的媒体错误? - Why I am getting the following unsupported media error while trying to send the email using graph api?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM