Forum Moderators: coopster
I am using one PHP class which converts gif,png,swf images into Jpg and other format.
When i use this class on a single php page, it works fine but as soon as i include this class in between my webpage i get error like:
Warning: imagejpeg() [function.imagejpeg]: Unable to open 'test.jpg' for writing in /home/domain/public/includes/func/class.php on line 148
If i call this class on a single page where there is no other PP tags, it works like charm.
Please let me know what should i do?
Regards