vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Add-On Releases - DownloadsII Create New Thread Add-On (https://vborg.vbsupport.ru/showthread.php?t=130995)

cosy 12-19-2007 03:44 PM

my error when i try to put a link or upload a file whit this add-on enabled
is this because old php ? not for php 5?

Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of fetch_foruminfo(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /......downloads.php(1392) : eval()'d code on line 65

Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of fetch_foruminfo(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /......downloads.php(1392) : eval()'d code on line 67

sokol 01-28-2008 07:31 PM

I am having the same issues as others with Vb:3.6.8 pl2.

When I add a download, it does not create the forum.
I have previously used this on older versions and it worked fine.

Any ideas how to fix it?

~Sokol

Humayun1 01-29-2008 12:24 PM

Hello

I have uploaded all the files and have imported the product and everything seems fine till this stage but the problem is that i am unable to complete 4th task of installation phase "# Be sure to set the usergroup permissions!"; i created a new forum for download section but don't know how to make all new threads to be posted in this forum; i mean i can't see any such settings to do so.

Thanks in advance

CyberRanger 01-30-2008 11:05 AM

Quote:

Originally Posted by Humayun1 (Post 1431639)
Hello

I have uploaded all the files and have imported the product and everything seems fine till this stage but the problem is that i am unable to complete 4th task of installation phase "# Be sure to set the usergroup permissions!";

This is under your usergroup settings. Usergroups -> Usergroup Manager. Select the group you want to give permissions for then look for the "DownloadsII Create Thread Permissions" (see attached pic)

Quote:

Originally Posted by Humayun1 (Post 1431639)
i created a new forum for download section but don't know how to make all new threads to be posted in this forum; i mean i can't see any such settings to do so.

You have to configure the settings in admincp under "Downloads - Create Threads" (see second image)

CyberRanger 01-30-2008 11:22 AM

Quote:

Originally Posted by cosy (Post 1404715)
my error when i try to put a link or upload a file whit this add-on enabled
is this because old php ? not for php 5?

Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of fetch_foruminfo(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /......downloads.php(1392) : eval()'d code on line 65

Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of fetch_foruminfo(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /......downloads.php(1392) : eval()'d code on line 67

Look for the code below in plugins "DownloadsII Create Thread on Edit" and "DownloadsII Create Thread on Add" (admincp -> Plugins & Products -> Plugin Manager)

PHP Code:

    if ($cat['dl_forumid_cat'] > 0)
    {
        
$foruminfo fetch_foruminfo(&$cat['dl_forumid_cat'], 1);
    } else {
        
$foruminfo fetch_foruminfo(&$globalforum['downloadsIIforumid'], 1);
    } 

remove the & in after "fetch_foruminfo(" so you have:

PHP Code:

    if ($cat['dl_forumid_cat'] > 0)
    {
        
$foruminfo fetch_foruminfo($cat['dl_forumid_cat'], 1);
    } else {
        
$foruminfo fetch_foruminfo($globalforum['downloadsIIforumid'], 1);
    } 


CyberRanger 01-30-2008 11:25 AM

Quote:

Originally Posted by sokol (Post 1431110)
I am having the same issues as others with Vb:3.6.8 pl2.

When I add a download, it does not create the forum.
I have previously used this on older versions and it worked fine.

Any ideas how to fix it?

~Sokol

It works fine in vb3.6.8 pl2. Check your usergroup settings and the settings for where to create the thread. See - https://vborg.vbsupport.ru/showpost....&postcount=134

Aceman 01-31-2008 02:59 AM

Ok.. I have the following problem:

No Thread is being created in the forum I've specified by a specified user.

1. I checked the usergroup for "modelbot" which is set to NewCaster.
2. I checked to ensure that "NewCaster" has permission to create threads in the specified forum AND that the usergroup has "Can Create threads on upload" set to YES on the usergroup edit page.
3. The forum is turned on.
4. I uploaded a test file to the system, no thread is created in the forum, and no link is visible in the description of the file I uploaded.

Any Suggestions? I've even edited each category and set the exact forum they need to go into (all into 1 forum btw).

CyberRanger 01-31-2008 03:22 AM

Quote:

Originally Posted by Aceman (Post 1432878)
Ok.. I have the following problem:

No Thread is being created in the forum I've specified by a specified user.

1. I checked the usergroup for "modelbot" which is set to NewCaster.
2. I checked to ensure that "NewCaster" has permission to create threads in the specified forum AND that the usergroup has "Can Create threads on upload" set to YES on the usergroup edit page.
3. The forum is turned on.
4. I uploaded a test file to the system, no thread is created in the forum, and no link is visible in the description of the file I uploaded.

Any Suggestions? I've even edited each category and set the exact forum they need to go into (all into 1 forum btw).

PM me your forum info including a vb admin login and I'll check it out.

sokol 02-05-2008 09:00 PM

Quote:

It works fine in vb3.6.8 pl2. Check your usergroup settings and the settings for where to create the thread. See - https://vborg.vbsupport.ru/showp...&postcount=134
Doh! sorry I forgot this step. My appologies.

~Sokol

skrazydogz 02-09-2008 06:23 AM

I have the following mistake.

When I upload a file in Downloads2 is it without moderate.
But the Thread which is make in forum I must moderate before all can see the thread.

I have checked all permissions but I dont find a mistake.

Please help me...


All times are GMT. The time now is 12:21 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01341 seconds
  • Memory Usage 1,759KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete