ok! Managed to fix the module and it's working like a charm.
I added the Facebook configuration to 1.3.9h runing the following sql script
Then added "fballlogin.php" to shipping module files "/includes/modules/shipping" and instead of "/includes/modules/shipping/fballlogin" and installed the module from the admin panel "module ---> shipping"Code:INSERT INTO `configuration` (`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('', 'Installed Modules', 'fballlogin', 'fballlogin.php', 'List of facebook module filenames separated by a semi-colon. This is automatically updated. No need to edit. (Example: ups.php;flat.php;item.php)', 6, 0, '2011-04-07 22:42:03', '2009-02-25 19:52:12', NULL, NULL);
The http://sourceaddons.com/ guys were more than helpfull to everything so the module now works perfectly at www.info-gate.gr


Reply With Quote

