These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for script rename issue: Opengoo = FengOffice on the new forum.
Hi ppl,
I wanted to upgrade Open goo script to latest version ( 1.7.2 ) Usually that works fine but OpenGoo has changed name to FengOffice so I get following error:
[quote]http://prdownloads.sourceforge.net/sourceforge/opengoo/opengoo_1.7.2.zip failed : HTTP/1.0 404 Not Found[/quote]
When I look to prdownloads... I found file named fengoffice_1.7.2.zip
How to load new file name or change scriptname or should I upgrade manually.
Howdy,
If the application named changed, the Install Script may need updated. My recommendation would be to file a support request using the Support link above, and Jamie can work with you to get that figured out.
In the meantime, if you'd like to get it up and running quickly, you could try editing line 116 and 117 of Virtualmin's opengoo.pl Install Script, which would look like this:
'file' => "opengoo_${ver}.zip",
'url' => "http://osdn.dl.sourceforge.net/sourceforge/opengoo/opengoo_${ver}.zip" } );
And you could modify those lines to match the current filenames they're using.
-Eric
I hope I have filed proper support request :) Meanwhile I'll try your advice.
-edit- Download went OK but new error came up: Failed to extract source : Sub-directory opengoo was not found
I just checked out that support request, and will add support for Feng Office in the next Virtualmin release. If you want it sooner, you can enable script installer updates at System Settings -> Script Installers -> Installer Updates.
''
That's perfect... thanks!