Having problems installing Drupal? See the Installation Guide for more information.

Problem with Drupal and Postgres on Debian, concat(text,integer) not found

I have been trying to install Drupal on a Debian unstable system which has Postgresql on it.

The version in Debian currently is 4.5.3.

When I try to access the index page I get two errors at the top of the page, both complaining
that concat(text, integer) is not defined. Both are reported at line 104, but this is just a function
that does queries, so that does not help very much.

The two SQL statements are:-

configuring DRUPAL on apache

I need help regarding configuring of Drupal site in apache 1.3.

I have installed
apache 1.3.33
PHP 5
Downloaded drupal source and copied the directory to /htdocs folder.
configured mySQL database

Now problem is to configure drupal site so as to access it over web. I have updated /sites/default/settings.php, but not sure whethere it is right/wrong.

Can you help me what should be done to make the site up and running.

Image.Module not working in 4.6.1

Hi All,

I have spent a number of nights trolling the forums and working on this issue with no success. I have installed 4.6.1 along with a number of modules which all seem to be working fine. The only area I am having problems is in the image.module. Note that I had a 4.5.2 installation that was working fine. I did not upgrade the images (I had deleted them out of 4.5.2).

mysql db error with 2 servers

I am setting up drupal with webserver as one server and mysql as another server.

I have tried....

$db_url = 'mysql://username%40webserver:password@mysqlserver/database';

and $db_url = 'mysql://username@webserver:password@mysqlserver/database';

and $db_url = 'mysql://username@webserver:password%40mysqlserver/database';

yet I get errors. The first one is a password error and the second 2 are parsing errors. Any ideas?

unsupported database type

I am installing the latest drupal version on mac osx tiger and get the error:

'unsupported database type'.

I am running MySQL 4.1.8-standard; phpmyadmin is running and all appears okay. Any suggestions?

parse error, unexpected T_STRING

I went through the installation of drupal with seemingly no problems. When i went to log in to create the first account i noticed that the page was sending me back to the localhost. Realizing my mistake i opened up the site/default/settings.php file and fixed the base url to point the the correct domain. once i did this and uploaded it, here is the message i get:

Parse error: parse error, unexpected T_STRING in /home/xxxxxxx/public_html/sites/default/settings.php on line 101

Any help on this would be very appreciated. I did a serch but didn't find anything on this topic.

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal