** Changed in: aikiframework Assignee: (unassigned) => rg1024 (rg1024)
-- You received this bug notification because you are a member of Aiki Framework Developers, which is subscribed to aikiframework. https://bugs.launchpad.net/bugs/844689 Title: Aiki completely broken when not running on port 80 Status in Aiki Framework: New Bug description: When not running on port 80 (i.e. being served by Apache on a different port) Aiki is completely broken. The installer works, but that's about it - the default page created works but any links (such as the admin panel link) is broken because the config in the aiki_sites table of the database which is generated by the installer incorrectly lists the site as 'http://hostname/' instead of 'http://hostname:port/' If I change this in the database, aiki doesn't work at all: - "Fatal error: Wrong site name provided" This error can be fixed by defining an extra line in the /config.php file: - $config["site"] = "default" Which then makes URL generation work properly, but every page (including /login and /admin) is blank. To manage notifications about this bug go to: https://bugs.launchpad.net/aikiframework/+bug/844689/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~aikiframework-devel Post to : aikiframework-devel@lists.launchpad.net Unsubscribe : https://launchpad.net/~aikiframework-devel More help : https://help.launchpad.net/ListHelp