milesj / forum

[Deprecated] A CakePHP plugin for forum / bulletin board systems.
MIT License
131 stars 57 forks source link

Memory Error When Editing Forum #34

Closed robksawyer closed 12 years ago

robksawyer commented 12 years ago

For some reason, I'm getting a memory timeout error when editing/saving forum details.

The page with the issue is: http://mysite.com/admin/forum/stations/edit/1

robksawyer commented 12 years ago

I realized that this is only happening when I use the TwitterBootstrap plugin. So basically when I use the following, the form throws a memory error.

$this->TwitterBootstrap->input

but the following doesn't $this->Form->input

milesj commented 12 years ago

This isn't a forum problem. I would suggest looking into TwitterBootstrap and what it's generating.