We are running CivicSpace 0.8.2 (DRUPAL 4.6.4), MySQL 4.1.15 and PHP 4.3.10.
Recently, our server has been going down regularly. Our remote host really does not have a specific reason for this but has mentioned that it appears that the server is using a lot of memory.
The error message that is generated when the server crashes is:
Warning: mysql_connect(): Can't connect to MySQL server on 'someservername' (61) in /some/file/path/includes/database.mysql.inc on line 31
Can't connect to MySQL server on 'someservername' (61)
I just download the HTML area from the drupal site and put the HTMlArea directory in the module directory and enable the the module but i m not able to see the editor for the text area.
how do i enable the Rich Text Editor.
regards
ANS
I've done the searching on the site and I can't find the solution, though it must be here... how do you hide the links on the front page only? If you do:
.links {display: none}
That turns them off site wide and you can't add comments in the forums or on subpages. I just want the viewers to click the title to get the main article, and there see the add comment links as normal.
I'm doing a site with an unusual format. For the user to enter each page/node they first have to fill out a form collecting marketing data. So it's sort of like each page has a gateway. The form would have a standard field layout but the fields will have info about that particular page. Any thoughts on how to achieve this?