new to drupal: need direction on web project

Hi all,
I admit I'm quite new, but I have invested some time reading the docs of WP, Drupal and Joomla and running some POCs, in order to create a frontend for a web project of mine. I'd appreciate if someone can offer some initial guideline or maybe a good reference to start from...

Broken links in Drupal

Hi,
Does anyone know of a good module for detecting broken links in Drupal 7.

Thanks,

PDOException: SQLSTATE[08004] [1040] Too many connections in lock_may_be_available() - Error unknow

I'm getting this error on a live site intermittently.

I don't need to do anything to clear the problem it resolves itself but it's very annoying and bringing about a break in service.

I'm fairly new with drupal so any help would be much appreciated.

Drupal7 install failure - troubleshoot PHP, Suexec ,htaccess and php.ini in Coreix (poss other hosts)

Documenting specific case of Coreix where I have my own server (but don't really know how to do tech side of it).

Install fails with general error.

Solution - edit .htaccess and create a php.ini in the same directory.

You do not need to edit any other files as the system will look for a php.ini automatically.

A hash is a comment - mainly used to allow plain english explanations of what the code does, and also used as quick way of telling the system to IGNORE lines of code.

To Solve

Your .htaccess with Drupal includes something like this...(note - the php memory is a change I made to it before uploading so default .htaccess do not have this line)

# Override PHP settings that cannot be changed at runtime. See
# sites/default/default.settings.php and drupal_initialize_variables() in
# includes/bootstrap.inc for settings that can be changed at runtime.

php_value memory_limit 256M

# PHP 5, Apache 1 and 2.

php_flag magic_quotes_gpc off
php_flag magic_quotes_sybase off
php_flag register_globals off
php_flag session.auto_start off
php_value mbstring.http_input pass
php_value mbstring.http_output pass
php_flag mbstring.encoding_translation off

How can I show related content?

Hello all,

Here is the situation:
I have a specific node called category-page. This contenttype needs a field where I can select an "employee". Employee's are nodes of another contenttype. The selected employee will be the contactperson for this category-page.

How can I:
1) create a selectfield for the contenttype. The values should be the nodes of the content-type Employee
2) show certain fields of the Employee (like photo and name) when visiting the category-page.

All help is very much welcome :)

User profile form alter

I have created a module to alter my user profile page and disable mail textfield.
I've set my module weight so that's the last module to apply.
I used

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x