-
Notifications
You must be signed in to change notification settings - Fork 6
/
ch033_common-installation-errors.xhtml
23 lines (23 loc) · 1.54 KB
/
ch033_common-installation-errors.xhtml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head><title/></head><body><h1>Common Installation Errors
</h1>
<h2>Possible Errors
</h2>
<h2>Error 500:
<br/></h2>
<p>The .htaccess file must be present in the lists/ directory and must contain the line "DirectoryIndex index.php" as this ensures phpList looks for index.php rather than the default index.htm(l).
</p>
<p>Also because this file tries to be all things to all servers, if you get an Error 500 report when first running phpList the issue could be that there are lines that start "php_value" they have a better than 50:50 chance of crashing your installation with the dreaded Error 500. In this case, either remove the lines completely, or add a hash "#" to the start of any lines beginning with php_value (so it would look like this  #php_value) and resave the .htaccess file.
</p>
<h2> mySQLi error:
<br/></h2>
<p>If you receive an error referring to mySQL or mySQLi then you need to change this line "$database_module = "mysql.inc";" to "$database_module = "mysqli.inc";" the line in question is around 700-710 of the full config.php file
<br/></p>
<p>From version 5.5 of <acronym title="Hypertext Preprocessor">PHP</acronym>, the mysql_ functions have been deprecated.
</p>
<h2>Feedback
</h2>
<p>Discuss this chapter <a href="https://discuss.phplist.org/t/common-installation-errors-manual-chapter-feedback-and-discussion/217">here</a>.
<br/></p></body></html>