Skip to content

Commit

Permalink
Doc: Explains how to fix preg_split error in store.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Jermolene committed Nov 15, 2017
1 parent 5acfc01 commit ca2225b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion editions/tw5.com/tiddlers/saving/Saving on a PHP Server.tid
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ created: 20140111091844267
delivery: DIY
description: DIY script you can install on your own server
method: save
modified: 20171113105946993
modified: 20171114212220389
tags: Saving PHP
title: Saving on a PHP Server
type: text/vnd.tiddlywiki
Expand Down Expand Up @@ -41,3 +41,7 @@ As your TW file increases in size, you may need to modify your `.htaccess` or `
php_value upload_max_filesize 4M
php_value post_max_size 6M
```

!!! Note about possible error message

If you get an error message regarding `preg_split()`, you may need to change references to `preg_split` in ''store.php'' to function `explode` .

0 comments on commit ca2225b

Please sign in to comment.