aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/Troubleshooting.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Troubleshooting.html')
-rw-r--r--doc/Troubleshooting.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/Troubleshooting.html b/doc/Troubleshooting.html
index 00cfdff8..98fd5354 100644
--- a/doc/Troubleshooting.html
+++ b/doc/Troubleshooting.html
@@ -36,6 +36,7 @@ code > span.er { color: #ff0000; font-weight: bold; }
36<li><a href="Home.html">Home</a></li> 36<li><a href="Home.html">Home</a></li>
37<li>Installation 37<li>Installation
38<ul> 38<ul>
39<li><a href="Download.html">Download</a></li>
39<li><a href="Server-requirements.html">Server requirements</a></li> 40<li><a href="Server-requirements.html">Server requirements</a></li>
40<li><a href="Server-configuration.html">Server configuration</a></li> 41<li><a href="Server-configuration.html">Server configuration</a></li>
41<li><a href="Shaarli-configuration.html">Shaarli configuration</a></li> 42<li><a href="Shaarli-configuration.html">Shaarli configuration</a></li>
@@ -134,10 +135,11 @@ code > span.er { color: #ff0000; font-weight: bold; }
134<h2 id="hosting-problems">Hosting problems</h2> 135<h2 id="hosting-problems">Hosting problems</h2>
135<h3 id="old-php-versions">Old PHP versions</h3> 136<h3 id="old-php-versions">Old PHP versions</h3>
136<ul> 137<ul>
137<li>On <strong>free.fr</strong> : Please note that free uses php 5.1 and thus you will not have autocomplete in tag editing. Don't forget to create a <code>sessions</code> directory at the root of your webspace. Change the file extension to <code>.php5</code> or create a <code>.htaccess</code> file in the directory where Shaarli is located containing:</li> 138<li>On <strong>free.fr</strong> : free.fr now support php 5.6.x(<a href="http://les.pages.perso.chez.free.fr/migrations/php5v6.io">link</a>)and so support now the tag autocompletion but you have to do the following : At the root of your webspace create a <code>sessions</code> directory and a <code>.htaccess</code> file containing:<a href=".html"></a></li>
138</ul> 139</ul>
139<pre class="sourceCode ini"><code class="sourceCode ini"><span class="dt">php 1</span> 140<pre class="sourceCode ini"><code class="sourceCode ini"><span class="dt">&lt;IfDefine Free&gt;</span>
140<span class="dt">SetEnv PHP_VER 5</span></code></pre> 141<span class="dt">php56 1</span>
142<span class="dt">&lt;/IfDefine&gt;</span></code></pre>
141<ul> 143<ul>
142<li>If you have an error such as: <code>Parse error: syntax error, unexpected '=', expecting '(' in /links/index.php on line xxx</code>, it means that your host is using php4, not php5. Shaarli requires php 5.1. Try changing the file extension to <code>.php5</code></li> 144<li>If you have an error such as: <code>Parse error: syntax error, unexpected '=', expecting '(' in /links/index.php on line xxx</code>, it means that your host is using php4, not php5. Shaarli requires php 5.1. Try changing the file extension to <code>.php5</code></li>
143<li>On <strong>1and1</strong> : If you add the link from the page (and not from the bookmarklet), Shaarli will no be able to get the title of the page. You will have to enter it manually. (Because they have disabled the ability to download a file through HTTP).</li> 145<li>On <strong>1and1</strong> : If you add the link from the page (and not from the bookmarklet), Shaarli will no be able to get the title of the page. You will have to enter it manually. (Because they have disabled the ability to download a file through HTTP).</li>