Akelos Framework v1 forum archive. This forum is no longer maintained. To report bugs please visit https://github.com/akelos/akelos/issues
    • CommentAuthorcknpapu
     
    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.
    • CommentAuthormvitjiten
     
    i got this error in intenet explorer after installing admin plugin.

    Warning: preg_match() [function.preg-match]: Unknown modifier '/' in C:\dev\akelos\lib\AkRouter.php on line 395

    what will be the solution
    • CommentAuthorbjmg
     

    Hi!

    You have to install the php module "perl compatible regular expressions". Don't know how to do this on Windows. But it should be as easy as adding an additional line like "extension=preg.dll" (this line does NOT work directly) to your php.ini.

    Bernhard

    • CommentAuthormvitjiten
     
    after installation of admin plugin when i run it on internet explorer it give me this error.


    Fatal error: Call to a member function getModelName() on a non-object in C:\dev\akelos\lib\AkActionView\helpers\pagination_helper.php on line 129

    i am very newto akelos and need to complete this work.please share the ideas.
    thank you
    • CommentAuthorKaste
     

    do you have the latest version checked out?