Hello,
I have no idea what happened but my join button on my join.php page has stopped working. I tried reuploading join.php and restoring my database but nothing helped. The hover shows the css is still working but when clicked firefox asks to save my password, then nothing happens within the site. Has anybody run into this issue before?
Earlier I was editing some of the communicator files, but they don't seem to have anything to do with the join form. I also executed this sql query
DROP TABLE IF EXISTS `[db_prefix]templates`;
DROP TABLE IF EXISTS `ml_email_notify_handler`;
DROP TABLE IF EXISTS `ml_email_notify_lost_action`;
SET @iHandlerId:= (SELECT `id` FROM `sys_alerts_handlers` WHERE `name`='ml_email_notify_content_activity' LIMIT 1);
DELETE FROM `sys_alerts_handlers` WHERE `id` = @iHandlerId;
DELETE FROM `sys_alerts` WHERE `handler_id`= @iHandlerId;
SET @iHandlerId:= (SELECT `ID` FROM `sys_profile_fields` WHERE `name`='MlEmailNotifications' LIMIT 1);
DELETE FROM `sys_profile_fields` WHERE `EditOwnBlock` = @iHandlerId;
DELETE FROM `sys_profile_fields` WHERE `Name`= 'MlEmailNotifications' LIMIT 1;
SET @iHandlerId:= (SELECT `ID` FROM `sys_profile_fields` WHERE `name`='MlFriendEmailNotifications' LIMIT 1);
DELETE FROM `sys_profile_fields` WHERE `EditOwnBlock` = @iHandlerId;
DELETE FROM `sys_profile_fields` WHERE `Name`= 'MlFriendEmailNotifications' LIMIT 1;
DELETE FROM `sys_permalinks` WHERE `check` = 'ml_email_notify_permalinks';
SET @iCategoryID := (SELECT `ID` FROM `sys_options_cats` WHERE `name` = 'ModLoaded Email Notifications' LIMIT 1);
DELETE FROM `sys_options_cats` WHERE `ID` = @iCategoryID;
DELETE FROM `sys_options` WHERE `kateg` = @iCategoryID;
DELETE FROM `sys_menu_admin` WHERE `name` = 'ml_email_notify';
DELETE FROM `sys_localization_categories` WHERE `Name`='ModLoaded Email Notifications';
Does anything here make it look like it would break my join button? (BTW I restored to a backup from 2 days ago when joining was still working and the button was still disabled).
Thanks in advance.
Chris
