[PrestaShopException]

Your file /srv/data/web/vhosts/www.dpi-import.com/htdocs/cache/class_index.php is corrupted. Please remove this file, a new one will be regenerated automatically
at line 154 in file classes/Autoload.php

148. 			while (!$integrity_is_ok);
149. 
150. 			if (!$integrity_is_ok)
151. 			{
152. 				file_put_contents($filename, '<?php return array(); ?>');
153. 				throw new PrestaShopException('Your file '.$filename.' is corrupted. Please remove this file, a new one will be regenerated automatically');
154. 			}
155. 		}
156. 
157. 		$this->index = $classes;
158. 	}