Hello,
I still have the same problems for some wordpress sites – I put up 5 with different php configurations just to test this, and I finally got one working – a FastCGI site that I had woking, but then installed a number of plug-ins and that killed that site. I turned on error loggin by setting line 87 of my wp-config.php file to TRUE – and after reloading the page a few times in the browser was able to identify the plugins causing the errors and then just modified their directory names until I got the site up, but still can’t get into the admin area properly, but I did get that site to load: still am seeing the ollowing errors with functions.php:
Notice: load_plugin_textdomain was called with an argument that is deprecated since version 2.7 with no alternative available. in /var/www/clients/client1/web33/web/wp-includes/functions.php on line 3468 Notice: register_sidebar_widget is deprecated since version 2.8! Use wp_register_sidebar_widget() instead. in /var/www/clients/client1/web33/web/wp-includes/functions.php on line 3382 Notice: register_sidebar_widget is deprecated since version 2.8! Use wp_register_sidebar_widget() instead. in /var/www/clients/client1/web33/web/wp-includes/functions.php on line 3382 Warning: fopen(https://lovemovies.biz/wp-cron.php?doing_wp_cron): failed to open stream: HTTP request failed! in /var/www/clients/client1/web33/web/wp-includes/class-http.php on line 876 Notice: bp_core_is_multisite is deprecated since version 1.5! Use is_multisite() instead. in /var/www/clients/client1/web33/web/wp-includes/functions.php on line 3382 Notice: bp_core_is_multisite is deprecated since version 1.5! Use is_multisite() instead. in /var/www/clients/client1/web33/web/wp-includes/functions.php on line 3382 Notice: clean_url is deprecated since version 3.0! Use esc_url() instead. in /var/www/clients/client1/web33/web/wp-includes/functions.php on line 3382
As for the other sites, I have noticed some major differences in the php.ini files I am using and that used on a large server co where I just had to rent a space to install a clients wordpress.
For example, they have curl and dl installed and enabled and I do not. They also have magic_quotes_gpc and register_long_arrays set to on and I have them set to off. Do you think any of this could be the problem?
As for you, tristanbes, if you are using FastCGI you need to modify the /etc/php5/cgi/php.ini file and if you are using mod_PHP then it’s the /etc/php5/apache2/php.ini file. I believe that the /etc/php5/cli/php.ini is for the command line interface or interactive interpreter – you might need to adjust both or all 3 of those files.
I’ll look into the premissions thing next.
Eddie