Hi,

I migrated my site from a local copy to my web server. At first I could not log in, but after reading issues in the forum I go in using the /q?=user/login.

Now I have a problem with making changes. I cannot save any edits or make changes to the configuration.

I have been working with drupal for several months now and have learned a great deal from these forums.

Can someone offer some help or maybe point me in the right direction?

I also am getting this error:

Warning: mkdir() [function.mkdir]: No such file or directory in drupal_mkdir() (line 2255 of C:\wamp\www\includes\file.inc).

Thanks,

Yolanda

Comments

karschsp’s picture

Make sure your permissions are properly set on your files directory.

http://drupal.org/node/244924

virtualgirl’s picture

you can also add # to the conf in settings.php
on line 324
#$conf['file_temporary_path'] = '/some server/public_html/some folder/some tmp;

you may find the # is not here if you do the manual install or move from local to live and if you make the dir and then add the "#" to this line it will work in most cases and not throw the error, you can put the folder "tmp" outside the drupal root also