bmcclure / CakePHP-Media-Plugin

A CakePHP (2.0) plugin enabling transfer/manipulation/embedding of files in 23 ways.
Other
60 stars 24 forks source link

Incorect config file include in shell #14

Closed andydhobbs closed 11 years ago

andydhobbs commented 12 years ago

In MediaShell.php the config is required() but the file being required is core.php. I believe this should be bootstrap.php?

bmcclure commented 12 years ago

You're right, thanks very much for pointing that out. I've been updating Media and getting it set up for a new project of mine and overlooked that when changing core.php to bootstrap.php.

I'll get that fixed in the next commit. Thanks again!

AppSynergy commented 11 years ago

README + docs should be updated to reflect this too!

bmcclure commented 11 years ago

After briefly looking over the current MediaShell.php code, I don't think this applies any longer (neither core.php nor bootstrap.php are referenced from MediaShell.php currently). Apologies this didn't get resolved earlier, and please do let me know if you still run into an issue with this.