Fork me on GitHub

Module error  Bottom

  • Hey there

    I FTP the PHP-chat module to my publichtml/modules

    when i go:
    http://www.mysite.org/modules.php?op=modload&name=PHP-chat&file=index

    I get this error:

    Fatal error: Call to undefined function: get_lang() in /home/starla/public_html/modules/php-chat/index.php on line 20

    Any ideas?
    I am lost....

    BTW, I have site that was made for me, then I was left to my own devices.. so I am somewhat new, but not incapable of new things wink
  • The only time I saw this error is when someone tried to run an old PHPNuke module under postNuke. Currently in postNuke, the API call is :

    modules_get_language();

    not:

    get_lang($module_name);
  • 0 users

This list is based on users active over the last 60 minutes.