草庐IT

undefined-index

全部标签

php - 如何解决 Windows 中的 "Call to undefined function dbase_open() "错误

您好,我想将DBF文件加载到mysql,我正在使用xampp,php版本5.5.6我写了下面的代码,但是我得到错误---Fatalerror:Calltoundefinedfunctiondbase_open()inC:\xampp\htdocs\imports\import_geo.phponline47$dbf=dbase_open('OUTLETS/regions.dbf',0);$num_records=dbase_numrecords($dbf);for($i=1;$iexecute(array(':id'=>$next_brick_id,':type'=>'Region',

php - Laravel: Blade View 中的 undefined variable

这是AdminController.php:$images]);}}这是admin.blade.php:@extends('template')@section('title')AdminPage@endsection@section('header')@endsection@section('main')@if(Auth::check())@foreach($imagesas$image)id}}'>{{$image->content}}id}}/delete"method="post">Deletecaptionid}}/approve"method="post">Acceptim

php - Laravel 5.1 在运行 'undefined index: http_host ' 时给出 'php artisan serve'

我用5.4版学习了laravel6个月。然后我安装了最新的xampp。但现在我开始从事一个基于laravel5.1的项目。但是当我想运行应用程序时,它给了我错误(undefinedindex:http_host)!我怎样才能找到错误的来源?我该如何解决这个问题?我在网上搜索但没有找到任何成果。你能帮我吗?存储/log.php:[2017-07-1821:55:50]local.ERROR:ErrorException:Undefinedindex:HTTP_HOSTinH:\Current\school\school\app\Providers\AppServiceProvider.p

PHP CLASS undefined variable (但已定义)

这个问题在这里已经有了答案:"Notice:Undefinedvariable","Notice:Undefinedindex","Warning:Undefinedarraykey",and"Notice:Undefinedoffset"usingPHP(29个答案)关闭5年前。我只是想不通为什么会出现这个错误:Notice:Undefinedvariable:authTimein/.../classname.class.phponline33classClassName{private$authTime=null;constAPI_URL='...';constCLIENT_ID=

php - undefined variable : editor (View:/home/marco/prova/resources/views/home. blade.php)

我有一个问题,Blade找不到变量:编辑器。这是我的Controller的功能。publicfunctionHomeText(){$data=[];$data['editor']=Editore::get();returnview('home')->with($data);}这些是文件blade.php中的说明:@foreach($editoras$editore){{$editore->id_editore,$editore->nome_editore}}@endforeach错误是什么?我希望你能帮助我!我是Laravel的新手,我想了解我哪里错了。 最

PHP 7.2.7 : Attempted to call an undefined method named "setEncryptionName" of class "ZipArchive"

我正在尝试使用PHP7.2.7创建一个加密的、受密码保护的ZIP文件。但是,我收到以下错误消息:Attemptedtocallanundefinedmethodnamed"setEncryptionName"ofclass"ZipArchive".http://php.net/manual/en/ziparchive.setencryptionname.php如果我删除$zip->setEncryptionName()那么一切都会100%,除了ZIP文件没有密码保护。我在Google和论坛上进行了搜索,但找不到遇到过类似问题的人,可能是因为PHP版本和功能仍然太新。

php - 新的 Laravel 安装 v 5.4 index.php 抛出解析错误。 PHP 7.2.10-0ubuntu0.18.04.1

这个问题在这里已经有了答案:PHPparse/syntaxerrors;andhowtosolvethem(20个答案)关闭4年前。在DigitalOcean、Ubuntu上安装新的Laravel。当前PhP安装。Apache2可以正常访问Php,因为我添加了几行代码来吐出错误。这是输出:解析错误:语法错误,/var/www/html/blog/vendor/laravel/framework/src/Illuminate/Support/Arr.php第388行出现意外的'='publicstaticfunctionpluck($array,$value,$key=null){$re

解决报错:Uncaught TypeError: Cannot read properties of undefined (reading ‘install‘)

在做vue2项目时出现如下错误,页面空白且控制台出现如下错误:报错内容:UncaughtTypeError:Cannotreadpropertiesofundefined(reading'install')  atVue.use(vue.runtime.esm.js?c320:5709:1)  ateval(index.js?5aa4:7:1)  at./src/router/index.js(app.js:491:1)  at__webpack_require__(app.js:584:33)  atfn(app.js:818:21)  ateval(main.js:4:65)  at./s

php - 绕过 index.php 文件

我有点小问题。我目前正在为正在运行的网站添加一个网站。现在当前的网站是用一个我无法识别的随机框架编写的,并且由于添加的内容相当广泛,我正在使用CodeIgniter从头开始​​。现在我将我的文件添加到服务器中,前导文件名为“business.php”。调用我的页面与“www.mysite.com/business.php”配合使用效果很好,但是当我尝试使用“www.site.co/business.php/myController”之类的CI调用来调用Controller时,出现错误服务器默认首先调用index.php文件,并且有另一种处理URI的方法。谁能告诉我如何绕过原始文件?tn

php - Javascript 中的 JSON 对象 "undefined"错误

我正在使用PHP上传文件,并希望将文件名和文件状态返回给javascript。在PHP中,我通过以下方式创建json对象:$value=array('result'=>$result,'fileName'=>$_FILES['myfile']['name']);print_r($value);$uploadData=json_encode($value);这将创建json对象。然后我将它发送到javascript中的一个函数,并将它作为一个名为fileStatus的变量接收。alert(fileStatus);显示{"result":"success","fileName":"cake