
Originally Posted by
schoolboy
I know it looks like geek-speak - and words like "WARNING" "FATAL" and "FAILED" suggest a disaster worse than the Titanic... but if you relax and look at that error, it does actually suggest where the problem lies.
It is saying "WTF... ! I need something and I can't find it, because it ain't there!!! I'm being asked to find it by THIS file, and it is supposed to be in THAT file... so I'm refusing to budge because I'm at a loss as to what to do next...
So.. in order to allow the PHP to proceed, you have to find what IT can't find, and re-load it into your files on the server.
The problem is thus a file called update_product.php (and you can see the PATH to where that file is (ought to be) located. (It's in your admin side, which I see has been elaborately re-named!)
Usually, re-uploading (via FTP) the problem file, resolves the issue.
Try that and come back if it does not work.