is the error that just started appearing when im expecting to see an image. i dont know much about php but here is the file and line the error is referring to imagecopymerge($image, $profile_image, 10, 10, 0, 0, imagesx($profile_image), imagesy($profile_image), 100); Any ideas? i would be happy to toss a couple bucks to anyone who can fix this for me/
don't want your buck! please copy some more lines above that line, something like $profile_image = ...
Thanks for taking a look at this for me. <?php if (!$color) { $image = imagecreatefromjpeg("bgs/".$twitter['source'].".jpg"); } else { $image = imagecreatefromjpeg("bgs/".$twitter['source']."_".$color.".jpg"); } $clr_white = imagecolorallocate($image, 255, 255, 255); $tx = wordwrap($twitter['text'], 63, "\n"); // Word Wrap Text imagettftext($image, 13, 0, 72, 18, $clr_white, 'fonts/CALIBRIB.TTF', $twitter['name']." is..."); // Name imagettftext($image, 10, 0, 72, 33, $clr_white, 'fonts/CALIBRI.TTF', $tx); // Text imagecopymerge($image, $profile_image, 10, 10, 0, 0, imagesx($profile_image), imagesy($profile_image), 100); ?>
i get the error on line 11 if that helps, it's also an intermittent issue, the site is working fine now. tweeterized dot com is the site in question
sorry i'm late yup, it's working now http://www.tweeterized.com/rickbutts.png nice site, good luck with your site