Dear All,
When trying to setup the FCK editor, I got things to work for Mozilla. In IE I get an error when trying to browse for images (In insert images -> browse on server). The error is: (Translated from dutch..:
line 118
error: Object required
Code: 0
url: <...>/frmresourcelist.html)
What does this mean? how can I solve it? I did not edit this file. I edited the config.php and connector.php to match the userfiles, which work in Mozilla.
config.php:
$Config['Enabled'] = true ;
$Config['UserFilesPath'] = '/jelle_userfiles/' ;
connector.php:
$GLOBALS["UserFilesDirectory"] = "F:\webroot\DOW_WUR" . $GLOBALS["UserFilesPath"];
Hope you can help me!
THx,
Jelle.
When trying to setup the FCK editor, I got things to work for Mozilla. In IE I get an error when trying to browse for images (In insert images -> browse on server). The error is: (Translated from dutch..:
line 118
error: Object required
Code: 0
url: <...>/frmresourcelist.html)
What does this mean? how can I solve it? I did not edit this file. I edited the config.php and connector.php to match the userfiles, which work in Mozilla.
config.php:
$Config['Enabled'] = true ;
$Config['UserFilesPath'] = '/jelle_userfiles/' ;
connector.php:
$GLOBALS["UserFilesDirectory"] = "F:\webroot\DOW_WUR" . $GLOBALS["UserFilesPath"];
Hope you can help me!
THx,
Jelle.