Drupal 4.5.x or older

DataSync dials

DataSync, a company providing a portal to enterprise software staples like SugarCRM, Quickbooks and mail/calendaring service Zimbra, announced today that it has brought in $1.2 million in a first round of funding. It plans to use the money to continue product development and expand its portfolio of offerings.

Lacks of Drupal

I search on cmss today and found at cmsmartix.org and look drupal. I use drupal for a while and I want to ask why these are lack and didnt patch also it these important? or how can I solve or change this?

http://www.cmsmatrix.org/matrix/cms-matrix/drupal

I search and find some modules that enables its lack but i cant find these.

NOs

In/Out Board
HTTP Proxy
UI Levels
SLL Logins
Problem Notification
Kerberos Authentication
NIS Authentication
SMB Authentication

Hosts that support version control

dennis.squier - October 8, 2009 - 03:36

I am looking for web hosts that support drupal veresion control.

Drupal Developer / Architect Needed in NYC!!!

Our direct client located in New York, NY has a 3-6 month+ contract assignment open for a Drupal Developer / Architect. Please note that the client will require an in person interview in New York City after an initial phone interview (TechLink does not cover interview expenses). If you are interested, please send a copy of your resume (preferably in Word format) to mpotenza@techlink-usa.com and/or call (201) 786-2413.

Description:

The role will be a Drupal Developer / Architect tasked with building high-traffic websites within client’s dev team and working with outside Drupal consultants. A very hands-on Drupal development role.

Required Skills:

- Minimum of 7-10 years of overall IT experience
- Minimum of 3-5 years of experience with LAMP stack (Linux, Apache, MySQL, PHP)
- Solid experience with Drupal Content Management System. Need an expert here!
- Experience with other content management systems a plus.
- Very solid PHP/MySQL development skills (4-5 years minimum)
- Experience working on / developing large scale consumer facing websites a plus.
- Any experience on the LAMP administration side a plus (not required)

Contact:

Mike Potenza
Recruiting Manager
Phone: (201) 786-2413
Fax: (201) 786-2410
mpotenza@techlink-usa.com
www.techlink-usa.com

A few tricks for translation managers

For speed-up your work with a huge *.po files You always can do some optimization

Clearing untranslated messages (especially if Your file greater than 2M 8))

msgattrib -s --no-location --translated huge.po > clean_file_for_import.po

very usefull tip - remove duplicates

msguniq -u --no-location --strict with_duplicates.po > clean_file_for_import.po

Good luck!

Possible Cause: Duplicate module folder

Possible Cause:
There is one or multiple copies of the same module folder.

Fix:
For example in my case the error returns Fatal error: Cannot redeclare system_requirements() (previously declared in /modules/system/system.install:12) in /modules/modules/system/system.install on line 299

    1. Search for duplicate(s) module folder thats triggering the error. In my case I search for a duplicate system folder.
    2. I found two folders with the same name system. The first one is located under modules/system. And the second one is located under modules/modules/system
    3. To fix this delete the duplicate folder(s). In my case I delete the system folder located under modules/modules/system

If above fix isn't working try the same above steps but search for duplicate(s) inside the other modules folder located under sites/all/modules

Syndicate content
 
 

Drupal is a registered trademark of Dries Buytaert.