I'm trying to backup a Civicspace .85 installation, but my mysql dumps aren't working because civicrm uses Innodb, and it looks as though the foreign key constraints on the Innodb Civicrm tables keep me from recreating the database from backup at a later date (I get error 150).
I can't believe that nobody backs up civicspace, so I assume I'm missing something basic here. Please advise; I'm getting desperate here.
I install fine. MySql tables fine. Add pages fine. Click on themes in admin section -- ALL GOES WEIRD.
It is as if no theme exists. No login, no menus . . .
Page source of index.php
drupal
@import "/drupal/misc/drupal.css";
Welcome
by Anonymous
Welcome to the website for the Wesley Foundation of
Kirksville, a vital ministry of the Missouri United Methodist Church
where our vision is to be reaching up,
in, and out striving to become more whole in Christ!
This website is intended as a resource for those
looking for a place to worship and experience God in the Kirksville, MO
I have a Drupal powered site that is located in the main folder (public_html) and I tried to host another site in a sub domain. The new site is only a few html pages, after uploading the index page and entering the URL path in my browser (http://example.com/subdomain/) I notice it does not automatically point to the index page.
Is it possible to set multiple default values using the #default_value attribute for a checkboxes or multi-select form control? If so could somebody post an example for how to do this?
Hi
I´m running Drupal 4.7 with Gallery 2.
It works ok, but now I´ve come across something strange:
All the text beneath the headers on Settings is gone!
That is, all headlines are listed (from "general" to "Cron jobs" at the bottom with only one carriage-return between them) but there is no information in between. I can´t change any settings.
Strangely, if I copy all of the text on the page that I can see (which isnt much) and paste it into a texteditor,
all the missing text is there again (and it is a lot)!
Hey guys, i was hoping to get a little help here.
I used flexinode to create a custom content type "member".
In there, users have to upload a picture, as well as fill out info like name, email, etc...
i want to make a block that will display info from the "member" flexinode.
I want only the name and the picture w/ a specific size to be displayed.
i want to be able to click on the picture or the name and then be directed to the node.
newbie to coding here, any ideas on how to do this?