Hi to all,
I'm studing CWIS 4.0.
I find that /interface/default/EditSysConfig.html is NOT present in CWIS 4.0
Also file include/ SPT--SystemConfiguration.php is NOT present in CWIS 4.0
But links like .../index.php?P=EditSysConfig are still present in:
interface/default/SystemConfigurationHelp.html
interface/default/EditMetadataField.htm
interface/default/About.html
pages/EditAboutTextComplete.php
plugins/Mailer/interface/default/EditMessageTemplates.html
Is there any missing piece ?
I'm trying also to upgrade a 2.3.0 installation.
The page /interface/default/EditSysConfig.html is present (old version, Mar 30 2012)
but when i try to use it, I receive this error:
Uncaught Exception
Message: Call to undefined method SystemConfiguration::TitleField()
Location: interface/default/EditSysConfig.html[185]
Trace:
#0 lib/ScoutLib/ApplicationFramework.php(5878): include()
#1 lib/ScoutLib/ApplicationFramework.php(745): ApplicationFramework::IncludeFile('interface/defau...')
#2 index.php(65): ApplicationFramework->LoadPage('EditSysConfig')
#3 {main}
Do you have any suggestion to fix it ?
Bye
Zeno Tajoli


Hi Zeno. No, you're not missing anything --
EditSysConfigwas replaced bySysConfigin CWIS 4.0, and it looks like we didn't catch links to the old version in some of the administrative help text (and inEditAboutTextComplete.php, but that code block is now never executed). When you upgrade from 2.3.0, the files for the oldEditSysConfigpage will still be present, but should not be used --SysConfigprovides all of the same functionality and more.