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..?
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.
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.
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.