Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I am looking to customize our registration page http://stanislites.org/user/register specifically have the organic groups (Groups) as a drop down list instead of the long list presently.
In one of our sites hosted in Drupal 4.7, suddenly login doesn't work on IE. I delete cache and try to login with no luck. But if I close browser and try logging in , it works? I have lots of issues with login. Will swtiching to clean url help?
1. If you want to see it you'll need Internet Explorer 6. Go to my site www.jacktaranto.com/portfolio
2. Scroll down to the last site - the spring water one, then roll over the "viewmore" link, the footer seems to shift.
3. Click on the viewmore link for anyone of the items, then roll over the backtoportfolio link or the visit site link. The footer seems to cut the page in half.
Traffic is way up and I'm plagued by the dreaded "Duplicate entry" and "mysql_num_rows(): supplied argument is not a valid ... " errors.
In the past, I have run:
alter table access modify aid tinyint(10) not null auto_increment;
alter table accesslog modify aid int(10) not null auto_increment;
alter table aggregator_category modify cid int(10) not null auto_increment;
alter table aggregator_feed modify fid int(10) not null auto_increment;
alter table aggregator_item modify iid int(10) not null auto_increment;
alter table authmap modify aid int(10) unsigned not null auto_increment;
alter table boxes modify bid tinyint(4) not null auto_increment;
alter table comments modify cid int(10) not null auto_increment;
alter table contact modify cid int(10) unsigned not null auto_increment;
alter table node_comment_statistics modify nid int(10) unsigned not null auto_increment;
alter table client modify cid int(10) unsigned not null auto_increment;
alter table filter_formats modify format int(4) not null auto_increment;
alter table locales_source modify lid int(11) not null auto_increment;
alter table node modify nid int(10) unsigned not null auto_increment;
alter table profile_fields modify fid int(10) not null auto_increment;
alter table url_alias modify pid int(10) unsigned not null auto_increment;