Hi, just installed my first drupal setup. It is a multisite running on a single codebase.
Currently, I am putting the full path to the files int the "File system path:" eg. sites/example.com/files
Question, is there a method of setting this in the settings.php file so the path in "File system path:" is just "/" ?
I have tried to back up my DB with what 1&1offers in PhpMyadmin. It seems you can't export individual tables. After exporting the db, I get less tables than Drupal has, and I can't import what's there into my drupal local website because the sql file contains a command saying : create a new database -- the name of the database being that of my 1&1 db.
1. can I edit the sql file so that the tables are inserted into my local database which has a different name and user? And what commands should I add?
I'm beginner with the drupal. What are the possibilities to insert an image when creating content for a page and what is the right folder to save your images?
I work with a hosting company , have a /public_html and drupal 4.7.4 under it.
I downloded BACKUP module .
---------This module creates a tarball that consists of your Drupal database and everything under DOCUMENT_ROOT---------
it gives an error which says that it cannot reaches the mysql_dump .
the error :
warning: is_file() [function.is-file]: open_basedir restriction in effect. File(/bin/mysqldump) is not within the allowed path(s): (/home/eranb2:/usr/lib/php:/usr/local/lib/php:/tmp)