Fatal error: Call to a member function
getArea() on a non-object in
{directory}/includes/src/Mage_Core_Model_App_Area.php
on line 155
Cropped up when I installed an extension that I wrote on a clean install of Magento. When ported to the dev server it took it down and I cant seem to find where it has originated. Disabling the extension…
Suppose you have something like this:
class intlist:
def __init__(self,l = []):
self.l = l
def add(self,a):
self.l.append(a)
def appender(a):
obj = intlist()
obj.add(a)
print obj.l
if __name__ == "__main__":
for i in range(5):
appender(i)
A…
I have a project which builds correctly from the command line. On one of my Macs (10.5) running Xcode 3.1.2, I can load it and build it in the Xcode IDE. On my other Mac (same configuration of software), Xcode sometimes loads the project, but always locks up with a spinning beach ball at some point before the build is done. Sometimes…
I am wondering how to do a simple Javascript log in for my web pages on my dev server. I want it to be very simple, like the ones that pop up when you go to 192.168.1.1 to adjust the settings on your Linksys router.
Any suggestions?
The documentation for Lua for Wireshark claims that the Tvp class has a new_real() method.
However, this method seems to not exist when I try to use it in my Lua script.
I'm using Wireshark 1.3.5 (latest dev version) for Windows x64.
Did the method get renamed? If so, to what? Is there a better support forum for this particular…
I have a question regarding Twitter API. I came across something called "Parameters and Values" in the API console here : http://dev.twitter.com/console. What can I put here ? I want to filter the response of public statuses to only those have the Hashtag #Give .. Can I do that from here ? What language should I use here ?
On my dev setup, the image_tag is mysteriously pointing to my public www server (i.e. computing the image path as http://www.domain.com/images/blah.jpg). Where is this option set?
Hi,
I use prototype since a long time, but for some reason I have to switch to Jquery.
I need to build a layout with resizable parts, I found http://layout.jquery-dev.net/
But I don't like the code generated, inline css is ugly.
Do you know any clean alternative?
Cheers
Hello,
In a JSF page, I am iterating over a list of items provided by a session-scoped backing bean. The list needs to be kept up-to-date, so it is replaced with a fresh list every X minutes by a thread (in a thread-safe way).
On my page, for each item I provide some text inputs and an "Update" button. If the list is…
When I hit F12 (or right-click and select Go To Definition) in Visual Studio on code I don't have the source for, it should bring up a generated metadata file. (Very similar to the Code Definition Window)
This doesn't work when ReSharper (R#) is installed. After R# is installed, the Object Browser opens instead.
I've…
Are there any good OOP languages that you can use on Linux? Obviously Java comes to mind, even running C# under mono.
Looking for a language that can be used for all round development, web dev, desktop, services etc.
Besides Mono C# and Java anything else come to mind?
is there a way to disable visual basic 10 language features in VS 2010.
our Dev team has moved to Visual studio 2010, but we still have to keep backwards compatibility with Visual Studio 2008. is there a way to disable the new language features to avoid any issues.
I'm curious to know what workstation hardware companies are devoting to you, as a developer -- and how much they're spending. I'd consider this thread a big success if I could shed some light on these questions:
Do engineers at big companies use substantially different hardware than engineers at start-ups companies?…
Hi,
I use prototype since a long time, but for some reason I have to switch to Jquery.
I need to build a layout with resizable parts, I found http://layout.jquery-dev.net/
But I don't like the code generated, inline css is ugly.
Do you know any clean alternative? Jquery, Rails plugin or anything else
Cheers
When i try to initialize a 3D array of size 300*300*4 in c programme , my programme stops runnig and reports stack overflow error. my pc has 3GB RAM and disk i am working on also has aboy 3GB free memory which should be sufficeint. Is there any way to increase memory allocated to a programme. I am using Dev c++ on…
Hello
How can i create a dummy design of an application before the actual development starts? How to simulate the UI of the application. After completing the analysis phase do i need to start the design directly using dev tools or can i create some dummies (even images, using Visio or something) with other tools?
…
I have a problem with Jaxb enumerations that is related to this bug
https://jaxb.dev.java.net/issues/show_bug.cgi?id=708
A patch has been supplied to the issue that can resolve the problem.
How can I apply this patch to resolve my problem
When we compile a dll using __stdcall inside visual studio 2008 the compiled function names inside the dll are.
FunctionName
Though when we compile the same dll using GCC using wx-dev-cpp GCC appends the number of paramers the function has, so the name of the function using Dependency walker looks like.
…
Hi folks,
after rotating a label in flex the text still is a little bit blurry. I've made up a small example to show what I mean:
http://pixelpilots.de/dev/testThings/
How can I avoid this? Thanks for any help!!
Trying to get SpecFlow running with a fresh VS2010 Professional install. Created a new console application and added references to NUnit and SpecFlow. Created a SpecFlow feature. The .feature with the default template code is created.
Now I try to run this test, but I don't understand how. When I…
There is some software I want to write a plugin for. The software includes some sample plugins. I want to create a new fresh project but I want to use one of the sample plugin vsproj's project settings as a template.
It doesn't seem very clear on how to do this. If I do "New Project From Existing…
hi all
i want to make a 2 comboBoxes ,the first one shows Hours and the Second Shows minutes but i cant do so in windows application as i have working as a web dev for a while and i forgot so i want to declare listItems then bind it to combo box
i want to make it as a custom control
so i want…
I'm working on a website layout you can find at dev.movingcost.com
In most browsers, everything seems fine... but I'm getting a horizontal scroll bar on the window when viewing the page in IE.
I'm using a fixed width of 960px with auto margins to center the content. I've even tried using…
I am writing an application for iPhone and had some questions regarding eula :-
If I do not include any disclaimer/ eula in my app, then would Apple's standard EULA
http://www.apple.com/legal/internet-services/itunes/appstore/dev/stdeula/
automatically apply to my app ?
If I include a…