A form of entertainment site that needs a bit of feedback...

DoomedtoReality.com

Drupal 4.7.?

Theme was gunmetal.

This is my base of operations right now until I can figure out what and how to do stuff with my other domains. It hosts some humor pictures I edited and mostly my blog. I was not able to get disknode working right(which I checked the forums and I guess theres a bug) so I have to do a work around so theres no files to download right now but there will be. It has integrated gallery2. I thought about using FrontPage to load it all into a different frontpage which I'd like or I'd point the frontpage to the directory page. This is still a work in progress but its about half complete and I'm still filling it with stuff before I go really talking about it...

Drupal 4.7.4 on PHP 5

Does anyone know if Drupal 4.7.4 will run on PHP 5? I currently have php 4.4 and want to upgrade to PHP 5.

Service Bid || Upgrade HowU.info | Migrate FeedParser > FeedAPI + DB Fixes

Greetings and plenty thanks ahead -

HowU.info runs Drupal 4.7 w/ FeedParser

http://www.howu.info/

Please bid on the following changes to the site.

+ Migrate to FeedAPI w/ Drupal 5.x
+ Delete spam posts and eliminate duplicate feed items

If a migrate script results, we would ask your contribution to GPL it for others.

Thank you very kindly -

HowU.info

Starting Over, i.e., wipe and re-install

If I want to re-initialize my installation to make it like it was when I first installed it, can I simply drop the database and re-run the installation?

Using taxonomy to tag CCK nodes

When I create a node type with CCK I'd like to assign a specific term from a taxonomy vocabulary to that node.

I looked at the CCK taxonomy module but that doesn't seem to do this.

Anyone got any pointers?

php help needed for DBA functions.

I try to execute the following code in my drupal blog page:

Adding products now...

 $dbh = dba_open( "products", "c", "cdb" )
       or die( "Couldn't open database" );

 dba_insert( "Sonic Screwdriver", 23.20, $dbh);
 dba_insert( "Tricorder", 55.50, $dbh);
 dba_insert( "ORAC AI", 2200.50, $dbh);
 dba_insert( "HAL 2000", 4500.00, $dbh);

 dba_close( $dbh );
 

It should create or open a database called products and adds some data to it.
It gives the following error.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 4.7.x