Akelos Framework v1 forum archive. This forum is no longer maintained. To report bugs please visit https://github.com/akelos/akelos/issues
    • CommentAuthormsalhab
     

    hello;

    while im trying to install calendar helper i have got the following error.

    *C:\xampp\projects\userReg>php ./script/plugin install http://svn.akelos.org/plug ins/calendar_helper

    Installing http://svn.akelos.org/plugins/calendar_helper

    Fatal error: Call to undefined function curl_init() in C:\xampp\htdocs\akelos\l ib\Ak.php on line 596*

    anyone can help to solve that problem?

    thanx

    • CommentAuthorKaste
     

    you can enable curl in your php.ini. look for

    extension=php_curl.dll
    
    • CommentAuthorKaste
     

    see also this ticket