I have setup several bundles and have started tagging individual rss items, sorting them into different bundles. This is a great feature, the problem i am having is when cron runs an hour later i loose the entered tag information. And the bundles are no longer populated.
I was initially using the poormancron module and thought this might have been causing the problem. So i spent some time reading up on cron and crontabs and got it working, but i'm still having the same problem.
How would I go about organising them? Would I create two books at route level that act as the categories and then within them the first two nodes would effectivly become root nodes of the 4 books within.
Getting following warning messages after trying to create first account. I see simular messages at the login screen. Never get an admin page. I searched through the archives for a solution to no avail.
Basic system/config info:
I have installed Drupal 4.2.0 from the tar.Z on Redhat 7.3. Php version is 4.1.2
Settings for php are: magic_quotes_gpc = off,
session.save_handler = user, session.cache_limiter = no value; Assistance would be greatly appreciated.
From what I can figure out from the htaccess file. Drupal will try to rewrite urls as long as the file or directory doesn't actually exist. Here are the 3 lines I'm looking at:
I write some small (but usefull) modules. I would like to use the new project module for this but i don't now how to start a new Project. is there a useful howto?