how to resolve this error in imagecreatefromjpeg(Image020#1.jpg)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • akyadav
    New Member
    • May 2007
    • 1

    #1

    how to resolve this error in imagecreatefromjpeg(Image020#1.jpg)

    Warning: imagecreatefrom jpeg(Image020#1 .jpg): failed to open stream: No such file or directory in /home/content/a/k/y/akyadav/html/index.php.

    i am trying to create thumbnails in php , but not able to process this function.
    i am running this code on godaddy webhosting service. index.php is my php script which i try to run which is a seperate folder on remote directory.

    thanks..
  • pbmods
    Recognized Expert Expert
    • Apr 2007
    • 5821

    #2
    Heya, akyadav. Welcome to TSDN!

    Originally posted by akyadav
    Warning: imagecreatefrom jpeg(Image020#1 .jpg): failed to open stream: No such file or directory in /home/content/a/k/y/akyadav/html/index.php.
    This warning means that the file you specified doesn't exist. Double-check to make sure you're specifying the correct path.

    Comment

    Working...