Trackers Admin | |
To access: Click the Tracker icon on the Admin Panel To administer Trackers, first click the "Admin (Click!)" menu to display the Tiki Admin Panel, as shown in this graphic: ![]() |
Trackers | |
From the Tiki Admin Panel, click the Trackers icon to display its settings panel, the top of which appears like so: ![]() |
Configure Trackers | |
Trackers can have attached files. In this panel you can set up where to store attached files (if a tracker allows it). You can store attachments in the database or a directory. The directory path can be absolute (example: /foo/bar/uploads/) or relative to the Tiki directory (example: files/). The trailing slash is mandatory. Here you can:
|
Use database to store files | |
Use a directory to store files | |
Tracker Attachment Storage: Trackers can be set up to allow file attachments, which will be stored in the either the Tiki database or in a directory on your webserver's hard disk. Storing files inside your database is OK for small files or a low volume of files, but a folder is recommended for a high volume site or when your files are relatively large. Note the mandatory trailing forward slash on the path, shown here in red. The path you specify can be absolute: /home/cogley/www/uploads/tikiimg/rm**/** ... or relative to your Tiki's install directory: trackeruploads**/** Path characteristic checklist:
If you take a look at your folder after uploading some images, you can see that Tiki randomizes the filenames, as shown in this graphic: ![]() Troubleshooting Tip: If you are having trouble with file uploads, you can edit settings in your php.ini, or, place an .htaccess file in the root of your tiki installation. |
Partial .htaccess file sample. | |
Override PHP.ini variables, which can be viewed using phpinfo: | |
php_value max_execution_time 300 |
Zero means unlimted request body size: | |
LimitRequestBody 0
More documentation
Related Information
Useful Links
|
Alias | |