Unable to install from software farm - Unknown Arc format?
Posted
#1
(In Topic #993)
Trainee
I am using Gambas 3.18.0 on: System: Kernel: 5.4.0-139-generic x86_64 bits: 64 compiler: gcc v: 9.4.0
Desktop: Cinnamon 5.2.7 wm: muffin dm: LightDM Distro: Linux Mint 20.3 Una
base: Ubuntu 20.04 focal
Any ideas on what may need fixed?
Posted
Guru

it should support ".tar.gz" and ".tar.bz2"
Posted
Guru

<IMG src="https://www.cogier.com/gambas/mpDDClock.png">
</IMG>
Posted
Guru

Posted
Guru

What happened was a server update that changed the case of some headers (like changed title to Title) or something like that.
All Benoit could do was apply a fix in gambas as the current and previous code did a direct
If sHeader = "This text" sort of thing
he changed it to something like
If LCase(sHeader) = "this text"
so now it works but EVERY previous gambas can no longer use the farm.
For some reason I thought it had been fixed on the server but apparently not.
Posted
Trainee
At least I can still use the farm web location. I learn so much from the programs there.
-hink
1 guest and 0 members have just viewed this.




