Drupal

Using Node_Import to import products into Ubercart 2.x

I've spent a better part of a few hours looking into node_import + ubercard 2.x and have not had much luck importing correctly.  I'm hoping to get it worked out and blog about how to accomplish the heirarchical category import for products.

Here are a few issues I've been looking at:

When I find the solution, I will update this post.

Drupal Duplicate Entry Comment Issue

Was spinning my wheels today trying to figure out why the comments were not working correctly on my blog.  I was receiving the following error:

"user warning: Duplicate entry '0' for key 1 query: INSERT INTO comments...."

The fix was found here. Evidently it was broken after upgrading from Drupal 5 to Drupal 6.  Simply needed to run the following SQL command:

alter table comments modify cid int(10) auto_increment;

Hope this helps someone else!

DrupalCon SF

So, are you going to DrupalCon SF?  If so, drop me a line!  There will be quite a few Drupal Fresno guys heading up to SF for the geek-filled few days.

Vote for your favorite proposed sessions!

Long Time No Blog

It has been quite a while since I have posted anything here.  I guess they say, when it rains it pours... I have found that to be true.  I have recently picked up new clients and have had existing clients with new projects.  Staying busy is good, to a point.

Inbetween all the Drupal development and misc website stuff, my wife and I have found out we are expecting.  This was real exciting news for us both.  So now I've put many projects in fast-forward as much as possible to be sure I am available to help my wife whenever needed.

I've been keeping up with colleagues and contacts via Twitter (@jerryjr) as often as possible.  Twitter is becoming a great source for real-time news and information, I'm becoming and addict (somewhat).  I'm also guilty of pushing that addiction to other friends, sorry.

I have been working on a great project for my cousin (http://www.djschoeny.com).  The site is being built with Drupal and will include Podcasting (using Amazon S3), photo gallery, mailing lists, SMS (maybe?), blog and videos.  The site should be up and ready to roll in a week or two.

My plans are to update this blog more often than I have.  With all the things going on, I hope to stick to it.