开发者

Problem working with plugin in cakephp

开发者 https://www.devze.com 2023-01-26 16:51 出处:网络
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

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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消