Quote:
Originally Posted by Carmen27
Um this is turning out to be a disaster..lol..
I can't delete images.. I Get this error
Warning: unlink(imagehosting/1458033a68b2a8.jpg): No such file or directory in /vbimghost.php on line 896
Unable to delete Image
What happened? I have x on my images and I can't delete them.. Carmen
|
It means the image upload is being recorded in the database table but it isn't being uploaded to the server.
Run this query to empty the table:
DELETE FROM vbimghost;
Then make sure your paths to your forums is correct in your VB image hosting settings.