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
18 Aug 19 22:33 GMT-0000 Marc Laporte
We use mPDF
234
Current
05 Oct 18 03:59 GMT-0000 Marc Laporte 233
12 Apr 18 03:19 GMT-0000 drsassafras removed alias directing to a already existing page (and blocked one at that) 232
12 Apr 18 03:12 GMT-0000 drsassafras updating link 231
29 Aug 17 16:51 GMT-0000 Marc Laporte 230
18 May 15 20:03 GMT-0000 Marc Laporte 229
28 Jan 15 20:48 GMT-0000 Marc Laporte 228
14 Jul 14 00:26 GMT-0000 Marc Laporte 227
23 Apr 14 17:23 GMT-0000 Marc Laporte 226
16 Apr 14 21:18 GMT-0000 Marc Laporte 225
16 Apr 14 21:13 GMT-0000 Marc Laporte 224
04 Mar 14 09:59 GMT-0000 amette 223
03 Mar 14 03:33 GMT-0000 Marc Laporte 222
03 Nov 13 21:40 GMT-0000 Marc Laporte 221
17 Jul 13 17:52 GMT-0000 Marc Laporte 220
22 May 13 14:57 GMT-0000 Marc Laporte 219
22 May 13 14:56 GMT-0000 Marc Laporte 218
20 Mar 13 14:02 GMT-0000 Marc Laporte 217
27 Feb 13 05:25 GMT-0000 Marc Laporte 216
30 Jan 13 23:58 GMT-0000 Marc Laporte 215
30 Jan 13 23:51 GMT-0000 Marc Laporte 214
30 Jan 13 23:50 GMT-0000 Marc Laporte 213
20 Dec 12 02:46 GMT-0000 Marc Laporte 212
20 Dec 12 02:04 GMT-0000 Marc Laporte 211
20 Dec 12 02:02 GMT-0000 Marc Laporte 210
19 Dec 12 20:00 GMT-0000 Marc Laporte 209
19 Dec 12 19:06 GMT-0000 Marc Laporte 208
19 Dec 12 18:56 GMT-0000 Marc Laporte 207
19 Dec 12 18:55 GMT-0000 Marc Laporte 206
03 Nov 12 21:03 GMT-0000 Marc Laporte 205
02 Nov 12 17:56 GMT-0000 Marc Laporte 204
22 Oct 12 22:54 GMT-0000 Marc Laporte Tiki check now does it all! So removing that test directory 203
16 Oct 12 22:25 GMT-0000 Frank Guthausen permissioncheck 202
16 Oct 12 21:47 GMT-0000 Marc Laporte Thanks Frank!! 201
16 Oct 12 15:54 GMT-0000 Marc Laporte 200
15 Oct 12 06:27 GMT-0000 Marc Laporte 199
14 Oct 12 10:57 GMT-0000 Marc Laporte 198
14 Oct 12 10:38 GMT-0000 Marc Laporte 197
10 Oct 12 14:49 GMT-0000 Marc Laporte 196
10 Oct 12 13:57 GMT-0000 Marc Laporte 195
07 Oct 12 01:16 GMT-0000 Marc Laporte 194

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