Cache Initiation

2013-05-13 Thread BarbarianGeek
When and where during application startup does the Cache get initiated and the $_map property of App.php get set? I can't figure out where this gets initiated and a lot of my paths are misconfigured when I run a console shell. Its probably some weird configuration I have incorrectly set so I wa

Deleting Media Plugin attachments

2012-05-30 Thread BarbarianGeek
I'm using Media Plugin with 2.1 is the "monolithic" setup (i.e. using the Polymorphic behavior). For this I have a Project that hasMany Attachments. How do I delete an attachment without deleting the project? I get errors when I try to use $this->Project->Attachment->find(). -- Our newest sit

Re: Problems with JPGraph

2009-03-04 Thread BarbarianGeek
THANK YOU! My server was set to a 8M memory limit. My dev box was at 128M memory limit. I bumped the production server up to 64M and everything worked. On Feb 26, 10:17 am, Juan Miguel Paredes wrote: > On Fri, Feb 27, 2009 at 9:31 AM, BarbarianGeek > wrote: > > > I haveJP

Problems with JPGraph

2009-02-26 Thread BarbarianGeek
I have JPGraph loaded and creating graphs. I have a development machine and a production machine. I have a page with both a bar graph and a line graph. On the development machine, both graphs render fine. On my production machine, the bar graph will not render but the line graph does. This leav

Unterminated String Literal in Javascript

2009-01-06 Thread BarbarianGeek
I'm working on a tasklist in an application for my job. I'm trying to create something like the lists in Backpack. I have an AJAX request that fires off when a checkbox is clicked (and has evalScript set to true). Javascript is returned but never executes. When I paste the returned javascript int