I just opened a free hosting at freehostia.com and installed drupal thru their Elefante script installer. The installation was fast. I was able to access my site but when I logged-in as admin, there are errors at the 'Status Report'. The errors are as follows:
1. HTTP request status Fails
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.
2. PHP register globals Enabled ('1')
register_globals is enabled. Drupal requires this configuration directive to be disabled. Your site may not be secure when register_globals is enabled. The PHP manual has instructions for how to change configuration settings.
3. Unicode library Error
Multibyte string input conversion in PHP is active and must be disabled. Check the php.ini mbstring.http_input setting. Please refer to the PHP mbstring documentation for more information.
I tried reading the links (about the PHP) but I can't seem to understand it and was not able to locate what are the necessary steps to correct these errors. Are these errors really critical? What are the steps to correct these errors?
Thanks for reading. Hoping for your help.
Comments
Hi!
Sounds like you have some kind of misconfiguration on the database side,
try creating a new database and re-installing whilst leaving all the mysql settings at default
This should sort alot of it
to disable the php_globals do the following
open up notepad and copy the following lines into it:
register_globals = OFF
memory_limit = 16M
then save the file as php.ini
copy the new php.ini file to the root directory of your web site
Voila - your error should be vanquished!
Failing that raise a trouble ticket with freehostia and ask them to return your php settings to default - it sounds a bit like somethings been altered in there at some point
hope this helps.
Regards,
Ian