Hail All
I have a problem with naming the location of the pdfs file in the config.inc.php file, which is preventing me from uploading pdfs:
config.inc.php
define ('BASE_URI', '/path/to/dir/');
define ('BASE_URL', 'www.wolfcut.co.uk/');
define ('PDFS_DIR', '/wolfcut/pdfs/');
define ('MYSQL', BASE_URI . 'mysql.inc.php');
root directory files on my web hosting server (fatcow)
/wolfcut/pdfs/
and
/wolfcut/includes/config.inc.php
error message
move_uploaded_file (/home/users/web/b1384/moo.laissezfairelondonco/wolfcut/wolfcut/pdfs/2
05c5187b34579c5cffbadd181853f3eea53d443_tmp) [function.move-uploaded-file]: failed to open stream: No such file or directory
==============
Please help. I've almost finished the first project in Larry's book
Many thanks