A client requested some changes to a form on his site. I used Formidable to create the form and annually I make updates to his form per his request. Today, I logged in to do so again and Formidable has disappeared. The form is still there and Results, but no addon is to be found to edit the form. Also, the site has lost connection with the Marketplace and when I try to reconnect, I get “503 Service Temporarily Unavailable”. Does anyone have an explanation for me?
I’m having a similar issue running a site on 8.5.4. I’m trying to go through an upgrade process from 8.5.1 and getting as far as 8.5.4 and 8.5.5 breaks my site everytime. I thought it might be an Add-On compatibility so went to look for Add-On updates and got the same response: 503 Service Temporarily Unavailable when trying to reconnect to the MP
Any help would be appreciated!
The marketplace pre v9 no longer exists and attempts to connect to it will fail.
In config/generated_overrides/concrete.php, the marketplace can be disabled by
'marketplace' => [
'intelligent_search' => false,
]
You may also need to set ‘enabled’=>false (I am not sure of that).
The latest v8.5.x update should include a migration that takes care of that for you.
Many thanks for the reply John!
TBH, I was having so many problems with the upgreade process that I’ve decided that a rebuild in V9 is going to be easier/quicker.
I do still have a lot of sites in V8 that will require upgrades at some point so that is really useful information. I knew the MP had changed a lot, I’d just forgotten that V8 sites had been ‘cut off’.
Thanks again.
Cheers,
Duncan