Re: uc_file
Alpha 8 Released (53 replies) Mon, 11/05/2007 - 17:32
- uc_file (01/07/2008 - 17:21)
- Re: uc_file (01/07/2008 - 19:37)
- thanks (01/07/2008 - 21:32)
- Re: uc_file (01/07/2008 - 19:37)
- uc_files bug? (01/03/2008 - 06:32)
- Re: uc_files bug? (01/03/2008 - 09:51)
- Mostly working... (12/19/2007 - 19:59)
- Fixed issue number one (12/21/2007 - 15:59)
- Re: Fixed issue number one (12/31/2007 - 10:54)
- Fixed issue number one (12/21/2007 - 15:59)
- Paypal Website standard payment (12/15/2007 - 13:43)
- can_delete (12/16/2007 - 00:15)
- Re: can_delete (12/17/2007 - 08:53)
- Re: Re: can_delete (12/17/2007 - 18:54)
- Re: can_delete (12/17/2007 - 08:53)
- can_delete (12/16/2007 - 00:15)
- Congratulations (12/09/2007 - 07:00)
- update.php has no effect on Unknown column 'shippable' (12/12/2007 - 21:21)
- Re: update.php has no effect on Unknown column 'shippable&# (12/13/2007 - 09:26)
- update.php has no effect on Unknown column 'shippable' (12/12/2007 - 21:21)
- unable to assign category to products (11/25/2007 - 05:24)
- eric,
I have the same (01/09/2008 - 14:46)
- category fileds disappeared (01/19/2008 - 09:54)
- Re: unable to assign category to products (11/26/2007 - 10:28)
- eric,
I have the same (01/09/2008 - 14:46)
- Tax calculation (11/22/2007 - 01:15)
- Re: Tax calculation (11/22/2007 - 01:40)
- Re: Re: Tax calculation (11/22/2007 - 03:44)
- Re: Tax calculation (11/22/2007 - 01:40)
- Shipping Issue with Alpha 8 (11/12/2007 - 18:13)
- Re: Shipping Issue with Alpha 8 (11/12/2007 - 21:26)
- Re: Re: Shipping Issue with Alpha 8 (11/12/2007 - 21:33)
- Re: Re: Re: Shipping Issue with Alpha 8 (11/18/2007 - 01:39)
- Re: Re: Re: Re: Shipping Issue with Alpha 8 (11/19/2007 - 09:00)
- Re: Re: Re: Shipping Issue with Alpha 8 (11/18/2007 - 01:39)
- Re: Re: Shipping Issue with Alpha 8 (11/12/2007 - 21:33)
- Re: Shipping Issue with Alpha 8 (11/12/2007 - 21:26)
- Re: Alpha 8 Released (11/08/2007 - 04:38)
- Re: Re: Alpha 8 Released (11/08/2007 - 09:35)
- Re: Re: Re: Alpha 8 Released (11/08/2007 - 21:57)
- Re: Re: Re: Alpha 8 Released (11/08/2007 - 09:54)
- Re: Re: Alpha 8 Released (11/08/2007 - 09:35)
- Re: Alpha 8 Released (11/07/2007 - 04:06)
- Re: Re: Alpha 8 Released (11/07/2007 - 08:27)
- Re: Re: Re: Alpha 8 Released (11/07/2007 - 08:47)
- Re: Re: Re: Re: Alpha 8 Released (11/07/2007 - 09:13)
- shipping method by country in alpha 8 (11/07/2007 - 16:00)
- Re: shipping method by country in alpha 8 (11/08/2007 - 10:06)
- thanks, sounds good (11/08/2007 - 15:52)
- Re: shipping method by country in alpha 8 (11/08/2007 - 10:06)
- Re: Re: Re: Re: Re: Alpha 8 Released (11/07/2007 - 11:09)
- Hi, I was using ubercart (11/08/2007 - 03:12)
- shipping method by country in alpha 8 (11/07/2007 - 16:00)
- Re: Re: Re: Re: Alpha 8 Released (11/07/2007 - 09:13)
- Re: Re: Re: Alpha 8 Released (11/07/2007 - 08:47)
- Re: Re: Alpha 8 Released (11/07/2007 - 08:27)
- Re: Alpha 8 Released (11/06/2007 - 17:10)
- Nice work guys!
I notice (11/06/2007 - 12:01)
- bug? (11/06/2007 - 13:24)
- Re: bug? (11/06/2007 - 14:51)
- Re: Re: bug? (11/06/2007 - 16:49)
- Re: bug? (11/06/2007 - 14:51)
- bug? (11/06/2007 - 13:24)
- UberInstaller (11/06/2007 - 10:52)
- Re: UberInstaller (11/08/2007 - 18:46)
- Re: Re: UberInstaller (11/09/2007 - 10:20)
- Re: Re: Re: UberInstaller (11/10/2007 - 12:57)
- Re: Re: UberInstaller (11/08/2007 - 22:52)
- UPS (11/09/2007 - 00:10)
- Re: UPS (11/09/2007 - 09:21)
- Re: Re: UPS (11/12/2007 - 11:29)
- Re: UPS (11/09/2007 - 09:21)
- UPS (11/09/2007 - 00:10)
- Re: Re: UberInstaller (11/09/2007 - 10:20)
- Re: UberInstaller (11/08/2007 - 18:46)

Well I see two issues here, one is the open_basedir restriction. This is something that you (if you have Apache knowledge) can change in your vhosts.conf file, or you can ask your hosting provider to do it for you. Chances are they'll have no problem doing it.
The other issue is file permissions, or the file location itself. If you're sure you've setup the File Downloads folder correctly, /admin/store/settings/products/edit/features (File Downloads config), then it's a permissions error.
I would setup your Downloads folder to look for an absolute path, in other words:
/home/upstre5/public_html/folksongsingalong.com/files
(make sure there is a directory here and that you have given it global read/write permissions - you can do this easily in FTP software, such as FileZilla, by creating the directory, right-clicking it and choosing Permissions)
open_basedir restriction basically means that, "PHP is only allowed to access files from within this directory and its subdirectories" and if you try to grab a file from outside that protected directory, you get that restriction error. This is mainly helpful if you are storing your files outside the public_html folder, or "webroot".
I hope this makes sense, feel free to ask more questions if you still need help. You might try searching the forum as well, since your problem is not an uncommon one
Good luck!
Help directly fund development: Donate via PayPal!