Drupal Own Homepage Theme

Hello everyone.

This question might have been made before but I couldn't find it. I'm sorry if I overlooked the forum.

My question is: What is the Theme used in Drupal own Homepage (I believe it's the same theme at howtoforge.com too) and where can I obtain it? Also, is this theme available for v6.x ?

Many thanks.

SoftGil

Cron wouldn't run after upgrade from 4.7 to 5.x to 6.2

I had a problem with cron not running after upgrading from 4.7 to 6.2 (with a hop thru 5.x). The log kept showing the error "Cron run exceeded the time limit and was aborted.". I could kick off the cron.php script, but it would always come right back with the error.

I checked php.ini it allowed longer running scripts, so the error was spurious.

Since the error message only meant that cron.php was crashing (not taking to long), I thought it might be a problem with one of the modules failing. I only had a few modules running, other than core and the standard ones, so I kept disabling them until cron.php would run. I found that if I disabled search, cron would run.

I had cut the number of items to index down to 10 in the search settings, so it seemed there was some problem with content on my site as it went thru search. I had too many entries to go thru things one at a time, so I decided to reset the search tables and see if search stopped on a certain node and I could then tell what was wrong.

I'd recommend you do a backup of your database before trying anything like this. Also, using something like phpMyAdmin might save you a little trouble.

I dropped down to the MySQL command line and reset all of search tables by hand:

mysql> DELETE FROM search_dataset;
mysql> DELETE FROM search_index;
mysql> DELETE FROM search_node_links;

Youtube videos show as a red X for some?

When I paste the embedd code from youtube into my website some people can see it while others see a red X?

How to make user's contact form "on" by default?

Hi
I wanna know how to enable user's contact form by default? By now, everyone needs to tick the box manually, but not all are doing this, so situation is pretty messy, because users couldn't contact each other.

What is the shortest upgrade path?

Ok, this is the situation. I've neglected a Drupal install for quite some time now which has 30 contributed modules installed and it has over 280 registered users, over 3000 nodes, 11,000 url aliases and the database is over 200MB. This version is 4.7.3 and still going strong, a testament to the resilience of Drupal, I'm surprised that I've escaped any of the security problems too, (knock on wood).

node import for select list / check box values

I'm using node_import module 4.7x and have facing difficulties in importing from csv file for slect list and check box values.
Whatever I prepared a dummy data in csv file for those select list and check box data column, it imported only NULL value into the database and it doesn't showing anything on the interface after imported.
How to fix that problem?
Please share any ideas or suggestions as I need to fix urgently.
Thanks in advance for any kind of help.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 4.7.x