jaydipsavaliya / timthumb

Automatically exported from code.google.com/p/timthumb
0 stars 0 forks source link

Error stating "No image specified" with empty query string. #390

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Using a URL for image 
"http://www.eonline.com/eol_images/Entire_Site/201206/300.dark.ls.1612.jpg"
2. define ('ALLOW_ALL_EXTERNAL_SITES', true)
3. run the script

What is the expected output? What do you see instead?
I'm supposed to either get a image thumbnail, or if the error pops up, it 
should have the url

What version of the product are you using? On what operating system?
2.8.10

Please provide any additional information below.

I have the following script:

<?php
    include "../php/timthumb.php";
?>
<img 
src="../php/timthumb.php?src=http://www.eonline.com/eol_images/Entire_Site/20120
6/300.dark.ls.1612.jpg"/>

This doesn't work? Need help please

Original issue reported on code.google.com by ahl...@gmail.com on 19 Jul 2012 at 7:11