Fatal error: Call to undefined function curl_init() in C:\dev\akelos\lib\Ak.php on line 596
this is the error i got while installing plugin using the command c:\xampp\xampp\php\php.exe script/plugin install plugin_name
the plugin i downloaded is one admin plugin changeset 526. can anyone suggest me in this regard
CommentAuthorKaste
you can enable curl in your php.ini
or svn update the framework.
CommentAuthormanju
when i run the admincontroller. It gives this errors:
fatal error: Call to undefined method Admin_DashboardController::_authenticateOrRequestWithHttpBasic() in C:\online\akelos\app\controllers\admin_controller.php on line 39
can anyone suggest me in this regard
CommentAuthormvitjiten
how to enable curl in php and how to update the svn can anyone please do this favour
CommentAuthormvitjiten
" 'svn' is not recognized as an internal or external command, operable program or batch file.
Installing admin
'svn' is not recognized as an internal or external command, operable program or batch file. "
this is an error i got while installing plugin.can any one tell me about this error... i am using changeset_r556.zip as plugin
CommentAuthormanju
Hi mvitjiten,
I am using Window XP, XAMPP server.
I remove semi_colon(;) before this statement "extension=php_curl.dll" at php.ini file and install the plugin . It will work.
CommentAuthormvitjiten
i installed admin plugin and the installation is completed with wanring svn is not recognised. however it ceated folder admin in plugin folder and a lot of files. but i donot know what to do after that. how to access the admin page. Do i need to write something(code) or do i need to give some path to acess that.
can anyone look into this and please tell me what will be the next step.