You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: administration/diagnostics-panel.md
+54-26Lines changed: 54 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,81 +38,106 @@ Textpattern version
38
38
Last update
39
39
: The date/time you last updated your installation.
40
40
41
+
Site URL
42
+
: Your domain name and top-level domain (i.e. `example.com`). Corresponds with 'Site URL' setting in the 'Site' section of the [Preferences panel](/administration/preferences-panel#site-url).
43
+
44
+
Admin URL
45
+
: The Textpattern admin interface URL. This is typically the `/textpattern` directory from the Site URL (i.e. `example.com/textpattern`).
46
+
41
47
Document root
42
48
: The path to the web server's public (document root) directory, specifically.
43
49
44
50
$path_to_site
45
-
: The path to wherever your installation is (e.g. in document root or in a sub-directory thereof).
51
+
: The path to wherever your installation is (e.g. in document root or in a subdirectory thereof).
46
52
47
53
Textpattern path
48
54
: The path to your installation's `/textpattern` directory.
49
55
50
56
Article URL pattern
51
57
: The pattern of URL type you set. Corresponds with the 'Article URL pattern' setting in the 'Site' section of the [Preferences panel](/administration/preferences-panel#article-url-pattern).
52
58
59
+
Production status
60
+
: The status of your site: Live, Testing or Debugging.
61
+
53
62
Temporary directory path
54
63
: The path of your `/tmp` directory relative to document root.
55
64
56
-
Site URL
57
-
: Your domain name and top-level domain (i.e. `example.com`). Corresponds with 'Site URL' setting in the 'Site' section of the [Preferences panel](/administration/preferences-panel#site-url).
58
-
59
65
PHP version
60
-
: The version number of your PHP install.</td>
66
+
: The version number of your PHP instance.</td>
61
67
62
68
GD Graphics Library
63
69
: The version number of your GD Graphics Library install.
64
70
65
-
Server TZ
66
-
: The server's 'default timezone'; determined by a [specific order of preferences](https://secure.php.net/manual/en/function.date-default-timezone-get.php).
71
+
Server time zone
72
+
: The server's 'default time zone'; determined by a [specific order of preferences](https://secure.php.net/manual/en/function.date-default-timezone-get.php).
67
73
68
74
Server local time
69
75
: The local date/time of your web server (`yyyy-mm-dd hh:mm:ss`).
70
76
71
-
Automatically adjust Daylight Saving Time setting?
72
-
: Whether Textpattern will adjust DST automatically (`0`=no, `1`=yes). Corresponds with the 'Automatically adjust Daylight Saving Time setting?' setting in the 'Site' section of the [Preferences panel](/administration/preferences-panel#automatically-adjust-daylight-saving-time-setting).
73
-
74
77
Daylight Savings Time enabled?
75
78
: Whether Daylight Savings Time is enabled (`0`=no, `1`=yes). Corresponds with the 'Daylight Savings Time enabled?' setting in the 'Site' section of the [Preferences panel](/administration/preferences-panel#daylight-savings-time-enabled).
76
79
77
-
Time zone
80
+
Automatically adjust Daylight Saving Time setting?
81
+
: Whether Textpattern will adjust DST automatically (`0`=no, `1`=yes). Corresponds with the 'Automatically adjust Daylight Saving Time setting?' setting in the 'Site' section of the [Preferences panel](/administration/preferences-panel#automatically-adjust-daylight-saving-time-setting).
82
+
83
+
Time zone (GMT offset in seconds)
78
84
: Your time zone relative to Greenwich Mean Time (GMT). Corresponds with the 'Time zone' setting in the 'Site' section of the [Preferences panel](/administration/preferences-panel#time-zone). The output includes an offset value in parentheses, which helps developers determine if time-specific problems might stem from a wrong or outdated [tz database](https://en.wikipedia.org/wiki/Tz_database).
79
85
80
86
MySQL
81
-
: The version number and build of your MySQL database server.
87
+
: The version number and build of your MySQL (or derivative) database server.
88
+
89
+
Database server time
90
+
: The database server time. Note this can be the same as the server local time, or different if the database is located on another host.
91
+
92
+
Database server time offset
93
+
: The time offset between the database server and the server local time.
94
+
95
+
Database server time zone
96
+
: todo:explanation
97
+
98
+
Database session time zone
99
+
: todo:explanation
82
100
83
101
Locale
84
102
: The language and character set you have configured.
85
103
86
-
Server
104
+
Site / Admin language
105
+
: Language designations for the front-side and admin-side areas.
106
+
107
+
Web server
87
108
: Your web server type (e.g. Apache, Nginx).
88
109
89
110
PHP server API
90
-
: todo:explanation
111
+
: How the web server interfaces with PHP. For Apache servers, this may me `mod_php` or similar. For Nginx, this may be `fpm-fcgi` (PHP-FPM or FastCGI).
112
+
113
+
PHP SSL version
114
+
: The SSL/TLS library used by PHP. Note this may differ from the sytem SSL/TLS library.
91
115
92
116
RFC 2616 headers
93
117
: todo:explanation
94
118
95
119
Server OS
96
120
: The name and version number of the server's operating system.
97
121
98
-
Active plugins
99
-
: A comma-separated list of all plugins (with version numbers) that are installed *and<* turned on.
100
-
101
122
Admin-side theme
102
123
: The name and version number of the active administration side theme. The default is 'Hive'.
103
124
104
-
The installation and server data is followed by the contents of your `.htaccess` file (from the installation directory). For purposes here we show the [file contents from the current version code](https://github.com/textpattern/textpattern/blob/main/.htaccess) below:
125
+
Active plugins
126
+
: A comma-separated list of all plugins (with version numbers) that are installed *and<* turned on.
127
+
128
+
For Apache servers (and derivatives), the installation and server data is followed by the contents of your `.htaccess` file (from the installation directory). For purposes here we show the [file contents from the current version code](https://github.com/textpattern/textpattern/blob/main/.htaccess) below:
105
129
106
130
~~~apacheconf
107
131
# BEGIN Textpattern
108
-
#DirectoryIndex index.php index.html
109
132
110
-
#Options +FollowSymLinks
111
-
#Options -Indexes
112
-
#ErrorDocument 403 default
133
+
#DirectoryIndex index.php index.html
113
134
114
135
<IfModule mod_rewrite.c>
115
136
RewriteEngine On
137
+
138
+
# Enable the `FollowSymLinks` option below if it isn't already.
139
+
#Options +FollowSymlinks
140
+
116
141
#RewriteBase /relative/web/path/
117
142
118
143
RewriteCond %{REQUEST_FILENAME} -f [OR]
@@ -122,20 +147,23 @@ The installation and server data is followed by the contents of your `.htaccess`
Over time your `.htaccess` file will change as you add your own `mod_rewrite` rules, or whatever, and the changes will reflect in the diagnostics info display.
166
+
Over time your `.htaccess` file may change as you add your own `mod_rewrite` rules, or whatever, and the changes will reflect in the diagnostics info display.
Copy file name to clipboardExpand all lines: installation/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,7 @@ The zip package will have a folder/file tree matching that in the [Textpattern r
116
116
117
117
If you intend to use Textpattern to manage the entire website, you'll upload the install package to your web root (i.e. the root of your web domain). For many hosts, the path to the root looks like this: */users/home/{username}/web/public/*, where {username} is your user account name. You would upload the Textpattern package to the `/public` directory (equal to `yourexample.com`).
118
118
119
-
You may, of course, install it in a sub-directory if you're only using Textpattern to run a blog, for example, as part of a larger site (generally people who do that end up [moving the installation](/installation/moving-textpattern) later).
119
+
You may, of course, install it in a subdirectory if you're only using Textpattern to run a blog, for example, as part of a larger site (generally people who do that end up [moving the installation](/installation/moving-textpattern) later).
120
120
121
121
You will use FTP, or Secure-FTP (SFTP) if your web host requires it, to upload the package to your desired web server location. Two capable clients are WinSCP for Windows and Transmit for Mac.
122
122
@@ -136,7 +136,7 @@ You should now be looking at the default installation screen, which shows the Te
136
136
137
137
Choose the language you want and select the **Submit** button.
138
138
139
-
[^3]: If you don't see this screen, check your URL path. Should it be `https` or `www.`? Did you install in a sub-directory? Is there a typo?
139
+
[^3]: If you don't see this screen, check your URL path. Should it be `https` or `www.`? Did you install in a subdirectory? Is there a typo?
140
140
141
141
[^4]: You can change the UI language any time after setup in the [Preferences panel](/administration/preferences-panel).
Copy file name to clipboardExpand all lines: setup/troubleshooting-diagnostics.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -185,7 +185,7 @@ GD Graphics Library
185
185
: The version number of your GD Graphics Library install.
186
186
187
187
Server TZ
188
-
: The server's 'default timezone'; determined by a [specific order of preferences](https://secure.php.net/manual/en/function.date-default-timezone-get.php).
188
+
: The server's 'default time zone'; determined by a [specific order of preferences](https://secure.php.net/manual/en/function.date-default-timezone-get.php).
189
189
190
190
Server local time
191
191
: The local date/time of your web server (`yyyy-mm-dd hh:mm:ss`).
0 commit comments