• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

PHP Error

Joined
Feb 13, 2009
Messages
548
Reaction score
54
I'm pretty new to php but my buddy gave me this setup to write edited client side files in xlsx then save and run
then it should write the server side dat file off the edited client side changes. I had it working over a year ago but can't remember exactly how it works. I keep getting this error when trying to write the server files any help is greatly appreciated.

Thanks!

Same MD5 hash. Skipped: ".$path[$i]."
"; flush(); } else{ echo "MD5 hash is different, proceed: ".$path[$i]."
"; flush(); if(!proceed($path[$i])){ fseek($smd5, $noffset, SEEK_SET); fwrite($smd5, pack("H32", $fmd5)); } else{ echo "Error!!!
"; flush(); } } } fclose($smd5); echo "Script finished"; ?>
 
Back
Top