Seite 1 von 1

2 Probleme

Verfasst: Mo 26.Mai, 2003 22:00
von Anonymous
Ok. I downloaded the recent version and patched. Once I click on a category to view a file, here is what happens:
[url]http:/gameteller.com/forums/error.JPG[/url]


here is line 124 of downloads.php

Code: Alles auswählen

                $file_free = $row['free'];
What's up wit dat?

Verfasst: Di 27.Mai, 2003 14:45
von Anonymous
It says what is wrong! The file is not found! Your path for the category does NOT end with a "/"! Add it to the path and the errors should be gone!

Verfasst: Di 27.Mai, 2003 16:07
von Anonymous
So you are saying I need to go through all the files and rename /media/ with /media?

Verfasst: Di 27.Mai, 2003 17:24
von Anonymous
No, no, no! Your current path to the file is: media/media<filename>, but it should be: media/media/<filename>, where <filename> is the name of your download. Go to the admin panel and select "Download Categories" and correct the path of your category by adding the mssing "/" to the path.

Verfasst: Di 27.Mai, 2003 19:09
von Anonymous
Ok. Well, I went into downloads.php and removed media and in admin_dl_files.php renamed ../media to ..media and it works fine.