Documentation

Features

Differences

This shows you the differences between the selected revision and the current version of the page.

troubleshooting:installation 2008/09/19 14:40 troubleshooting:installation 2009/08/04 11:35 current
Line 2: Line 2:
The following are some of the most common installation problems. The following are some of the most common installation problems.
- 
===== Ioncube Errors ===== ===== Ioncube Errors =====
-  * [[troubleshooting:ioncube:bluehost | Bluehost]] +  * [[troubleshooting:ioncube | General Ioncube Installation Instructions]] 
-  * [[troubleshooting:ioncube:godaddy | GoDaddy]]+  * [[troubleshooting:ioncube:bluehost | Bluehost Ioncube Instructions]] 
 +  * [[troubleshooting:ioncube:godaddy | GoDaddy Ioncube Instructions]]
Line 14: Line 14:
To fix that error open the setup/config.php and change <code>define("DB_SET_CHARSET", "YES");</code> to <code>define("DB_SET_CHARSET", "NO");</code>. To fix that error open the setup/config.php and change <code>define("DB_SET_CHARSET", "YES");</code> to <code>define("DB_SET_CHARSET", "NO");</code>.
 +
 +===== How do I turn off registered globals? =====
 +On many hosts, you can edit your .htaccess file, and add the following code:
 +<code>php_value register_globals 0</code>
 +
 +

Have more questions? Visit our community forums.