MyBB Community Forums

Full Version: download section 2.0.1
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
hi,
i need support with download section 2.0.1 plugin.

i have a problem with the downloads.php on admin-directory.
this will not work.

in the install stay:
"Plugin/admin/downloads.php to forum /admin/ directory"

ok, its doing.
all installed, table in db is ok, template is ok,
downloads.php its running for users,

but i found no option in admin-cp. i cant define categories,
i cant administration.

ok, i start from hand directly url: forum/admin/downloads.php
now come error with:

require_once './global.php';
Warning: main() [function.main]: Unable to access ./global.php in /forum/admin/downloads.php on line 13

Warning: main(./global.php) [function.main]: failed to open stream: No such file or directory in /var/www/s10u179/html/forum/admin/downloads.php on line 13

Fatal error: main() [function.require]: Failed opening required './global.php' (include_path='.') in /var/www/s10u179/html/forum/admin/downloads.php on line 13


he cant find the include globals

ok, i write on line 13 in the source
require_once '../global.php';


now come
Fatal error: Call to undefined function: checkadminpermissions() in /forum/admin/downloads.php on line 19


can you tell me, what is it problem?
how can i find the admin-options for define categories ?


please help, thanks
Problem is that you have only english language and using different language in Admin CP.
Do the following:
In the downloaded ZIP-file, go to:
inc/languages
Copy the folder "english" and rename it to your language of Admin CP.
Upload content again.
Download Section will appear in Admin CP.

Best regards
LS 134
no, thats not the problem,
i have copy the english version in my language dir.
this plugin can found the language file.
Hmm, in this case I have no idea... Sorry!
Wait, could you link to the one you're using? There's a downloads plugin I wrote, but that's only for MyBB 1.4.x and is currently v1.2. I hear there's also a version for MyBB 1.2.x, but I don't know much about that one.

From the version number I get the feeling you're using the one for MyBB 1.2.x. If you could post which version of MyBB you're using that would be helpful.
my version is MyBB 1.4.2,
what is the correct url to start the admin-tool ?
i think the problem is in
downloads_admin_index or
downloads_admin_nav or other admin-functions

i have no idea, what can i do ?
its new installed, but will not work....no admin-functions
Path should be like:
admin/index.php?module=dlmngr
Good luck!
admin/index.php?module=dlmngr - hmmm, nothings... no start.
is it the correkt path for downloads.php in admin-root or
must this in module or so ?

i had make a correctur for right path of simplequery.

but who is the mysterius Musicalmidget the programmer of this tool ???
please need your help...

thanks jana
Oh, you're using the version for 1.2, while using MyBB 1.4

Unfortunately, most plugins for 1.2 don't work for 1.4.

I have a version I developed for 1.4, but it doesn't have the most features. If you can live with it for a while, I hope to release an update to add a bunch of features sometime soon.

You'll need to remove the other one first, then download this one. Installation is as simple as unzipping the file in your forum's folder, clicking "Install and activate" in the plugin manager, and adding a link to downloads.php on one of your pages.
Sorry, I also thought you'd talk about Firestrike's version.
In this case I've no idea what the path should be sorry!
Pages: 1 2