Josh R
Josh R

Reputation: 1295

Problem working with plugin in cakephp

I am trying to use Gigya_Social_Network_CakePHP_Plugin. I have installed cake 1.3 and and download the plugin to /app/plugins/Gigya. I added Gigya.Gigya in my helpers array. I get error that gigya helper is missing in the app/helpers folder.

I am not fully aware of how to include a plugin in a controller.

I appreciate any help.

Thanks.

Upvotes: 1

Views: 950

Answers (1)

Josh R
Josh R

Reputation: 1295

The Problem was the installing the plugin.

The plugin should be placed ion the /app/plugins folder

And name should all be lowercase.

You can check if the plugin is installed correctly by logging onto

www.yourwebsite.com/plugin_folder_name/controller_name/action if this page shows up as missing controller. Then the setup is wrong.

I hope this helps somebody someday.

Upvotes: 3

Related Questions