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.
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.
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).
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.