Wrox Programmer Forums
|
BOOK: PHP and MySQL: Create-Modify-Reuse ISBN: 978-0-470-19242-9
This is the forum to discuss the Wrox book PHP and MySQL: Create-Modify-Reuse by Timothy Boronczyk, Martin E. Psinas; ISBN: 9780470192429
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: PHP and MySQL: Create-Modify-Reuse ISBN: 978-0-470-19242-9 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 19th, 2011, 03:25 PM
Registered User
 
Join Date: Jan 2011
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Help with Basedir

Can you Please Help me with BASEDIR I recently uploaded it in my domain and it doesn't find the path specified in the BASEDIR, can you help me with the path or something.. Tnx
BTW it woorks pefectly fine in my WAMP server with the path:C:\wamp\www\LATEST WEBSITE\New Folder\files. It only goes on error when it was uploaded on my domain...

Last edited by jeffreybsu; January 19th, 2011 at 11:46 PM..
 
Old January 23rd, 2011, 03:36 PM
Authorized User
 
Join Date: Jul 2009
Posts: 77
Thanks: 4
Thanked 6 Times in 6 Posts
Default

Hi jefferybsu

There was an issue with BASEDIR in Chapter 6, file upload.php,
See the post
Chapter 6, Ajax File Manager, error in upload.php file

Check your php.ini file for variables regarding file uploads.
See the post
Chap 2 - Avatars and uploading files, (would apply to Chap 6 too)

I am on a Unix system, here is a sample of a path. Later on
you can change the path, but you can do this to start. At the start of
chapter 7, on page 177, the last two paragraphs, the author discusses
where to put the directory.
Code:
define('BASEDIR', '/usr/home/yourname/www/htdocs/yourproject/public_files/files');
I hope this helps.









Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.