Today is my first day with drupal. I installed mysql5.5.9, apache 2.2.17, php 5.3.5 on my windows 7. Then I installed Drupal 7.0.
After the installation, when I click on http://localhost:8080/drupal-7.0/index.php, I can see the default menu at the top but in the center I see "The requested page could not be found".
My son's school has asked me to get them up and running with a new website. They're currently using Joomla. The government webhost is Managed Internet Service on SunOS. Something I know nothing about. Additionally, they state "... some scripts require Safe mode OFF ... these scripts will not be able to run from your MIS webspace."
Am I out of luck, or is there a workaround to have Safe Mode on with Drupal 6 or 7?
7 preferably.
I'm writing a module, that must override block template for some blocks. I added some settings to block configuration form, there all is ok. But i can't override block template for all blocks. I tried to override 'block' theme handler in hook_theme_registry_alter, but it does not works. I know, that i can do this by overriding block template in theme, but i want to put my template in module, and execute it for several blocks. In other words, this must be theme-independent module.