I thought id give drupal a go looks cool, anyway ive been following the installation guide which has been fairly painless up to point 3 below:
===========================================
3. LOAD THE DRUPAL DATABASE SCHEME
Once you have a database, you must load the required tables into it.
If you use a web-based control panel, you should be able
to upload the file 'database.mysql' from Drupal's 'database'
directory and run it directly as SQL commands.
I am developing a site on my local machine. I am using Uniform Server that configures Apache2, with PHP5 and MySQL5. I have managed to get Drupal4.6.5 running on my local machine. Things seem to be working fine except that the theme wont display.
I've gotten a new drupal site up and running at a subdirectory of my main domain, and registered a second domain through my host. Using the following .htaccess code, I successfully pointed the new domain to the subdirectory of the main domain:
Under this I see the welcome blurb and links to go to login but no blocks or actual styling. I a wondering if I need to tweak some unknown setting on XAMPP. I know php is working because the XAMPP control panel comes up and all the tools are accessible.
Anyone know where the location of the data of a custom block is stored in the database?
I was trying out a custom php block snippet and managed to get a fatal error that won't let me back into the site. I was just going to hop into the database and edit the content of the block, I was thinking that it would just be in the blocks table, but i can't seem to find it.
Hey all
I've followed the install procedures on integrating G2 2.0.2 with 4.7-3 beta Drupal.
The image block is still not displayed (and settings won't stick in -Administer->blocks->image block->configure.)
Other than that everything works - G2 by itself works, URL rewrite works, Drupal works, g2 inside of Drupal seems to work fine, but still no Image block on any of the drupal pages.