This plug require some configuration if depending on where you ApPHP Framework directory is placed.
To check/configure TinyMCE imageupload plugin do following;
1. Open restaurant\js\vendors\tinymce\plugins\imageupload\upload.php file.
2. In this file find following line of code:
Code: Select all
$apphp = dirname(__FILE__).'/'.$baseDir.'framework/Apphp.php';
It's already related to the the framework directory (when framework is placed inside application directory).
If you move framework directory from default place to any other location, change this path to make sure it links to the right place.
3. To block uploading file change $isDemo = false; with $isDemo = true;