any free hosting that support drupal?

i try to setup drupal on tripod.co.uk

but, when i upload the database to phpmyadmin,
it show up error:

Database dbname_uk_db
Error

SQL-query : [Edit]

--

MySQL said:

You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '--' at line 1

Back

Comments

jadwigo’s picture

This message only tells you that the comments in the database install script are not recognized..

The easy (not fast) solution is to manually remove all lines starting with "--" from the database.mysql file, after that it should work perfectly.

rexster’s picture

ok.
now i get my drupal runs on tripod.

but, it seems that tripod activate safe mode.
i get error:
warning: ini_get, ini_alter, ini_restore, ini_set, getrusage, mysql_list_dbs, get_current_user, set_time_limit, getmyuid, getmypid, dl, leak, listen, chown, chmod, chgrp, realpath, tmpfile, link, mb_send_mail() has been disabled for security reasons in /data/members/free/tripod/uk/d/e/n/dennyhalim/htdocs/includes/common.inc on line 406.

any way out?
tia.
rex

www.NGoBRoL.com

jadwigo’s picture

The drupal sites/default/settings.php contains a lot of ini_set stuff wich will not work, and probably generates the error. Drupal should work without those statements in the settings file, but there might be some problems.

File upload might not work because tmpfile is disabled.