Jump to content

Installer TinyMCE_update_repackV.02


Recommended Posts

Bonjour,
Je m'arrive pas à faire fonctionner cette modification de TinyMce. Lorsque j'ouvre l'explorateur de fichiers pour insérer une image, j'ai le message :

mkdir() [function.mkdir]: No such file or directory in F:\wamp\www\prestashop\js\tinymce\jscripts\tiny_mce\plugins\tinybrowser\fns_tinybrowser.php on line 4
Unable to create the '/upload/useruploads/images/' directory - please check your permissions.

Je pense avoir bien suivi la procédure d'installation:
- Renommer le dossier admin
- Modifier les chemins dans le fichier config_tinybrowser.php, l'emplacement des dossiers sur mon disque est :

F:\wamp\www\prestashop\upload\useruploads\images

j'ai donc modifié config_tinybrowser.php en :

$tinybrowser['path']['image'] = '/prestashop/upload/useruploads/images/'; // Image files location - also creates a '_thumbs' subdirectory within this path to hold the image thumbnails
$tinybrowser['path']['media'] = '/prestashop/upload/useruploads/media/'; // Media files location
$tinybrowser['path']['file'] = '/prestashop/upload/useruploads/files/'; // Other files location

Quelqu'un peut m'aider
Merci à tous

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...