List of special interfaces
Tiki has various interfaces which override the standard interface (Bootstrap-based themes). As of 2024-02-21, there are various UIs because they were done by different people at different times. Next steps:
- Make a list of all interfaces
- Compare UIs
- Determine which ones (some or all) should be unified
- Determine if and how they should be themable
- Make it happen
What the community installs
Tiki installer
- Tiki Installer Disabled: https://doc.tiki.org/tiki-install.php
Composer has not yet been run
(mentioned by Jonny)
Attempt to run CLI
- console.php
- tiki-realtime.php Realtime
Tiki
- Site closed via tiki-error_simple.php: Site Access
- When Tiki is on a server without minimum PHP version. Ref: How to set minimum requirements in Tiki
- Content delivery network: when the CDN URL is improperly accessed, there is an error message.
- System Configuration: when .ini file is unreadeable
Tiki Manager
- Site currently being updated (with a useful timer) "Maintenance in Progress"
- Tiki Manager Web not yet installed
Tiki Check
In standalone mode: not really any theme
Within a configured Tiki: should take them of the Tiki
What the community uses
Packages
Composer / Satis Repository
- https://composer.tiki.org (Satis
- Maybe we should look at this too?
show.tiki.org
http://show.tiki.org (suggested by Jean-Marc)
demo
Page not found
At Tiki sites, for invalid URLs ending in .php (or .html, etc.), instead of a normal 404 error, this is displayed: "No route found. Please see http://dev.tiki.org/URL+Rewriting+Revamp". (Related bug reports: https://dev.tiki.org/item7039-Admin-page-not-found-error-is-too-geeky and https://dev.tiki.org/item5565-With-URL-rewriting-enabled-attempt-to-access-invalid-URL-yields-strange-techie-error-message-rather-than-usual-page-not-found.)
Also, an issue with page not found is a very broken page being returned. See https://dev.tiki.org/item3537--htaccess-issue#contenttabs_view_tracker_item-1
403, 404, 500, 503 Errors
The server errors right now are not handled by Tiki, and hence have the default view of the server default, or sometimes on shared hosting the somewhat prettier messages they provide. It is a simple matter to take control over these, but of course, we need somewhere pretty to send users.
index.php & must be included errors
These currently unhelpful errors should probably be redirected to a 403 page.