php - Problems wit sign me up plugin -


hi trying use sign me plugin application. unable running. there many issues , errors.

plugin have downloaded is:-

sign_me_up-2.0 

but there many errors getting

ex:- declaration of signmeupcomponent::initialize() should compatible component::initialize(controller $controller) 

i have tried tutorials , serached solutions online. no luck...

can me out on how use plugin ??? reffered :-

http://www.jotlab.com/2011/sign-me-up-a-cakephp-registration-plugin 

thanks in advance

make sure version of cakephp compatible plugin. understand between version 1.3 , 2, took advantage of newer features of php included strongly-typed method parameters. error you're receiving signmeupcomponent inherits component class in framework core. if component wants override initialize method, must follow same method/function signature.

if plugin on git , feel comfortable in doing so, clone , update components methods, , put in pull request you're changes can merged in.

alternatively use earlier version of cakephp.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -