Hello,
I don't really like the Error list window, I prefer to use the Output window.
The only way I can hide the Error list window is to make it floating and to put it as a small popup window in a window corner
Thanks!
-Claudio
...
Hi all,
I have a script that creates a thumbnail out of an uploaded image. it works fine with jpgs, but gives me an error
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 26250000 bytes)
when I upload a png image.
The script is:
//create thumbnail; $modwidth and height are calculated in another pa...
My app seems to randomly be throwing a "undefined method `map' for nil:NilClass" error when users are trying to update their profile.
But what's weird is it's saying the error happens on update, but the error line is actually in a view.
Full error:
users#update (ActionView::TemplateError) "undefined method `map' for nil:NilClass"
On...
Hi Friends,
I have created a new iPhone application.I have two mach machines. I have created the certificate for running application in iPhone in one mac. Can I use the other mac for running the application in iPhone. But when I try to do so I get an error "Codesign error:Code signing is required for product type "Application" in SDK De...
I'm trying to update a Total: (span.wrap p span) field at the bottom of a form using jQuery.
I have a few checkboxes, each of which has an associated price contained within the title attribute like so: title="$2".
I'd the Total: field to update dynamically when the user clicks a checkbox. Here is the script I have, but it's throwing a ...
Hi
I am using Spring and at application-context.xml file; i have definations like :
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:util="http://www.springframework.org/schema/util"
xmlns:context="http://www.springfram...
Hello, here is my error:
Parse error: syntax error, unexpected
T_STRING, expecting T_OLD_FUNCTION or
T_FUNCTION or T_VAR or '}' in
/home3/*/www/modules/mysql_worker.php
on line 9
Here is file mysql_worker.php
http://pastie.org/697284
...
I am getting the following error in one of my php file
Parse error: syntax error, unexpected $end in /home/qualitet/public_html/game/create.php on line 1
What could be the problem? I checked all the if else.
...
Having performed some refactoring I am now finding that NCoverExplorer is unable to merge my test results. With NCover and NCoverExplorer v3.2.2 the merge appeared to work, but NCoverExplorer would fail to open the merged file with an error suggesting that the file didn't exist or couldn't be opened (which it did and could).
So I tried ...
Hi all ok I'm not a .net developer I'm from a PHP, python background and I'm not sure what to do with this.
I have the following error when trying to load one of our sites. Please can someone help
[ArgumentException: Illegal characters in path.]
System.IO.Path.CheckInvalidPathChars(String path) +7491109
System.IO.Path.GetFileNa...
I am trying to Execute the below services using System.Web.Client and I passed the SAOP message in this format.
but when I say Upload String it gives me error
Error:
Exception calling "UploadString" with "2" argument(s): "The remote server returned an error: (500) Internal Server Error."
At :line:28 char:46
+ (new-object System.Net.WebC...
I've got a distributed deployment of ±20 clients using the same stored procedure to create a record and then attach detail records. We've noticed gaps in the identity fields of the master record. We are not using a transaction in this instance so the only reason we can come up with for the gaps is that one of the developers is swallowing...
Hey peepz! I have this footer image, that I want to align to the bottom of the stage, however I'm getting errors.
As you can see I have an ADDED_TO_STAGE listener in the constructor function.
package src.display{
import flash.text.*;
import flash.display.*;
import flash.geom.Matrix;
import flash.events.Event;
public class Frame exten...
#include<string>
using namespace std;
int main(){
const int SIZE=50;
int count=0;
ifstream fin("phoneData.txt");
ofstream fout("phoneList.txt");
string firstName, lastName, phoneNumber;
if (!fin){
cout<<"Error opening file. program ending."<<endl;
return 0;
}
while (count<SIZE && fin>>phoneNumbe...
I'm seeing the following exception in my managed (C#) app calling an unmanaged assembly:
Caught:System.IO.FileLoadException 'A dynamic link library (DLL) initialization routine failed. (Exception from HRESULT: 0x8007045A)'
What does this HRESULT mean, and where should I start in diagnosing this?
...
I'm working on a program right now that calls the script mail.php located in /var/www/vhosts/company/httpdocs. mail.php is trying to execute require_once dirname(__FILE__).'/../pear/Mail.php' to do an smtp send and the require_once is failing. My PEAR directory's located in /var/www/vhosts/company/pear. I then tried to add /var/www/vhost...
I am using asp.net 2.0 and IIS 7 on vista 64 bit.
everytime, when i try to open page in browser, i get following error.
Access is denied.
Description: An error occurred while accessing the resources required to serve this request. You might not have permission to view the requested resources.
Error message 401.3: You do not have perm...
I have an asp.net web application .I have a web.config in the root which will take care about the application related settings. as per my web.config,the site will not show any error messages to the end user,instead it will show a friendly error page. I have few sub direcorties in the root .Can i show error information in screen for fil...
I'm getting this error while trying to run sample codes in CUDA SDK. I have CUDA 2.3 and Visual studio 2008
LINK : fatal error LNK1181: cannot open input file 'cutil32D.lib'
Any pointers how to solve this?
...
Been banging my head agains the wall for awhile now.
My Xcode project went a little haywire while refactoring, and refused to build. I've squashed all the other errors, except one last linktime error:
Framework not found AudioUnit
I have the AudioUnit headers, the AudioUnit.framework is included in my project as it was before (Targets...