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] Dragonbyte Gallery v1 (vB4) (https://vborg.vbsupport.ru/showthread.php?t=285074)

R4rifi 06-30-2012 06:39 PM

/home/content/26/8946326/html/dbtech/gallery/includes/class_install.php appears to be missing!

Got this message???

DragonByte Tech 06-30-2012 06:58 PM

Quote:

Originally Posted by sandboa (Post 2344104)
I am having a slight problem. I'm running 4.2. I created a new instance. When I click on the new instance tab, the Gallery tab is highlighted rather than the new instance tab. Help would be greatly appreciated.

Could I get access to see it?

Dylan

DragonByte Tech 06-30-2012 07:01 PM

Quote:

Originally Posted by Hostboard (Post 2344110)
Allowing individual galleries on a per forum basis where gallery A is not seen or have any interaction when viewing Forum B's gallery

MySite
-Talk About Item A
--Gallery A
-Talk About Item B
--Gallery B

It's not setup to work per forum. If you are viewing the images from Gallery B though you will not see the images from Gallery A. They aren't intermixed.

DragonByte Tech 06-30-2012 07:02 PM

Quote:

Originally Posted by R4rifi (Post 2344114)
/home/content/26/8946326/html/dbtech/gallery/includes/class_install.php appears to be missing!

Got this message???

The file is in the package. Make sure you uploaded it all correctly before you install the product.

Dylan

DragonByte Tech 06-30-2012 07:06 PM

Quote:

Originally Posted by 4ibon4ik (Post 2344042)
Comment system not support other languages here, comment is in russian

I have a fix for this, I'll release the package after I'm sure I don't have any more pressing bugs. If you want to manually fix it for now

Open
dbtech/gallery/clientscript/gallery.js

Find
PHP Code:

extraparams += '&comment=' PHP.urlencode(comments); 

and replace with

PHP Code:

extraparams += '&comment=' comments

It wont fix comments already submitted but new comments should show correctly.
Dylan

sandboa 06-30-2012 07:21 PM

Quote:

Originally Posted by DragonByte Tech (Post 2344118)
Could I get access to see it?

Dylan

PM sent

DragonByte Tech 06-30-2012 07:37 PM

Quote:

Originally Posted by sandboa (Post 2344104)
I am having a slight problem. I'm running 4.2. I created a new instance. When I click on the new instance tab, the Gallery tab is highlighted rather than the new instance tab. Help would be greatly appreciated.

For others that run into this, when you create a gallery instance make sure you fill out the Short Name field. It's the tab identifier and tells vB what tab you are currently on. Make it something short, without spaces or special characters, like public_gallery.

We are working on getting docs put together so sorry if you run into config problems in the meantime.

Dylan

R4rifi 06-30-2012 07:40 PM

Quote:

Originally Posted by DragonByte Tech (Post 2344120)
The file is in the package. Make sure you uploaded it all correctly before you install the product.

Dylan

Thanks, I have re-uploaded all files, now getting the following upon uploading of images:

Warning: imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions in [path]/dbtech/gallery/includes/class_core.php on line 676

Warning: imagecolorallocate(): supplied argument is not a valid Image resource in [path]/dbtech/gallery/includes/class_core.php on line 684

Warning: imagecolortransparent(): supplied argument is not a valid Image resource in [path]/dbtech/gallery/includes/class_core.php on line 685

Warning: imagealphablending(): supplied argument is not a valid Image resource in [path]/dbtech/gallery/includes/class_core.php on line 686

Warning: imagesavealpha(): supplied argument is not a valid Image resource in [path]/dbtech/gallery/includes/class_core.php on line 687

Warning: imagecopyresampled(): supplied argument is not a valid Image resource in [path]/dbtech/gallery/includes/class_core.php on line 691

Warning: imagejpeg(): supplied argument is not a valid Image resource in [path]/dbtech/gallery/includes/class_core.php on line 701

Warning: imagedestroy(): supplied argument is not a valid Image resource in [path]/dbtech/gallery/includes/class_core.php on line 706

Warning: imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions in [path]/dbtech/gallery/includes/class_core.php on line 724

Warning: imagecolorallocate(): supplied argument is not a valid Image resource in [path]/dbtech/gallery/includes/class_core.php on line 732

Warning: imagecolortransparent(): supplied argument is not a valid Image resource in [path]/dbtech/gallery/includes/class_core.php on line 733

Warning: imagealphablending(): supplied argument is not a valid Image resource in [path]/dbtech/gallery/includes/class_core.php on line 734

Warning: imagesavealpha(): supplied argument is not a valid Image resource in [path]/dbtech/gallery/includes/class_core.php on line 735

Warning: imagecopyresampled(): supplied argument is not a valid Image resource in [path]/dbtech/gallery/includes/class_core.php on line 739

Warning: imagejpeg(): supplied argument is not a valid Image resource in [path]/dbtech/gallery/includes/class_core.php on line 749

Warning: imagejpeg(): supplied argument is not a valid Image resource in [path]/dbtech/gallery/includes/class_core.php on line 759

Warning: imagedestroy(): supplied argument is not a valid Image resource in [path]/dbtech/gallery/includes/class_core.php on line 764

Warning: filesize() [function.filesize]: stat failed for [path]/dbtech/gallery/images/upload/1/8/3/3/full/5_1341088616.jpg in [path]/dbtech/gallery/includes/class_core.php on line 775

Warning: filesize() [function.filesize]: stat failed for [path]/dbtech/gallery/images/upload/1/8/3/3/thumb/5_1341088616.jpg in [path]/dbtech/gallery/includes/class_core.php on line 776

DragonByte Tech 06-30-2012 07:44 PM

Quote:

Originally Posted by R4rifi (Post 2344132)
Thanks, I have re-uploaded all files, now getting the following upon uploading of images:

Warning: imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions in [path]/dbtech/gallery/includes/class_core.php on line 676

Warning: imagecolorallocate(): supplied argument is not a valid Image resource in [path]/dbtech/gallery/includes/class_core.php on line 684

Warning: imagecolortransparent(): supplied argument is not a valid Image resource in [path]/dbtech/gallery/includes/class_core.php on line 685

Warning: imagealphablending(): supplied argument is not a valid Image resource in [path]/dbtech/gallery/includes/class_core.php on line 686

Warning: imagesavealpha(): supplied argument is not a valid Image resource in [path]/dbtech/gallery/includes/class_core.php on line 687

Warning: imagecopyresampled(): supplied argument is not a valid Image resource in [path]/dbtech/gallery/includes/class_core.php on line 691

Warning: imagejpeg(): supplied argument is not a valid Image resource in [path]/dbtech/gallery/includes/class_core.php on line 701

Warning: imagedestroy(): supplied argument is not a valid Image resource in [path]/dbtech/gallery/includes/class_core.php on line 706

Warning: imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions in [path]/dbtech/gallery/includes/class_core.php on line 724

Warning: imagecolorallocate(): supplied argument is not a valid Image resource in [path]/dbtech/gallery/includes/class_core.php on line 732

Warning: imagecolortransparent(): supplied argument is not a valid Image resource in [path]/dbtech/gallery/includes/class_core.php on line 733

Warning: imagealphablending(): supplied argument is not a valid Image resource in [path]/dbtech/gallery/includes/class_core.php on line 734

Warning: imagesavealpha(): supplied argument is not a valid Image resource in [path]/dbtech/gallery/includes/class_core.php on line 735

Warning: imagecopyresampled(): supplied argument is not a valid Image resource in [path]/dbtech/gallery/includes/class_core.php on line 739

Warning: imagejpeg(): supplied argument is not a valid Image resource in [path]/dbtech/gallery/includes/class_core.php on line 749

Warning: imagejpeg(): supplied argument is not a valid Image resource in [path]/dbtech/gallery/includes/class_core.php on line 759

Warning: imagedestroy(): supplied argument is not a valid Image resource in [path]/dbtech/gallery/includes/class_core.php on line 764

Warning: filesize() [function.filesize]: stat failed for [path]/dbtech/gallery/images/upload/1/8/3/3/full/5_1341088616.jpg in [path]/dbtech/gallery/includes/class_core.php on line 775

Warning: filesize() [function.filesize]: stat failed for [path]/dbtech/gallery/images/upload/1/8/3/3/thumb/5_1341088616.jpg in [path]/dbtech/gallery/includes/class_core.php on line 776

In the ACP, edit the gallery instance and make sure the image/thumb height/width is set to something. I suggest 150x150 for the thumbs and 800x600 for the full image size.

Dylan

R4rifi 06-30-2012 07:58 PM

Quote:

Originally Posted by DragonByte Tech (Post 2344134)
In the ACP, edit the gallery instance and make sure the image/thumb height/width is set to something. I suggest 150x150 for the thumbs and 800x600 for the full image size.

Dylan

Thanks it works now, but still when I click on save there is some message which i could not copy but saying something about warning from server.......


All times are GMT. The time now is 01:27 AM.

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.02280 seconds
  • Memory Usage 1,765KB
  • 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
  • (3)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