| Author | Posts |
|---|---|
| Author | Posts |
| March 31, 2008 at 6:58 pm #4404 | |
|
UniversalIndieRecords |
I have a few questions…. although it most definitely is.. any help would be appreciated Thanks… |
| March 31, 2008 at 8:30 pm #4405 | |
|
Brad |
1. A future version will probably have this. I’ve done most of the programming, just gotta put it all together. 2. I’m not sure what happens. Likely it would try to do a zero dollar Paypal transaction which I don’t think will work. 3. Correct. 4. Password for the admin section at /dds/admin/ 5. This could be a relative path issue. Perhaps try pre-pending $_SERVER['DOCUMENT_ROOT'] to the URL in the view cart button. |
| April 2, 2008 at 11:09 am #4406 | |
|
UniversalIndieRecords |
ok… now if I change it to read: which of course is an error. Any ideas? |
| April 3, 2008 at 4:07 pm #4407 | |
|
Brad |
What’s GLOBALS['ROOT'] set to? It should be http://www.myurl.com/store/, is it? |
| April 3, 2008 at 4:58 pm #4408 | |
|
UniversalIndieRecords |
yep.. that’s what it’s set as exactly http://www.myurl.com/store/go.php?c=cart which is correct… it’s only when i click on the button that i get the “not found” error |
| April 6, 2008 at 1:05 pm #4409 | |
|
jezmck |
I’ve had the same issue as in the post directly above mine, btw. |
| April 7, 2008 at 12:48 pm #4410 | |
|
Brad |
Is that a new install? |
| April 7, 2008 at 1:18 pm #4411 | |
|
jezmck |
It is for me. |
| April 7, 2008 at 3:38 pm #4412 | |
|
UniversalIndieRecords |
It’s a new install for me as well. I was about to ask if there was a way for me to download a previous version? |
| April 7, 2008 at 5:19 pm #4413 | |
|
Brad |
Yep, they’re all available on the Google Code page: http://code.google.com/p/brad-sucks-digital-download-store/downloads/list The issue must be in the paths of the go.php redirector. I’ll have a quick look when I get a sec. |
| April 7, 2008 at 5:22 pm #4414 | |
|
Brad |
Okay, try loading up your go.php file and editing any occurrence of /cart/cart.php to /store/cart/cart.php. Looks like they’re on lines 45 and 124. My bad there, I should be using $GLOBALS['ROOT'] to determine the path. |
| April 7, 2008 at 6:45 pm #4415 | |
|
UniversalIndieRecords |
that did it Brad. Thanks. Worked like a charm. |
| April 8, 2008 at 9:58 pm #4416 | |
|
UniversalIndieRecords |
Ok now.. http://www.myurl.com/notify.php instead of http://www.universalindie.com/store/notify.php 4. so in the “cartclass.php” i modified the following line to read
but I still get the 404 error |
| April 11, 2008 at 10:29 pm #4417 | |
|
UniversalIndieRecords |
Okay I was able to get to the next page by modifying
to
So now I get the download link.. but when i click it.. i get the following url
Now since the url has been wrong up until now… i’m assuming it’s looking for the file in wrong place… but i can’t tell the way the url is built… please help |
| April 11, 2008 at 10:33 pm #4418 | |
|
UniversalIndieRecords |
oh.. my items ini file is setup like this….
|
You must be logged in to reply to this topic.





