Field AJAX is not working. Dont know why?

Hello,
I have installed the filefield module and imagefield to store multiple images. Suddenly, all the AJAX on the site for image upload stop working and the page is getting refresh. Now the form is getting submit every time i upload image. Any help..?

wrong layout in windows host

I made theme and it works well 0n linux hosting.
We have some reason to change to window hosting and got a minor issue
On linux host
Only local images are allowed.
Only local images are allowed.

Page not found after logging in on a HTPPS site

I have a Drupal 6.x site with http and htpps urls. Till about yesterday people were able to login but today if I attempt to login as "admin" I get a "Page not found error" and the user page is displayed without the theming. Since the site had boot enabled I cleared the cache/normal directory to see if it would have any effect. But alas it didn't. Has anyone faced a similar problem? Suggestions are most welcome.

Best regards,

Sridhar

creating sub-domain when using Domain Access

I'm getting confused by reading too much.... I'm using the Domain Access module to serve content to four completely different sites (domains) as well as seven other front pages so all in all, I have 11 different domains that are all being served content from one database/Drupal install via the Domain Access module.

We now have a need for a special 'microsite' for the HR dept and I am thinking of creating a sub-domain (hr.oursite.com) and in effect creating only content for/on that sub domain so that I could restrict everything by a simple login to that sub-domain.

cloning site

Hi all.

Need to clone an existing and correctly working drupal 6 site. so here is what I did:

- exported the db, and replaced *case sensitive* alle the occurrences of the original address with the new one
- copied the original webroot folder to the new one
- renamed all the files that have the original name with the new one (recursively)
- replaced inside every file the original address with the new one

when I try to browse the site nothing is working (not a node), I get:

warning: array_key_exists() expects parameter 2 to be array, null given in /var/www/vhosts/xxx.it/httpdocs/sites/all/modules/ajax/ajax_ui/ajax_ui.module on line 301.
warning: Invalid argument supplied for foreach() in /var/www/vhosts/xxx.it/httpdocs/includes/theme.inc on line 485.
warning: Invalid argument supplied for foreach() in /var/www/vhosts/xxx.it/httpdocs/includes/theme.inc on line 490.
warning: array_key_exists(): The first argument should be either a string or an integer in /var/www/vhosts/xxx.it/httpdocs/modules/system/system.module on line 1013.
warning: array_map(): Argument #2 should be an array in /var/www/vhosts/xxx.it/httpdocs/modules/system/system.module on line 1015.
warning: array_keys() expects parameter 1 to be array, null given in /var/www/vhosts/xxx.it/httpdocs/includes/theme.inc on line 1820.

sharing tables

i am having two drupal installations witch shares user tables.
that is fine by now.

what i want to achieve is a third installation to share the user tables , roles and rules.

i can't find a way to implement this.
my settings based on cookie domain

$db_url = 'mysql://xxxxuser:passxxxxxxx@localhost/databasexxxx';
$db_prefix = '';
$cookie_domain = '.domain1.com';

and on the other site i am doing the following

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x