100 Web Space
http://forum.100webspace.com/

Drupal on 100webs?
http://forum.100webspace.com/viewtopic.php?f=11&t=2586
Page 1 of 1

Author:  britanyO2 [ Wed Sep 14, 2005 1:18 am ]
Post subject:  Drupal on 100webs?

Hi
Can I use Drupal on 100webs?
I have some problems with installing him.

I belive that the problem is here:
$db_url = 'mysql://username:password@localhost/database';

And I put correct detail, think.
username - db_name
password - dB_password
localhost - webpal.info
database - db_name

thanks...

Author:  Oliver [ Wed Sep 14, 2005 9:39 pm ]
Post subject: 

Drupal works fine on our servers. Try adding a ":3306" to the hostname, it should look like this:

mysql://db_name:db_pass@hostname:3306/db_name - if you are unsure about any of the settings, please open a trouble ticket.

Author:  britanyO2 [ Thu Sep 15, 2005 2:00 am ]
Post subject: 

Trouble ticket didn't help me.

I've copied all drupal files on server and made DB called drupal.
In settings.php i put this:

$db_url = 'mysql://name_of_db:pass_of_db@coconia.net/name_of_db;
$db_prefix = '';

and i tried with 3306 :
$db_url = 'mysql://name_of_db:pass_of_db@coconia.net:3306/name_of_db;

And it does't work!
On localhost i do everything the same, and it works.

Message is:

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, support@100webspace.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

What could it be?

Author:  Oliver [ Thu Sep 15, 2005 7:03 pm ]
Post subject: 

Check whether there is an .htaccess file in drupal's folder and if there is one, rename it to a.htaccess.

Author:  britanyO2 [ Fri Sep 16, 2005 12:35 am ]
Post subject: 

No, .htaccess isn't there. I was try to copy him on server but it just didn't appear there.
???

Page 1 of 1 All times are UTC
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/