04-21-2018, 05:59 PM
(04-21-2018, 08:52 AM)simpsus Wrote:(04-20-2018, 07:12 PM)tommiehansen Wrote: You would need to gzip decode it as well since there is not "UTF-8" in this case (it's binary data).
I tried several things (exporting to csv or to json) to decode that but I always get errors immediately. If there is any hint on how to tackle this, it would help me a lot.
Thx
Update: I have found in the gab code where the blobs are unzipped. Where my problem is: There is (for example in view_more.php) an sql statement executed and the result processed. The blobs are unzipped before usage. The same SQL statement does not work and gives me immediately a parsing error when I execute it locally. Any help welcome.
SQL is SQL. The query fetching the data is the most simplest of SQL queries ...
Code:
SELECT * FROM results
Problem is probably that you have not set what database to actually use.