How does it work?
meible - January 6, 2008 - 15:43
| Project: | OG Files |
| Version: | 5.x-1.x-dev |
| Component: | Documentation |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Could you give a short sketch of how this module works?

#1
it's not working ... og_files table is never been created. Even I created manually, can't findout how it works.
function og_files_install() {
//seems to be not working
switch ($GLOBALS['db_type']) {
case 'mysql':
case 'mysqli':
db_query("CREATE TABLE {og_files} (
gid INT NOT NULL,
data TEXT NOT NULL
);"
);
break;
}
}
#2
not working for me either, tried to read the 'readme' to see if it was something I was missing but it's blank.
any clues? Thanks
#3
This module is very nice but still in development. Please read http://drupal.org/node/208625 and http://drupal.org/node/212572 if you like to test proposed patches.