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

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 site

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 juan.pare...@gmail.com wrote: On Fri, Feb 27, 2009 at 9:31 AM, BarbarianGeek barbarian.g...@gmail.com

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