suma-project / Suma

Suma: A Space Assessment Toolkit
https://suma-project.github.io/Suma/
MIT License
68 stars 44 forks source link

Cannot find old initiatives data #158

Open davidhietpas opened 10 months ago

davidhietpas commented 10 months ago

I upgraded from Suma 2.0 to the newest version which supports php 8.1. Mainly because I had to migrate from Centos 8 to Oracle Linux 9. I setup Suma (again, have done this multiple times now).

I cannot get any Reports to generate on previously created Initiatives with past data. Get this though... if I submit new data on one of those old initiatives, it will generate a report on that new data just fine. It just won't on older data.

Below is the error that appears. It is odd because the initiative is in the drop down, I select it, it has all the location and activities loaded in. It just won't run the report on old data.

Notice!
There was a problem generating the report. Please try again or contact your system administrator.
Error Code: 500
Error Message: No initiatives found. Please create an initiative in the Suma admin tools.

Also odd, looking at the raw sql data. The data is the same in every aspect from that new data to old data.

I have all the high level debug logs running. Nothing is being logged.

David

davidhietpas commented 10 months ago

Just noticed another ticket with the same issue: https://github.com/suma-project/Suma/issues/143

No way... he was right... this fixed it... by changing the SUMA_DEBUG in service/web/config/config.yaml to SUMA_DEBUG: false https://github.com/suma-project/Suma/issues/143#issuecomment-1168991861

There is definitely something odd going on there. FYI.

ryet0ast commented 9 months ago

Just noticed another ticket with the same issue: #143

No way... he was right... this fixed it... by changing the SUMA_DEBUG in service/web/config/config.yaml to SUMA_DEBUG: false #143 (comment)

There is definitely something odd going on there. FYI.

I just wanted to confirm that I had the same issue and resolution! Very strange indeed. Thanks for sharing.

cazzerson commented 9 months ago

Nice catch. I think there are some benign deprecation warnings that are throwing things off. We'll try to take a look at this.