Drupal 7

Drupal 7

By peterm, 20 May, 2018

Tags

In preparing for the next iteration of campus maps, I've been studying our options for hosting and trying to develop data we can use to tune the application. In order to do so, it makes sense to capture load test data and work with the data to then tune caching options.

The difference between our old map application and the new version is Drupal. The old version is a series of static html pages; the new version uses Drupal, OpenLayers, CCK, Views and a few other modules to deliver a different type of experience.

By peterm, 5 September, 2014

Tags

As part of a campus roll out for providing building addresses to our facilities, I've been working on devleoping a small look up site and API service developed in Drupal.

All campus buildings, parking lots, fields and entities are getting official US Post Office street addresses. This is a second phase of work that follows on the naming of campus roads.

By peterm, 19 November, 2012

Back in September, I attended the UCLA Mobile Web Framework conference. This was a group of about 100 UC and CSU folks gathered for two days to talk about the MWF and its direction.

I was brand new to the notion of MWF. We'd been looking at adopting it as a strategic direction for our campus mobile strategy, so I wanted to learn more about it for a management perspective and see what and how I could adapt it to our Drupal work.

Tags

By peterm, 9 May, 2011

Tags

This error was resolved by going in and resetting the filter for each node. Not sure why it didn't come across in the node export:import properly. Probably a mistake on my part.

  • Notice: Undefined index: 5 in filter_list_format() (line 675 of /var/www/drupal7/modules/filter/filter.module).
  • Warning: Invalid argument supplied for foreach() in filter_list_format() (line 675 of /var/www/drupal7/modules/filter/filter.module).
By peterm, 6 February, 2011

Tags

Had an odd problem working with new D7 sites on my Mac laptop. Turns out I needed to edit the settings.php file to use 127.0.0.1 instead of its default entry for localhost.

Referenced from: http://drupal.org/node/726970

Here's an example:

peterm-macbook:sites peterm$ drush dl views

 

SQLSTATE[HY000] [2002] No such file or directory [warning] Project views (7.x-3.0-alpha1) downloaded to [success] /library/webserver/documents/drupal-7.0/sites/all/modules/views.