missing Load plugin [closed] - cakephp

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I already upgrade my cakephp in to the latest one. I also already make some changes due to the migration. But I have this error
Missing Plugin
Error: The application is trying to load a file from the forums plugin
Error: Make sure your plugin forums is in the app\Plugin directory and was loaded
someone please help me.

have you load the plugin from bootstrap.
CakePlugin::loadAll(); // Loads all plugins at once
CakePlugin::load('DebugKit'); //Loads a single plugin named DebugKit

Related

Navigation for beginners (write steps) [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I am totally new with extjs and I would be greatful if you could provide me guides for extjs:
For the most simple: how to download and install extjs
Until how to learn to use it. If there is any video tutorial for beginners.
Start with the documentation:
http://docs.sencha.com/extjs/4.1.1
It includes tutorials, videos etc.

Update from cakephp 1.2 to cakephp 2.2.4 [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I am using cakephp 1.2 up to now. Recently I decided to upgrade all my application from 1.2 to 2.2.4 (latest stable release). Anybody know how I could do this and what to change? Also I am using a single cake folder shared all the website (Advance installation).
You should check out the migration guides for information on how to upgrade, what has changed, etc:
http://book.cakephp.org/2.0/en/appendices.html

how website find them the request come from a browser or from any other [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
how website checked that a request come from a browser or from a programs.
in javascript you may use navigator.userAgent. note that this may vary from browser to browser. a good example how to use it can be found at
quirksmode.
However be aware that you can edit the userAgentString at any time using the appropriate browser, script or code. so no absolute guarantee on the result - but at least a starting point.
cheers,
markus
If you would prefer to use server side code, and presuming you are using .net, the Request.Browser property will provide details of the agent making the request.

What's the principle inside ext? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I've never used ext myself,
but I see there are many .java files in it.
The strange thing is that it's taken as javascript?
Why?
If you mean ext js by Ext there are no Java files in Ext Js itself. Only js files which are javascript.
Maybe you downloaded Ext GWT which is a Java library for building rich internet applications with GWT.

Google App Engine problem [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
Google App Engine is neither showing my application main HTML page nor any error. I just rolled back my changes still its not showing anything.It was working in the morning
Please Guide e how Can I make it working agin.
Log on to your application administration interface at http://appengine.google.com/ and then go to the Logs page under the Main section. Do you see any kind of errors there?
With so little information to go on, that's all I can answer with right now, but update your question with more information about your problem and I'll try to help you more.

Resources