nickwolt41
New Member
- Messages
- 23
- Reaction score
- 2
- Points
- 3
I have some errors in Drupal:
1. There was a problem checking available updates for Drupal. See the available updates page for more information and to install your missing updates.
This error (1) I get on various pages. (including the appearance page)
2. Notice: Undefined variable: errno in drupal_http_request() (line 835 of /home/nidunc/public_html/drupal/includes/common.inc).
Notice: Undefined variable: errstr in drupal_http_request() (line 836 of /home/nidunc/public_html/drupal/includes/common.inc).
In the common.inc file I see this:
Line 835: $result->code = -$errno;
Line 836: $result->error = trim($errstr) ? trim($errstr) : t('Error opening socket @socket', array('@socket' => $socket));
This error (2) is quite common on the drupal part of my website.
3. One or more problems were detected with your Drupal installation. Check the status report for more information.
On that page (Reports) it displays this:
Drupal 7.12
Access to update.php Protected (OK)
Configuration file Protected (OK)
Cron maintenance tasks Last run 3 sec ago (OK)
Database system MySQL, MariaDB, or equivalent (OK)
Database system version 5.1.61 (OK)
Database updates Up to date (OK)
Drupal core update status Failed to get available update data. (WARNING)
There was a problem checking available updates for Drupal. See the available updates page for more information and to install your missing updates.
File system Writable (public download method) (OK)
GD library PNG support bundled (2.0.34 compatible) (OK)
GD library rotate and desaturate effects bundled (2.0.34 compatible) (OK)
HTTP request status Fails (WARNING)
Your system or network configuration does not allow Drupal to access web pages, resulting in reduced functionality. This could be due to your webserver configuration or PHP settings, and should be resolved in order to download information about available updates, fetch aggregator feeds, sign in via OpenID, or use other network-dependent services. If you are certain that Drupal can access web pages but you are still seeing this message, you may add $conf['drupal_http_request_fails'] = FALSE; to the bottom of your settings.php file.
Node Access Permissions Disabled (OK)
If the site is experiencing problems with permissions to content, you may have to rebuild the permissions cache. Rebuilding will remove all privileges to content and replace them with permissions based on the current modules and settings. Rebuilding may take some time if there is a lot of content or complex permission settings. After rebuilding has completed, content will automatically use the new permissions. Rebuild permissions
PHP 5.3.10
The phpinfo() function has been disabled for security reasons. To see your server's phpinfo() information, change your PHP settings or contact your server administrator. For more information, Enabling and disabling phpinfo() handbook page.
PHP extensions Enabled
PHP memory limit 96M
PHP register globals Disabled
Unicode library PHP Mbstring Extension
Update notifications Enabled
Upload progress Not enabled
Your server is not capable of displaying file upload progress. File upload progress requires an Apache server running PHP with mod_php.
Web server LiteSpeed
So, what i'm asking is: why does Drupal display those errors?
Why can't Drupal update?
Why does Drupal display the errno and errstr errors?
Why does the HTTP request fail?
And the most important question: CAN YOU FIX ALL THOSE PROBLEMS FOR ME? or HOW CAN I FIX
THESE PROBLEMS?
With kind regards,
Nick Wolt/Duncan.
PS.: I also have Joomla 2.5.4, phpBB 3.0.10 and WordPress 3.3.1 (soon to be 3.3.2) installed on my website, and they all work fine! (no errors)
1. There was a problem checking available updates for Drupal. See the available updates page for more information and to install your missing updates.
This error (1) I get on various pages. (including the appearance page)
2. Notice: Undefined variable: errno in drupal_http_request() (line 835 of /home/nidunc/public_html/drupal/includes/common.inc).
Notice: Undefined variable: errstr in drupal_http_request() (line 836 of /home/nidunc/public_html/drupal/includes/common.inc).
In the common.inc file I see this:
Line 835: $result->code = -$errno;
Line 836: $result->error = trim($errstr) ? trim($errstr) : t('Error opening socket @socket', array('@socket' => $socket));
This error (2) is quite common on the drupal part of my website.
3. One or more problems were detected with your Drupal installation. Check the status report for more information.
On that page (Reports) it displays this:
Drupal 7.12
Access to update.php Protected (OK)
Configuration file Protected (OK)
Cron maintenance tasks Last run 3 sec ago (OK)
Database system MySQL, MariaDB, or equivalent (OK)
Database system version 5.1.61 (OK)
Database updates Up to date (OK)
Drupal core update status Failed to get available update data. (WARNING)
There was a problem checking available updates for Drupal. See the available updates page for more information and to install your missing updates.
File system Writable (public download method) (OK)
GD library PNG support bundled (2.0.34 compatible) (OK)
GD library rotate and desaturate effects bundled (2.0.34 compatible) (OK)
HTTP request status Fails (WARNING)
Your system or network configuration does not allow Drupal to access web pages, resulting in reduced functionality. This could be due to your webserver configuration or PHP settings, and should be resolved in order to download information about available updates, fetch aggregator feeds, sign in via OpenID, or use other network-dependent services. If you are certain that Drupal can access web pages but you are still seeing this message, you may add $conf['drupal_http_request_fails'] = FALSE; to the bottom of your settings.php file.
Node Access Permissions Disabled (OK)
If the site is experiencing problems with permissions to content, you may have to rebuild the permissions cache. Rebuilding will remove all privileges to content and replace them with permissions based on the current modules and settings. Rebuilding may take some time if there is a lot of content or complex permission settings. After rebuilding has completed, content will automatically use the new permissions. Rebuild permissions
PHP 5.3.10
The phpinfo() function has been disabled for security reasons. To see your server's phpinfo() information, change your PHP settings or contact your server administrator. For more information, Enabling and disabling phpinfo() handbook page.
PHP extensions Enabled
PHP memory limit 96M
PHP register globals Disabled
Unicode library PHP Mbstring Extension
Update notifications Enabled
Upload progress Not enabled
Your server is not capable of displaying file upload progress. File upload progress requires an Apache server running PHP with mod_php.
Web server LiteSpeed
So, what i'm asking is: why does Drupal display those errors?
Why can't Drupal update?
Why does Drupal display the errno and errstr errors?
Why does the HTTP request fail?
And the most important question: CAN YOU FIX ALL THOSE PROBLEMS FOR ME? or HOW CAN I FIX
THESE PROBLEMS?
With kind regards,
Nick Wolt/Duncan.
PS.: I also have Joomla 2.5.4, phpBB 3.0.10 and WordPress 3.3.1 (soon to be 3.3.2) installed on my website, and they all work fine! (no errors)