Re: Cake 3 RC1 aura intl problem

2015-01-14 Thread HVan
More info: it's very intermittent. Sometimes it shows, sometimes it doesn't. When it shows, if I refresh page, it will go away. It's a series of 3 messages: Aura\Intl\Exception: Package 'debug_kit' with locale 'en_US_POSIX' is not registered. in /var/www/providerlock/trunk/vendor/aura/intl/src

Re: Cake 3 RC1 aura intl problem

2015-01-14 Thread HVan
I should also mention it only appears sometimes - such as when an error occurs or when I"m saving something to database. It doesn't appear when rendering a view. Here's the track: Call Stack#TimeMemoryFunctionLocation10.0011239416{main}( )../index.php*:*02 0.0758943384Cake\Routing\Dispatcher->di

Cake 3 RC1 aura intl problem

2015-01-14 Thread HVan
Can't figure why I'm having this problem: Aura\Intl\Exception: Package 'cake' with locale 'en_US' is not registered. in /vendor/aura/intl/src/Aura/Intl/PackageLocator.php on line *96* I'm having that problem with debug_kit as well. I've just literally created a project from scratch with compos

Cake 2.x can not find Applet JAR

2015-01-14 Thread Rodolfo Azevedo
Hi, I am triyng to execute an applet, but always show that class was not found. I think that I do not know where put my jars. Here my code in page: http://java.sun.com/update/1.5.0/jinstall-1_5-windows-i586.cab#Version=5,0,0,5"; width="130" height="25" name="AssinaturaApplet">

Re: CakePHP 2.0 authentication(login) without ctp files but other types

2015-01-14 Thread John Andersen
Use the password hasher to hash your password, then save it instead of "123" and it should work. See the CakePHP book at this location for the password hasher: http://book.cakephp.org/2.0/en/core-libraries/components/authentication.html#hashing-passwords Enjoy, John On Sunday, 11 January 2015 1

Re: URL rewriting is not properly configured on your server

2015-01-14 Thread Marcelo F Andrade
On Tue, Jan 13, 2015 at 1:31 AM, Anchit Jindal wrote: > The thing which look suspicious to me is that the following files in root > folder are named incorrectly: > > .htaccess is named as _htaccess > > When I tried to rename these files according to their correct name, it gave > 'Internal Server E

When to use appcontroller

2015-01-14 Thread Ben Merton
I'm wanting to make certain variables (counts of various records) to be used on most views in my app. Currently I'm both loading each relevant model and doing the count operation to create the variable I want to pass to my views within the appcontroller as it will then be available to every vie

Re: CakePHP 3: 2 Qs - Response From Filter & Helper Constructor

2015-01-14 Thread José Lorenzo
Can you make sure your filter is being called? Like putting a die() inside it On Wednesday, January 14, 2015 at 12:57:03 AM UTC+1, Chris White wrote: > > Oh, and that was a simple anonymization error on my part in the post. The > response data is fine. > -- Like Us on FaceBook https://www.face