Bug? Systemcheck won't work: SQL error

Hello,

I just updated Piwik about 15 minutes ago and wanted to try out the new “Systemcheck” feature. Everytime I visit this feature I got following SQL error:

[attachment 1083 piwik_error.png]

Thanks in advance! :slight_smile:

(Edit to make the serverpath unreadable - just for security :))

Thanks for the report, please try fix in http://dev.piwik.org/trac/changeset/7770

no, the error still exists. I have the following lines now:


		$query = "
				'$filePath'
			REPLACE
			INTO TABLE
				`".$tableName."`";

I also think that the error isn’t inside the “createTableFromCSVFile()”-function, because I just execute the “Systemcheck” page. Thanks for your response.

you’re right the fix was not complete, here is the end http://dev.piwik.org/trac/changeset/7773

Yes, that fixed it. Thank you! :slight_smile: