mediahackza / datadesk

0 stars 0 forks source link

Error message when uploading a test .csv #33

Closed Fishbone17 closed 10 months ago

Fishbone17 commented 10 months ago

Hi Ciaran!

I got this error message when I tried to upload this Google sheet to data desk [https://docs.google.com/spreadsheets/d/1DZv3FRt02QS-eLoj8kSHg1XE_Slq4QJFT2vGkghDJVg/edit#gid=0]

Fatal error: save_data(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition "google_sheet_table" of the object you are trying to operate on was loaded before unserialize() gets called or provide an autoloader to load the class definition in /var/www/datadesk.dev/public_html/datadesk/upload/google_sheet.php on line 36

Will you let me know what I am doing wrong? Thanks!

CiaranOtter commented 10 months ago

Hey gemma. This is an error from my side. The component that is handling uploads of google sheets is storing the code without serialising it first. This means that it doesn't recognise that function being called by save data.

I'll look into it now and should have it fixed soon

CiaranOtter commented 10 months ago

The issue should now be fixed