Warning: dir(/home/content/mysite/yesiamshow/CMS/uploads/images/) [function.dir]: failed to open dir: No such file or directory in /home/content/t/o/n/tonyvalle/html/yesiamshow/modules/TinyMCE/filepicker.php on line 207
Fatal error: Call to a member function read() on a non-object in /home/content/t/o/n/tonyvalle/html/yesiamshow/modules/TinyMCE/filepicker.php on line 208
I have tried to uninstall and re-install the module but nothing is working. I even went into another website I have with a working TinyMCE and copy those file over to the site that was not working but still get the same issue. Does anyone know how to fix this problem? The 207 and 208 code lines are:
Code: Select all
$d = dir($thisdir);
while ($entry = $d->read()) {
