Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I just went through this (with BlueHost) myself. </p> <p>You mentioned that you added the proper path to the <code>include_path</code> in <code>public_html/php.ini</code>. There are a few other things to check.</p> <p><strong>First:</strong> By default, BlueHost servers are configured to use a different <code>php.ini</code> file (located in <code>/etc/</code>) <em>unless</em> there is another <code>php.ini</code> file in the folder that you are running your script from. You can check by running <code>&lt;? php_info(); ?&gt;</code> and looking for the value for <em>Loaded Configuration File</em>. </p> <p>In order to get every script in every folder to use the <code>php.ini</code> located in <code>public_html/</code>:</p> <ol> <li>From cPanel, under Software/Services click the PHP Info link </li> <li>Select <strong>PHP x.x (Single php.ini)</strong> for the same version as is already selected (to ensure compatibility).</li> </ol> <p><strong>Second:</strong> You'll want to make sure you've added an <strong>alias</strong> to your <code>.bashrc</code> file (<a href="http://www.php-linux.com/home/node/5" rel="nofollow">see here</a>)</p> <p>At this point if your problem isn't solved, you'll want to consider <strong>a different method of checking whether or not Zend Framework will be available to your .php files:</strong></p> <p>Save <a href="http://framework.zend.com/svn/framework/standard/trunk/demos/Zend/Gdata/InstallationChecker.php" rel="nofollow">Zend's Installation Checker file</a> and upload it to the root path of your server. Then view it in your browser. It will tell you if you have installed zend framework correctly.</p> <p>All tests pass for me, so I don't care that I still get the same error as you when testing through ssh via <code># zf show version</code>.</p> <p>More on installing Zend: <a href="https://developers.google.com/gdata/articles/php_client_lib#php-path-installation" rel="nofollow">https://developers.google.com/gdata/articles/php_client_lib#php-path-installation</a></p> <p>More on BlueHost php config: <a href="https://my.bluehost.com/cgi/help/551" rel="nofollow">https://my.bluehost.com/cgi/help/551</a></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload