vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - [DBTech] vBDownloads v2 (vB4) [AJAX] (https://vborg.vbsupport.ru/showthread.php?t=252497)

bzcomputers 07-22-2012 01:54 PM

Quote:

Originally Posted by DragonByte Tech (Post 2350201)
I guess I'm not seeing the urgency in this? Currently, you can use an image to replace the title area and if you don't use the description area, you can remove it from the template. This would accomplish the same thing.

Dylan

For me at least ...unlike most vB add-ons I use, your Downloads page typically has a lot of empty/unused real estate on it. I am trying in make use of the space in a more visually appealing way. Currently unless a user has at least 15 categories with descriptions there is going to be a significant amount of blank space on the page. Removing the description area would only make this worse.

I know for me personally it would look a lot better with the ability to have images in the description area, so I suggested it. I thought it would be a pretty simple edit.

If it doesn't help others too, then don't waste your time.

andyv72 07-23-2012 01:04 PM

Hello..

i found a big Bug or it is my fault !?!?

if i change a user to other Usergroup the bekom i this error in database:

Quote:

Datenbankfehler in vBulletin 4.2.0:

Invalid SQL:
UPDATE user SET
### Bitfield: user.adminoptions ###
adminoptions = IF(adminoptions & 1, adminoptions - 1, adminoptions),
adminoptions = IF(adminoptions & 2, adminoptions - 2, adminoptions),
usertitle = 'Neuer Benutzer',
customtitle = 0,
birthday_search = '1990-05-10',
birthday = '05-10-1990',
referrerid = 0,
usergroupid = 9,
joindate = 1327603620,
lastactivity = 1327603920,
lastpost = 0,
membergroupids = '',
displaygroupid = 0,
dbtech_downloads_banned = '0'
WHERE userid = 212;

MySQL-Fehler : Unbekanntes Tabellenfeld 'dbtech_downloads_banned' in field list
Fehler-Nr. : 1054
Fehler-Zeit : Monday, 23.07.2012 @ 15:31:06
Datum : Monday, 23.07.2012 @ 15:31:06
Skript : http://www.**********.de/admincp/user.php?do=update
Referrer : http://www.**********.de/admincp/user.php?do=edit&u=212
IP-Adresse : 91.64.37.210
Benutzername : Andy-V72
Klassenname : vB_Database
MySQL-Version : 5.5.25-1~dotdeb.0
to change a User i must Deaktivite Downloads..

DragonByte Tech 07-24-2012 02:38 AM

Quote:

Originally Posted by andyv72 (Post 2350727)
Hello..

i found a big Bug or it is my fault !?!?

if i change a user to other Usergroup the bekom i this error in database:



to change a User i must Deaktivite Downloads..

Do you have downloads setup yet or are you still in the process of setting it up? It looks like one of the fields created on install didn't get created. If you don't have downloads in there, are still in the process of setting it up and testing, I would suggest uninstalling and reinstalling.
If you already have it setup and being used I can give you a sql query to run to insert the field.

Dylan

andyv72 07-24-2012 06:02 AM

Quote:

Originally Posted by DragonByte Tech (Post 2350941)
Do you have downloads setup yet or are you still in the process of setting it up? It looks like one of the fields created on install didn't get created. If you don't have downloads in there, are still in the process of setting it up and testing, I would suggest uninstalling and reinstalling.
If you already have it setup and being used I can give you a sql query to run to insert the field.

Dylan

Hi Dylan

Have it Deinstall and reinstall ..same Problem.

Here is version 1.3.6 in admincp i see version 1.3.5 :confused:

bzcomputers 07-29-2012 12:21 PM

Quote:

Originally Posted by andyv72 (Post 2350968)
Hi Dylan

Have it Deinstall and reinstall ..same Problem.

Here is version 1.3.6 in admincp i see version 1.3.5 :confused:

Seeing similar issue upgrading to 1.3.6 from 1.3.2.

Adimincp still shows 1.3.2 and I had to manually add the navbar links (main tab showed but blank navbar).

SimonB 07-29-2012 04:55 PM

Is this mod, like DownloadsII, hamstrung by the php limit? Or is there a way to FTP uploads bigger then the limit, and import them?

iask 07-30-2012 07:25 AM

Database error in vBulletin 4.2.0:

Invalid SQL:

INSERT INTO dbtech_downloads_categories (catname, catdesc, extgroupids, permissions)
VALUES (
'Video',
'',
'2',
'a:3:{s:4:\"view\";a:1:{i:0;i:6;}s:8:\"download\"; a:1:{i:0;i:6;}s:6:\"upload\";a:1:{i:0;i:6;}}',
);

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 7
Error Number : 1064
Request Date : Monday, July 30th 2012 @ 10:19:59 AM
Error Date : Monday, July 30th 2012 @ 10:19:59 AM
Script : http://www.xxxxxxxxxxx/admincp/vbdow...step=4&mod=dl2
Referrer : http://www.xxxxxxxxxxx/admincp/vbdow...step=3&mod=dl2
IP Address : 78.23.32.76
Username : Free
Classname : vB_Database
MySQL Version : 5.1.63-log

DragonByte Tech 07-31-2012 05:48 AM

Quote:

Originally Posted by andyv72 (Post 2350968)
Hi Dylan

Have it Deinstall and reinstall ..same Problem.

Here is version 1.3.6 in admincp i see version 1.3.5 :confused:

Quote:

Originally Posted by bzcomputers (Post 2352356)
Seeing similar issue upgrading to 1.3.6 from 1.3.2.

Adimincp still shows 1.3.2 and I had to manually add the navbar links (main tab showed but blank navbar).

Sorry, I'll try and get this worked out. bzcomputers, are you on 4.2?

Dylan

DragonByte Tech 07-31-2012 05:56 AM

Quote:

Originally Posted by SimonB (Post 2352502)
Is this mod, like DownloadsII, hamstrung by the php limit? Or is there a way to FTP uploads bigger then the limit, and import them?

It doesn't have ftp uploads yet so yes, it is restricted by the php limit. Next version I plan on adding a local importer.

Dylan

DragonByte Tech 07-31-2012 05:59 AM

Quote:

Originally Posted by iask (Post 2352657)
Database error in vBulletin 4.2.0:

Invalid SQL:

INSERT INTO dbtech_downloads_categories (catname, catdesc, extgroupids, permissions)
VALUES (
'Video',
'',
'2',
'a:3:{s:4:\"view\";a:1:{i:0;i:6;}s:8:\"download\"; a:1:{i:0;i:6;}s:6:\"upload\";a:1:{i:0;i:6;}}',
 );

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 7
Error Number : 1064
Request Date : Monday, July 30th 2012 @ 10:19:59 AM
Error Date : Monday, July 30th 2012 @ 10:19:59 AM
Script : http://www.xxxxxxxxxxx/admincp/vbdow...step=4&mod=dl2
Referrer : http://www.xxxxxxxxxxx/admincp/vbdow...step=3&mod=dl2
IP Address : 78.23.32.76
Username : Free
Classname : vB_Database
MySQL Version : 5.1.63-log

Sorry about that. If you open dbtech/downloads/core/class_import.php
On line 165 you'll see
PHP Code:

'" . $this->registry->db->escape_string($default_ugs) . "'

replace it with

PHP Code:

'" . $this->registry->db->escape_string($default_ugs) . "' 

Dylan


All times are GMT. The time now is 04:07 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.01648 seconds
  • Memory Usage 1,760KB
  • 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
  • (9)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