Re: Error at 473 in /var/www/html/vcl/.ht-inc/computers.php

2011-09-13 Thread Andy Kurth
This looks like it may be a problem in the database. The line in computers.php where error is occurring is attempting to print out the name of the current image loaded on the computer. The ID of the image is 4 -- which should be the noimage image: Unkown error type: [8] Undefined index: 4 By

RE: Error at 473 in /var/www/html/vcl/.ht-inc/computers.php

2011-09-13 Thread Jeries, Ibrahim (Student)
Andy, Many thanks. I can confirm that id 4 in the image table is the “no image” as you explained. However, I am unable to delete it when issuing the DELETE command while using the VCL database. mysql DELETE FROM image WHERE id=4; ERROR 1451 (23000): Cannot delete or update a parent row: a