Loading...
 
 Note
This page is to document "what Tiki should do". For feature documentation (what Tiki does), please see corresponding page on doc site

History: Server check

Comparing version 205 with version 234

Lines: 2-14Lines: 2-24
 ! Bugs ! Bugs
- +* 9.2 Tiki check was reporting "You do not have the recommended PDO database driver/abstraction layer. You do have the MySQLi driver though, so we will to fall back to the AdoDB abstraction layer that is bundled with Tiki.", yet an issue was reported: [http://irc.tiki.org/irclogger_log/tikiwiki?date=2012-12-19,Wed&sel=120#l116]

* 10.x "Notice: Undefined index: max in /www/htdocs/w00ec615/10x/modules/mod-func-facebook.php on line 57" http://demo.tiki.org/18x/tiki-check.php
 ! Next ! Next
 +* {wish id=4680}
 +* tiki-check.php should refuse being indexed by robots (how to do this in PHP?)
 +* The checks we have for ((htaccess)) (which are in tiki-admin.php?page=sefurl) should be available in tiki-check.php and when .htaccess is not the correct one for that version, there should be a huge warning
 * --Make it easy to find for site admins (ex.: add link in menu, or admin panel)-- * --Make it easy to find for site admins (ex.: add link in menu, or admin panel)--
 * --Backport to branches/9.x-- * --Backport to branches/9.x--
 * --tiki-install.php -> * PHP error reporting level should not be reverted-- Done in trunk and 9.2 * --tiki-install.php -> * PHP error reporting level should not be reverted-- Done in trunk and 9.2
 * ((tw:Testing Tiki installations on major Shared Hosting companies)) * ((tw:Testing Tiki installations on major Shared Hosting companies))
 +* --Make a section for advanced things that basic users shouldn't worry about-- Done, I changed the category from bad to info
 ! Questions ! Questions
 +* In tiki-admin_system.php, when exporting a zip: Error:PCLZIP_ERR_READ_OPEN_FAIL (-2) : Unable to open archive '' in wb mode
 +* Is [https://sourceforge.net/p/tikiwiki/code/46229|realpath_cache] check suitable for Tiki Check?
 +* Is there a reliable way to tell people where to change the settings? (ex: /etc/php.ini /etc/my.cnf )
 +* Are warnings about default_charset and date.timezone too stern? I have seen them on servers where Tiki works nicely
 +** I changed from bad to ugly {sign user="marclaporte" datetime="2013-01-30T23:51:26+00:00"}
 * if possible warn when running with another MPM than "prefork" - PHP is NOT thread-safe * if possible warn when running with another MPM than "prefork" - PHP is NOT thread-safe
 ** can this be checked from PHP at all? (without using exec and parsing apachectl output) ** can this be checked from PHP at all? (without using exec and parsing apachectl output)
Lines: 19-24Lines: 29-36
 ** any smarter way? ** any smarter way?
 * Can we check for the configuration of mod_deflate/expires/security ? * Can we check for the configuration of mod_deflate/expires/security ?
-* Is there a more reliable way to detect disk space available, which seems unreliable because of quotas and on shared hosting.

** This is really something the ((Monitoring)) system should warn about :-)
+* Disk space check should be KILled completely, it's the wrong place for it here.

*
* Is there a more reliable way to detect disk space available, which seems unreliable because of quotas and on shared hosting


*
** This is really something the ((Monitoring)) system should warn about :

)
*** https://github.com/zendframework/ZendDiagnostics#diskfree
 ! Phase 2 ! Phase 2
Lines: 28-34Lines: 40-47
 !! Beyond Tiki Check, but let's explore !! Beyond Tiki Check, but let's explore
