Hi there,
i have a new forum and so i installed the new version of LDM (2.1.0) and when importing the product the following message occures:
Warnung: Wrong parameter count for php_uname() in /includes/local_links_init.php (Zeile 50)
Anybody knows something about this problem?
Thx
Lee
btw.: the code in local_links_init.php is
PHP Code:
48: // Buffer size used for fread()'s -
49: // On Windows-based servers, increase *substantially*
50: if (strcasecmp(substr(php_uname('s'),0,3),'win')==0) {
51: define('READ_BUFFER', 256000);
52: } else {
53: define('READ_BUFFER', 32000);
54: }