Re: Image Handler 2 Support
Quote:
Quote:
Originally Posted by toaldingham View Post
Hi guys,
I can successfully upload the small (default) image but when I try and upload the large and medium images i get the following error:
Error TEXT_MSG_NOUPLOAD_MEDIUM
Error TEXT_MSG_NOUPLOAD_LARGE
I changed the read/write permissions on the folders but still, nothing. Any ideas?
Thanks
Ciaran
1to1music.co.uk
While this has nothing to do with the error.....
Why are you uploading small and medium images???
If you are doing this then why are you using Image handler?
The whole point with IH is that you upload just the large image and IH will auto create the small and medium image for you, thus saving you time.
M
Hey,
Sorry, that was my mistake, i realised my error in uploading 3 images instead of one, as well as clearing the cache.
Thanks
Ciaran
Re: Image Handler 2 Support
Hi some starnge reason my hoover popup stopped working.
Any ideas why that is?
I have Image handler and fual_slimbox installed.
They worked before without problem.
I allready tried clearing the cashe but that did not work.
My site address is
http://fotonapakymppi.fi/index.php?m...ex&language=en
Re: Image Handler 2 Support
Quote:
Originally Posted by
marksu
Hi some starnge reason my hoover popup stopped working.
Any ideas why that is?
I have Image handler and fual_slimbox installed.
They worked before without problem.
I allready tried clearing the cashe but that did not work.
My site address is
http://fotonapakymppi.fi/index.php?m...ex&language=en
If it was working before what did you changed or do to break it?
Asking because you are missing a file that handles the hoover/popup.
Code:
includes/templates/future_zen/jscript/jscript_imagehover.js
M
Re: Image Handler 2 Support
Hello,
I just realized that the hoover effect of IH2 does not work in Opera Browser Version 9.24. Does anybody know something about that?
I don't even know, if it worked anytime? Could anybody tell me, if there's something I messed up or if it is a browser problem?
Regards,
Miriam
edit: version-no.
Re: Image Handler 2 Support
In tracking down 'my' error issues and I have read several threads on the 'White Screen' of death. I have a blank Catalog front page, but Admin works in the background ? I made NO changes to any files prior to installing IH2, but when the supplied files were OLDER than what existed, I tucked the newer ones away and used your's directly, since they did not normally fall into the subset of ../custom folder.
Most contributors that are adding lines of code to existing files, include in their readme.txt file the lines to search for and what to replace or add next to it. Am I to assume :shocking:, that I need to dissect the the old file for changes and add it to the newer file ? I use Crimson Editor and can use Dreamweaver as well for editing.
Thanks for the help, I hope to not be a NewB too much longer.
Toby.
Re: Image Handler 2 Support
Quote:
I have a blank Catalog front page, but Admin works in the background ? I made NO changes to any files prior to installing IH2, but when the supplied files were OLDER than what existed, I tucked the newer ones away and used your's directly, since they did not normally fall into the subset of ../custom folder.
A white page always means that some php-error occures - you must look in source code, whether there is any output, but when you messed up some php-code, it will stop for any reason. So you have to check for error messages which will be thrown from php-parser. Often this is prevented from server side to protect the customers view of website. So you have to turn on php-error-messaging. Or install same version on an local webserver, where you can savely turn on error-messages and retrieve the errors.
Another suggestion: return to original files and carefully follow every step you made...
Re: Image Handler 2 Support
Quote:
Originally Posted by
miriam_t
A white page always means that some php-error occures - you must look in source code, whether there is any output, but when you messed up some php-code, it will stop for any reason. So you have to check for error messages which will be thrown from php-parser. Often this is prevented from server side to protect the customers view of website. So you have to turn on php-error-messaging. Or install same version on an local webserver, where you can savely turn on error-messages and retrieve the errors.
Another suggestion: return to original files and carefully follow every step you made...
Thank you for responding Miriam_T..
After searching this thread for "White Pages" or "Blank Pages", then reading a multitude of related users having similar problems.. DrByte had included a link for the PHP_Debugger Tool for another user, one of his contribs, I'm sure. I ran it on the failing side, as instructed, it told me that I had made a similar declaration in another file, I looked at the other file, "ezthumbnails", I tucked it into an isolating folder, reran the failing Catalog, viola !! There seems to be some alignment problems in the right sideboxes now, but way better than a dead site. All hovers and enlargement features are working. Thanx to the both of you.. I highly recommend that all NewB's grab this file.. it looks like a life saver. :clap:
Re: Image Handler 2 Support
Quote:
Originally Posted by
tophand
If it was working before what did you changed or do to break it?
Asking because you are missing a file that handles the hoover/popup.
Code:
includes/templates/future_zen/jscript/jscript_imagehover.js
M
hmm it is in template_default though that should be enaff should it not?
well now that I think I did install some google modules. I must check what files it replaces.
Re: Image Handler 2 Support
Everything is installed and no error codes are 'showing', BUT, what is happening is all of the files are getting thrown into the /images (root) no matter what size they are ? I keep a cleaner house than this and I would like to know where to go in and change the code to accomodate my tidy habits, i.e.: /images/thumbnails, /images/medium, /images/large.. and then, if I didn't want enough already, I would like IH2 to actually pull from and return to the folder the I have specified the images were to be used from in the 1st place, instead of creating MORE of the same to accomodate their untidiness.. Please ? :frusty:
Re: Image Handler 2 Support
Image Handler only needs the large version of the image. It creates the medium and small and stores them in the bmz cache. You can use sub directories in the images folder to organize them a category of your choosing. Just don't put them in the large, medium folders or you will override the function of image handler.