The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
0answers
86 views

Laravel: Call to undefined function Symfony\Component\Console\mb_convert_variables()?

I'm running a vanilla Amazon EC2 server. I installed PHP 5.5.21 myself. My web application is built on Laravel. For weeks, everything was working flawlessly. Now, however, when running the Laravel ...
0
votes
2answers
22 views

Error: [ng:areq] Argument 'announcementCtrl' is not a function, got undefined

I am getting this error that 'announcementCtrl' is not a function? Can someone please tell me what I am doing wrong here. It clearly is defined so what's happening? This is my javascript: ...
-2
votes
0answers
26 views

Matlab code help: Undefined function 'x_vals' for input arguments of type 'double'

Here is an example Gauss Elimination code I came across to solve a predetermined system of equations. However I'm stuck because whenever I try and access x_vals I receive the error: 'Undefined ...
0
votes
1answer
48 views

Uncaught TypeError: undefined is not a function for window.location.pathname

I keep getting Uncaught TypeError: undefined is not a function for the following code: var jay = /^(\/gallery\/P[\w\dåäö\/]+)$/; if(window.location.pathname.test(jay)) { // It complains about this ...
1
vote
2answers
55 views

Remove and re-add a function javascript?

How would I re-add a function so far I've done addSplatter = undefined; now this works perfectly for removing the function/breaking it so it doesn't do the function anymore but how would I re-add the ...
0
votes
1answer
53 views

Undefined is not a function & dependency injection

New to AngularJs I'm trying to train by building a single page Todo Application. The problem is, I'm having trouble loading a localStorage factory I'm trying to use for this. At the moment i'm stuck ...
0
votes
1answer
96 views

BarcodeScanner MWBInitDecoder Javascript: Undefined is not a function

I am an iOS developer with very little Javascript experience. However, I am stuck with a problem to get a phone gap application running which is supposed to scan barcode. I am getting an error when ...
0
votes
1answer
80 views

Undefined function in lisp

I am writing a lisp function and I keep getting EVAL - undefined function x when I try to return the value of x from the function. (defun p+ (x y) (recurcollect (gluelist x y) '())) (defun ...
0
votes
1answer
90 views

Rails 4 chaining scope

I would like to reuse a scope I defined, but it returns an array. scope :currents, -> { (where('started_at < NOW()') | where('started_at' => nil)) & where('ended_at > NOW()') & ...
-1
votes
1answer
43 views

JavaScript: Defined Function Undefined

So I have this JS: document.getElementById("config2").addEventListener("click", function(){ config3(); console.log("In Function config.onclick()..."); }); function config3() { ...
0
votes
1answer
41 views

jQuery undefined function in wordpress plugin which creates a fullCalendar

I am creating a plugin which uses the jQuery fullCalender. The code appears to all be working fine however when the page fully loads and my shortcode populates its appropriate html and javascript I ...
0
votes
0answers
61 views

Fatal error: Call to undefined method JSite::get()

Am using ja-university joomla3 template and i installed a component which created through online component creator. I have seen the error 'Fatal error: Call to undefined method JSite::get()' raised ...
0
votes
1answer
57 views

Cannot call toFixed on a number variable

I am receiving the follow error in my Console : " Uncaught TypeError: undefined is not a function " <script> //name : calculateResult()--> function calculateResult() { ...
8
votes
1answer
129 views

Are all unused undefined methods allowed?

Here’s a class with an undefined method. It seems compilers allow instances of this class to be constructed, so long as the undefined member function is never called: struct A { void foo(); }; ...
2
votes
2answers
360 views

Cloud9 cURL not working

I was just fiddling with php on cloud9 the other day and I can upon this problem that cURL did not seem to be working. When you make a php workspace in cloud9, there is autocomplete for cURL so they ...
0
votes
2answers
45 views

load PHP extension module failed

What I would like is to build a *.so , then make it as a PHP extenstion module and call the functions in the *.so via PHP. My step is as below: Build the C library under linux, first Create the ...
0
votes
2answers
33 views

Error when calling a method in a setInterval [duplicate]

I am having trouble calling methods in a setInterval... Here is a snippet of my code... var example = function(){ this.animate = function(){ console.log("Animate."); } ...
0
votes
0answers
130 views

Undefined function after AJAX Request

I have a problem a bit boring ... I currently work with version 1.5 of jQuery (I can not go over because of certain constraints). I have in my project, the SCEditor library, and it works very well. ...
0
votes
1answer
73 views

Backbone View: function is undefined

I want to build a simple backbone app for depositing and withdrawing funds via Stripe. Since a lot of the functionality is common, I placed that in a Stripe view, and extend the Deposit and Withdraw ...
0
votes
1answer
6k views

Uncaught TypeError: undefined is not a function (jQuery & jQuery UI)

I am trying to use the jQuery UI autocomplete widget but I'm getting the following error in Google Chrome: Uncaught TypeError: undefined is not a function jquery-ui.min.js:7 e.widget.refresh ...
0
votes
2answers
2k views

Bootstrap Form with jQuery Validation does not work, Throws undefined function error in jQuery

I am stuck with jQuery validation on a Bootstrap page. I have tied my fields on a Bootstrap styled page with the jQuery validator, and I have set the onfocusout to true so that I get instant feedback. ...
0
votes
1answer
350 views

Call to undefined function in GetEntityManager() in cli-config.php

I tried installing doctrine2 orm from composer, it was successfull, I setup my bootstrap.php as shown below <?php define('DS', DIRECTORY_SEPARATOR); define('ROOT', dirname(dirname(__FILE__))); // ...
0
votes
0answers
123 views

How to fix Backbone.js ToDo MVC error

I am getting "uncaught error - aap.js line #18 where undefined is not a function for the following set of code: html: <!DOCTYPE html> <html> <head> <meta ...
0
votes
0answers
42 views

PHP: Reading a file which contains an undefined function?

Stumbled across a bit of an annoying problem. I have a need to pull a specific line of text out of a php file programmatically. (Its a plugin version number within a comment) Seems straightforward ...
0
votes
0answers
556 views

Fatal error: Call to undefined function mssql_connect()

So I have mssql setup on a VPS. for some reason I can't connect remotely using this code: <?php $link = mssql_connect('74.###.###.###', 'sa', 'p4sSw0Rd!'); f (!$link) { die('Something went wrong ...
0
votes
1answer
67 views

JavaScript Prototype: An Interesting Object has no method Error

I'm making an HTML5 game and thinking 15 levels for it. I have an levels class that include level objects. This is the code part of it. function levels(){ this.allLevels=[]; ...
0
votes
2answers
164 views

Uncaught ReferenceError: loadData is not defined! Why doesn't it recognize my function?

I got this javascript code that i'm trying to call from my html by using a button type with an onclick=function. Unfortunately it gives me the error: function "loadData()" is undefined and I don't ...
0
votes
1answer
306 views

Trying to solve ODE system in MATLAB yields the following error: “Undefined function 'exist' for input arguments of type 'cell'”

I'm having a bit of difficulties when I try to solve an ODE system of two equations in MATLAB. The code I am using is the following: x0=-1; %Initial condition for variable x y0=-10; ...
1
vote
2answers
70 views

Php function calling, Undefined function error

Earlier I have a form that ask user to upload a picture and I have this function: function fileUploaded() { $fileName = $_FILES ['picture'] ['name']; $pathOfFile = "/images/"; ...
7
votes
1answer
6k views

Call to undefined function password_hash() [closed]

I am running php version 5.4.16 on localhost right now, while I am developing my site. I want to use password_hash(), but I keep getting this error: Fatal error: Call to undefined function ...
0
votes
1answer
51 views

Call to undefined method user::get_articles()

I'm pretty new to PHP and was doing fine until I hit this brick wall. Any help would be greatly appreciated. Actually, it was a simple miscommunication issue with my partner... he changed the ...
0
votes
4answers
809 views

Error error C3861: 'cvPyrSegmentation': identifier not found

Could you please help me???Getting an error when executing coding below. I'm a newbie using OpenCV. My teacher is Mr. Google and you guys who expert in this field. IntelliSense: identifier ...
0
votes
1answer
5k views

Undefined function or method xxx for input arguments of type 'double'

So I looked around to figure out what causes this error, and people keep on listing the culprit being matlab not knowing the directory path of the function. I checked and that doesn't seem to be the ...
-1
votes
2answers
768 views

Undefined function error in LISP

I am working on a Lisp program that contains code to read in the dimensions of boxes and then sort them from shortest to longest lengths (and set each of these new lengths as new variables). When I ...
2
votes
1answer
460 views

Showing fatal error call to undefined function _e() in wordpress

Please help me out I have added a search box widget to my site http://www.immostwanted.com. And when I am trying to search some item it is showing the error as Fatal error: Call to undefined function ...
0
votes
2answers
103 views

Inexplicable “Undefined is not a function” error — caused by “getElementsById”

I have spent the last few hours trying to debug this Javascript. The first if block executes just fine, but when I try to execute the second if statement, I get an "undefined is not a function" error ...
-3
votes
1answer
295 views

Fatal error: Call to undefined function in file.php error / defined function

I have a site which is developed in 2007. I have been using this website with no problem, but recently I am having a php error like below: Fatal error: Call to undefined function getTitle() in ...
0
votes
1answer
350 views

function declaring object in array is undefined — NO! its not!-?

heres my code: function insertMonsters() { var monsterPositions = [2,8,13,15,22]; for ( var i in monsterPositions ) { monsters[i] = createMonster("monster",monsterPositions[i],1); ...
0
votes
0answers
433 views

PHP gd library apparently installed but not functioning

I can’t get gd library (php_gd2.dll) working with windows8x64, localhost running php5.5 on Apache 2.4. I commented out the ";" in "php.ini" file located in the main php installation directory and ...
1
vote
1answer
183 views

Android NDK: no error or warning when calling undeclared function

I'm building a library in C with the Android NDK which links to some static libraries provided by another team. If I call a function that's defined in one of those libraries, but not declared by any ...
0
votes
2answers
1k views

Undefined javascript function in MVC view

I have a simple javascript function function SayTest() { alert("test"); } I include the javascript file in my MVC 4 view <script type="javascript" ...
0
votes
1answer
210 views

Attempt to reference field of non-structure array - train svm model

Hi stackoverflow world, So I am attempting to run some data through an svm train model and I am running into the following error: Undefined function or variable 'bestc'. Error in ...
0
votes
3answers
72 views

Functions are undefined

I am trying to create a data management application, but instead of a Windows-based solution or using WebSQL, i am using IndexedDB. I am pretty new to it but I believe I have covered the basis in this ...
-4
votes
2answers
104 views

Strange Error, work in one server but not in the other [closed]

The code bellow, while works in one server doesn't work to another abstract class XCTemplate { private static $_instances = array(); public static function Instance($params = array()) ...
1
vote
2answers
134 views

Vanilla JavaScript with Function, function not defined

$(function() { var script = document.createElement('script'); script.id="filepicker"; script.type="text/javascript"; script.src="//api.filepicker.io/v1/filepicker.js"; var ...
6
votes
2answers
6k views

pcntl_fork() returning, Fatal error: Call to undefined function pcntl_fork()

I'm trying to fork a command line run XAMPP php process using pcntl_fork(). When I run the command below: $pid = pcntl_fork(); if($pid == -1){ file_put_contents('testlog.log',"\r\nFork ...
0
votes
1answer
153 views

Call to undefined function openssl_public_decrypt, mcrypt installed

I try to make a local copy of a wordpress site. I'm using xampp, and everything went just fine up to this error: Fatal error: Call to undefined function openssl_public_decrypt() in ...
0
votes
1answer
358 views

Math functions undefined although present in the Borland C++ Builder 6 help under Math unit

I want to use the function Sign() in a Borland C++ Builder 6 application. I cannot however find the correct header file. When I use this function I get a compiler error saying undefined symbol, Sign. ...
0
votes
1answer
770 views

undefined reference to functions declared in lindo.h

I have the same problem described in this post: undefined reference to function declared in *.h file, c language I am writing a C/C++ project Using Eclipse. How can I solve the same problem? I ...
0
votes
2answers
77 views

Java Script Function is not Defined

I am getting the following error from the chrome developer tool Uncaught ReferenceError: searchRequests is not defined searchProcess.php:174 onclick. When I click on hyperlink produced from ...