You are not logged in.
Hey all,
I recently got an email from a client who asked why it wasn't letting them insert a photo if they used the resize option in the insert image window. I can't figure out why, but after checking with other installs, it's not working there either.
Basically, if they are trying to resize the image, the OK button doesn't work. Has anyone else had this problem? Any ideas why it's not working any longer?
I searched the forum and couldn't find anything...
Thanks!
Offline
You would need to see what, if any, errors are being printed to the javascript console.
At a rough guess,
1. try in the current trunk version of xinha
2. check permissions for where the images would be written to
3. check that your backend_url etc settings are correct
For just inserting images, I'd personally use ImageManager, not ExtendedFileManager, ImageManager is probably better tested (in my opinion).
James Sleeman
Offline
Ok, after looking in to this, it seems as though the empty lines after the closing ?> tag in the config.inc.php file of the extended file manager plugin were causing the problem.
Offline