Akelos Framework v1 forum archive. This forum is no longer maintained. To report bugs please visit https://github.com/akelos/akelos/issues
    • CommentAuthorlivesketches
     
    I've run the database connectivity wizard and it successfully done.But when i run the scaffolding in cli the following error is coming "call to undefined function my_connect() C:\wamp\www\aktest\vendors\adodb\drivers\adodb-mysql.inc.php on line 347".
    • CommentAuthorKaste
     

    you have to enable

    extension=php_mysql.dll
    

    in your php.ini

    • CommentAuthorlivesketches
     
    The extension=php_mysql.dll is enabled.....extension=php_mysql.dll is without ; before it which means it is enabled....i think there is something else......what could be the exact problem........
    • CommentAuthorKaste
     

    have you checked the php.ini in your apache-folder too ?

    • CommentAuthorlivesketches
     
    ya i checked it......it is enabled there as well.....
    • CommentAuthorlivesketches
     
    hey bermi please help me..........i am almost stuck in it.......why it is not recognizing the php's function...mysql_connect.....
    • CommentAuthormerindol
     

    Does the php mysql access works beside Akelos? I mean, did you try any other project, or even a single php page to test mysql_connect() availability?

    It definitely sounds like a non-Akelos problem.

    Maybe try to reinstall a fresh Apache, or an out of the box Xampp.