By drofenaz on
I am able to get to the page where I input the database information, but as soon as I press the button to continue, I get the White Screen of Death.
I did enable error reporting in the index.php file. But it doesn't show any errors. However, there is a file being created in my root directory called "error_log" and it keeps being populated with this:
[22-Mar-2012 13:28:15] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/no-debug-non-zts-20060613/eaccelerator.so' - /usr/lib/php/extensions/no-debug-non-zts-20060613/eaccelerator.so: cannot open shared object file: No such file or directory in Unknown on line 0
[22-Mar-2012 13:28:15] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/no-debug-non-zts-20060613/gd.so' - /usr/lib/php/extensions/no-debug-non-zts-20060613/gd.so: cannot open shared object file: No such file or directory in Unknown on line 0
[22-Mar-2012 13:28:15] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/no-debug-non-zts-20060613/mysql.so' - /usr/lib/php/extensions/no-debug-non-zts-20060613/mysql.so: undefined symbol: PL_perl_destruct_level in Unknown on line 0
[22-Mar-2012 13:28:15] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/no-debug-non-zts-20060613/php_mysql.so' - /usr/lib/php/extensions/no-debug-non-zts-20060613/php_mysql.so: cannot open shared object file: No such file or directory in Unknown on line 0
[22-Mar-2012 13:28:15] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/no-debug-non-zts-20060613/php_mysqli.so' - /usr/lib/php/extensions/no-debug-non-zts-20060613/php_mysqli.so: cannot open shared object file: No such file or directory in Unknown on line 0I have tried installing other scripts such as WordPress and they all install fine. Any ideas as to what may be causing the problem?
Comments
It is a fault on the server.
It is a fault on the server. If you are on hosting account, complain. If you run your own server, or have a hosting account with its own php.ini, modify php.ini so it not trying to load eaccelerator.
Digit Professionals specialising in Drupal, WordPress & CiviCRM support for publishers in non-profit and related sectors
I did complain. Their
I did complain. Their response was that since the plugins are working for every other CMS, that there's nothing wrong. Errors are still thrown, but other CMSs work. Drupal is the only one that doesn't.
The PHPINFO() shows that the plugins are running. Yet I'm still getting the errors I mentioned earlier. Any idea on how to fix it? Will disabling eaccelerator fix it all?
One possible reason, which I
One possible reason, which I encountered when setting up mongodb, is that your site is loading the php.ini for the particular domain, but checks are made against the php.ini file which is loaded for CLI. IMO to run Drupal you need your own server or VPS, or at least a Drupal specialist host, such as hotdrupal.com (not just a host which says they specialise in Drupal, on the basis that they 'specialise' in anything anyone will pay for).
Digit Professionals specialising in Drupal, WordPress & CiviCRM support for publishers in non-profit and related sectors
I'm not going too far out on
I'm not going too far out on a limb to say you probably have a Zend Optimizer conflict. Unless you specifically need code compiled with Zend or Ioncube turn them off. If you have access to your php.ini just look for it near the top of the file and comment it out and give that a try.
Also while you are in there make sure you don't have an incomplete extension line, control panels are notorious for this. Look for "extension = " and if you find one comment it out.
DrupalVoodoo