Sziasztok
a következő problémám akadt:
a pluginom_schema() lefut de a séma mait csináltam nem jön létre, lehet csak 1 apró híba de már 4 órája nem találom meg mi leht a gond
function mcAuthMe_schema() { $schema['mc_authme'] = array( 'description' => 'store minecraft authme data', 'fields' => array( 'id' => array( 'type' => 'serial', 'not null' => TRUE, 'description' => 'Primary Key: Unique person ID.', ), 'uid' => array( 'type' => 'int', 'not null' => TRUE, 'default' => 0, 'description' => "Creator user's {users}.uid", ), 'username' => array( 'type' => 'varchar', 'length' => 255, 'not null' => TRUE, 'default' => '', 'description' => 'MineCraft person Username', ), 'password' => array( 'type' => 'varchar', 'length' => 255, 'not null' => TRUE, 'default' => '', 'description' => 'MineCraft person Password', ), 'ip' => array( 'type' => 'varchar', 'length' => 40, 'not null' => TRUE, 'default' => '', 'description' => 'Minecraft person ip', ), 'lastlogin' => array( 'type' => 'int', 'size' => 'big', 'description' => 'Minecraft person lastlogin', ) ), 'primary key' => array('id'), ); return $schema; }
Taxonomy upgrade extras:
Melyik modulhoz, modulokhoz kapcsolódik a téma?:
Drupal verzió:
Fórum:
megoldódott
megoldódott
azaz újra neki estem, és most el is távolítottam a modult :D
nem tudom mikor benne voltam nem esett le....