-* ((htaccess)) 
 * Should we have tiki-admin.php?page=server where we attempt to override various settings uncovered by Tiki Check? * Should we have tiki-admin.php?page=server where we attempt to override various settings uncovered by Tiki Check?
 ** [http://tikiwiki.svn.sourceforge.net/viewvc/tikiwiki?view=revision&revision=43323|Increase memory_limit to 128M if detected below that value] ** [http://tikiwiki.svn.sourceforge.net/viewvc/tikiwiki?view=revision&revision=43323|Increase memory_limit to 128M if detected below that value]
 +*** Done in http://sourceforge.net/p/tikiwiki/code/43870 and http://sourceforge.net/p/tikiwiki/code/43907
 +** Should we turn off magic quotes if we can? ini_set('magic_quotes_gpc', 'Off');
 * File storage * File storage
 ** If more than 50 Megs in MySQL, recommend to the admin to move to filesystem ** If more than 50 Megs in MySQL, recommend to the admin to move to filesystem
Lines: 81-84Lines: 94-98
 ! Server check script examples ! Server check script examples
 +* https://github.com/llaville/php-compat-info
 * http://www.bitweaver.org/wiki/bitweaverRequirements * http://www.bitweaver.org/wiki/bitweaverRequirements
 * http://www.contao.org/en/configuring-the-live-server.html * http://www.contao.org/en/configuring-the-live-server.html
Lines: 87-92Lines: 101-113
 * http://phpsysinfo.sourceforge.net/ * http://phpsysinfo.sourceforge.net/
 ** demo: http://phpsysinfo.sourceforge.net/phpsysinfo/index.php?disp=dynamic ** demo: http://phpsysinfo.sourceforge.net/phpsysinfo/index.php?disp=dynamic
 +* http://phpsec.org/projects/phpsecinfo/ (very old)
 +* http://www.phpservermonitor.org/
 +* https://packagist.org/packages/linfo/linfo
 +! Good, bad, ugly references
 +* http://en.wikipedia.org/wiki/GStreamer#Plug-ins
 +* [http://en.wikipedia.org/wiki/The_Good,_the_Bad_and_the_Ugly]
 +In Nagios, it's [http://nagios.sourceforge.net/docs/3_0/hostchecks.html|OK, WARNING, UNKNOWN, or CRITICAL]
 ! Related ! Related
 * {wish id=1416} * {wish id=1416}
Lines: 95-104Lines: 116-124
 * ((Cron)) * ((Cron))
 * ((Compatibility)) * ((Compatibility))
- +* https://docs.zendframework.com/zend-diagnostics/diagnostics/
 -=alias=- -=alias=-
 * (alias(System check tool)) * (alias(System check tool))
-* (alias(tiki-check.php)) 
 * (alias(pre-flight check)) * (alias(pre-flight check))
 * (alias(Test server compatibility)) * (alias(Test server compatibility))
 * (alias(Check)) * (alias(Check))

History

Advanced
Information Version
17 Sep 12 02:09 GMT-0000 Marc Laporte 154
17 Sep 12 01:56 GMT-0000 Marc Laporte 153
17 Sep 12 01:10 GMT-0000 Marc Laporte 152
17 Sep 12 00:30 GMT-0000 Marc Laporte 151
14 Sep 12 02:31 GMT-0000 Marc Laporte 150
14 Sep 12 02:30 GMT-0000 Marc Laporte 149
14 Sep 12 02:29 GMT-0000 Marc Laporte more .htaccess 148
14 Sep 12 02:27 GMT-0000 Marc Laporte .htaccess 147
14 Sep 12 01:45 GMT-0000 Marc Laporte 146
14 Sep 12 01:23 GMT-0000 Marc Laporte 145
14 Sep 12 01:15 GMT-0000 Marc Laporte 144
14 Sep 12 01:03 GMT-0000 Marc Laporte Page refactor 143
14 Sep 12 00:51 GMT-0000 Marc Laporte Duplicate with top 142
14 Sep 12 00:50 GMT-0000 Marc Laporte 141
14 Sep 12 00:48 GMT-0000 Marc Laporte UTF-8 is low priority 140
14 Sep 12 00:45 GMT-0000 Marc Laporte low priority & done stuff 139
14 Sep 12 00:42 GMT-0000 Marc Laporte 138
14 Sep 12 00:41 GMT-0000 Marc Laporte Done 137
14 Sep 12 00:40 GMT-0000 Marc Laporte Some stuff is done 136
13 Sep 12 20:48 GMT-0000 amette 135
13 Sep 12 20:44 GMT-0000 amette 134
13 Sep 12 20:36 GMT-0000 amette 133
13 Sep 12 19:36 GMT-0000 amette 132
13 Sep 12 19:32 GMT-0000 amette 131
13 Sep 12 18:52 GMT-0000 amette 130

Keywords

The following is a list of keywords that should serve as hubs for navigation within the Tiki development and should correspond to documentation keywords.

Each feature in Tiki has a wiki page which regroups all the bugs, requests for enhancements, etc. It is somewhat a form of wiki-based project management. You can also express your interest in a feature by adding it to your profile. You can also try out the Dynamic filter.

Accessibility (WAI & 508)
Accounting
Administration
Ajax
Articles & Submissions
Backlinks
Banner
Batch
BigBlueButton audio/video/chat/screensharing
Blog
Bookmark
Browser Compatibility
Calendar
Category
Chat
Comment
Communication Center
Consistency
Contacts Address book
Contact us
Content template
Contribution
Cookie
Copyright
Credits
Custom Home (and Group Home Page)
Database MySQL - MyISAM
Database MySQL - InnoDB
Date and Time
Debugger Console
Diagram
Directory (of hyperlinks)
Documentation link from Tiki to doc.tiki.org (Help System)
Docs
DogFood
Draw -superseded by Diagram
Dynamic Content
Preferences
Dynamic Variable
External Authentication
FAQ
Featured links
Feeds (RSS)
File Gallery
Forum
Friendship Network (Community)
Gantt
Group
Groupmail
Help
History
Hotword
HTML Page
i18n (Multilingual, l10n, Babelfish)
Image Gallery
Import-Export
Install
Integrator
Interoperability
Inter-User Messages
InterTiki
jQuery
Kaltura video management
Kanban
Karma
Live Support
Logs (system & action)
Lost edit protection
Mail-in
Map
Menu
Meta Tag
Missing features
Visual Mapping
Mobile
Mods
Modules
MultiTiki
MyTiki
Newsletter
Notepad
OS independence (Non-Linux, Windows/IIS, Mac, BSD)
Organic Groups (Self-managed Teams)
Packages
Payment
PDF
Performance Speed / Load / Compression / Cache
Permission
Poll
Profiles
Quiz
Rating
Realname
Report
Revision Approval
Scheduler
Score
Search engine optimization (SEO)
Search
Security
Semantic links
Share
Shopping Cart
Shoutbox
Site Identity
Slideshow
Smarty Template
Social Networking
Spam protection (Anti-bot CATPCHA)
Spellcheck
Spreadsheet
Staging and Approval
Stats
Survey
Syntax Highlighter (Codemirror)
Tablesorter
Tags
Task
Tell a Friend
Terms and Conditions
Theme
TikiTests
Federated Timesheets
Token Access
Toolbar (Quicktags)
Tours
Trackers
TRIM
User Administration
User Files
User Menu
Watch
Webmail and Groupmail
WebServices
Wiki History, page rename, etc
Wiki plugins extends basic syntax
Wiki syntax text area, parser, etc
Wiki structure (book and table of content)
Workspace and perspectives
WYSIWTSN
WYSIWYCA
WYSIWYG
XMLRPC
XMPP




Useful Tools