Thanks jce76350jce76350 wrote: Hello,
Using into a fresh install test on
# safe_mode: Off (False)
# phpversion: 5.2.5
all is Ok, except
- Install page 6 click on Button "Install additional modules" -> Not Found
The link is value="/admin/moduleinterface.php?module=ModuleManager"
{$base_url} is missing into CMSInstallerPage6.class.php, so erreur into link
- Warning: CMSMS is in need of an upgrade.
You are now running schema version 30. and you need to be upgraded to version 31
in version.php
$CMS_SCHEMA_VERSION = "31";
but into
initial.sql and extra.sql
INSERT INTO {DB_PREFIX}version ( VERSION ) VALUES ( 30 );
If I use a web server with safe mode is On, I can't install the setup is stoped. (On other version there is just an alert )
Thanks
You messaged me with these items, but I forgot to get to them before I cut the beta.... oops. I'll commit these changes into SVN today so that they're fixed permanently and if we have to cut another beta they'll be there.
We've decided to not support safe mode at all, because many modules won't work with it.... even to some extent modules like FileManager and ThemeManager.
If