Loading...
 

New in Tiki23

Introduction

GlitchTip is an Open Source error tracking system and you can self-host GlitchTip or subscribe to GlitchTip.com

It also does:

  • Uptime Monitoring
  • Application Performance Monitoring (not yet supported in Tiki, but you can use Real User Measurement).



The recommended and fully functional way to track your Tiki errors in GlitchTip is (where yourtiki.org is your Tiki instance and glitchtip.example.com is your GlitchTip instance):

Setup GlitchTip for a new project:

  • Add a new project in your GlitchTip instance by clicking the "Create New Project"
  • Choose PHP as your platform, input the project name (yourtiki.org) and select your team

Image

  • Tiki23+ bundles sentry/sdk so you should not run Composer

  • Note and copy your DSN from the left panel, it will be used in the Tiki .ini file:

Image

1.1.3. Create a new system configuration .ini file or add a new rule and modify local.php:

It is not recommended to use tiki-admin.php Setup Error Tracking feature in Admin > General > Error Tracking because it loads later and will miss some error messages


For more information about system configuration and tiki.ini (or tiki.ini.php), see: System Configuration

  • Create a new folder named tikiconfig outside the web accessible directory, and inside this folder create a new prefs.ini file containing
../tikiconfig/prefs.ini
Copy to clipboard
[glitchtip] preference.error_tracking_enabled_php = y preference.error_tracking_enabled_js = y preference.error_tracking_dsn = https://4bd1dec539c9496b9d3f3ef5bd284f70@glitchtip.example.com/4

Of course, replace the preference.error_tracking_dsn link with the DSN generated by GlitchTip

  • Now add the following lines to your existing local.php file in the /db folder
db/local.php
Copy to clipboard
if (is_readable('../tikiconfig/prefs.ini')) { $system_configuration_file = '../tikiconfig/prefs.ini'; } else { trigger_error('Ini file not found: ../tikiconfig/prefs.ini', E_USER_WARNING); } $system_configuration_identifier = 'glitchtip';

1.1.4. You are done

Check the errors reported in your GlitchTip instance, by navigating to your project.


Original commit: https://gitlab.com/tikiwiki/tiki/-/merge_requests/825

Usage for the Tiki development process

Attached files

ID Name Comment Uploaded Size Downloads
102 Screenshot_2021-09-15 GlitchTip - 3.png Horia N. 13.74 Kb 68
100 Screenshot_2021-09-15 GlitchTip.png Horia N. 32.73 Kb 77

doc.tiki.org

Get Started

Admin Guide User Guide

Keywords

Keywords serve as "hubs" for navigation within the Tiki documentation. They correspond to development keywords (bug reports and feature requests):

Accessibility (WAI and 508)
Accounting
Articles and Submissions
Backlinks
Banners
Batch
BigBlueButton audio/video/chat/screensharing
Blog
Bookmark
Browser Compatibility
Link Cache
Calendar
Category
Chat
Clean URLs
Comments
Communication Center
Compression (gzip)
Contacts (Address Book)
Contact us
Content Templates
Contribution
Cookie
Copyright
Credit
Custom Home and Group Home Page
Date and Time
Debugger Console
Directory of hyperlinks
Documentation link from Tiki to doc.tiki.org (Help System)
Docs
Draw
Dynamic Content
Dynamic Variable
External Authentication
FAQ
Featured links
File Gallery
Forum
Friendship Network (Community)
Gmap Google maps
Groups
Hotword
HTML Page
i18n (Multilingual, l10n)
Image Gallery
Import-Export
Install
Integrator
Interoperability
Inter-User Messages
InterTiki
Kaltura video management
Karma
Live Support
Login
Logs (system & action)
Look and Feel
Mail-in
Map with Mapserver
Menu
Meta Elements
Mobile Tiki and Voice Tiki
Module
MultiTiki
MyTiki
Newsletter
Notepad
Payment
Performance Speed / Load
Permissions
Platform independence (Linux-Apache, Windows/IIS, Mac, BSD)
Polls
Profiles
Profile Manager
Report
Toolbar
Quiz
Rating
Feeds
Score
Search engine optimization
Search
Search and Replace
Security
Semantic links
Shadowbox
Shadow Layers
Share
Shopping cart
Shoutbox
Slideshow
Smiley
Social Networks
Spam protection (Anti-bot CATPCHA)
Spellcheck
Spreadsheet
Stats
Surveys
Tags
Task
Tell a Friend, alert + Social Bookmarking
TikiTests
Theme CSS & Smarty
Tiki Manager
Trackers
Transitions
User Administration including registration and banning
User Files
User Menu
Watch
WebDAV
Webmail
Web Services
Wiki History, page rename, etc
Wiki Syntax
Wiki structure (book and table of content)
Workspace
WSOD
WYSIWYCA
WYSIWYG
XMLRPC

Tiki Newsletter

Delivered fresh to your email inbox!
Newsletter subscribe icon
Don't miss major announcements and other news!
Contribute to Tiki