Documentation

Features

Differences

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

troubleshooting:ioncube:godaddy 2008/09/19 14:37 troubleshooting:ioncube:godaddy 2009/05/26 10:23 current
Line 4: Line 4:
1. Ftp into your account and create a new file: 1. Ftp into your account and create a new file:
-php.ini - If you are running php 4 +  * php.ini - If you are running php 4 
-php5.ini - If you are running php 5+ * php5.ini - If you are running php 5
**Only create this file if it doesn't exist** **Only create this file if it doesn't exist**
Line 13: Line 13:
Once this page loads you should see a section that says: Once this page loads you should see a section that says:
-php.ini file - /home/yourpath/html/php5.ini+php.ini file - /home/content/f/l/y/website/html/php5.ini
The full path is what we need for the next step. The full path is what we need for the next step.
Line 19: Line 19:
3. Now open the .ini file we created in step one.  If the file is blank add: 3. Now open the .ini file we created in step one.  If the file is blank add:
<code> <code>
-[Zend] +zend_extension = /replace/with/your/path/from/step2/html/ioncube/ioncube_loader_lin_5.2.so
-zend_extension = /home/yourpath/html/ioncube/ioncube_loader_lin_5.2.so+
</code> </code>
If the file is not blank add that same line above just below the [Zend] line. If the file is not blank add that same line above just below the [Zend] line.
 +
 +===== Resources =====
 +  * [[http://help.godaddy.com/topic/423/article/1467 | GoDaddy Knowledge Base Article]]
 +  * [[http://forum.ioncube.com/viewtopic.php?t=1481 | Ioncube Forum Thread]]

Have more questions? Visit our community forums.