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)
-   -   vBulletin CMS Widgets - United-Forum Nivo Slider Widget (https://vborg.vbsupport.ru/showthread.php?t=267024)

The Rocketeer 02-19-2012 12:59 AM

So what is this mod Unsupported now? :(

Mooff 02-20-2012 01:06 AM

@UK CHI3F
I need the debug the slider puts out in debug mode. See FAQ.

@The Rocketeer
You are using an old version, the widget code has changed and produces more debug. Try the new one that will produce nicer error messages so i can see what is wrong.

As for support, i currently do not have that much time, but i think the FAQ should cover almost everything. ;)

iyama 02-22-2012 10:44 AM

I upload the pack again and set the correct path.
I see the text buth no images.
Only the uf_fallback_slider.png is showing.

Mooff 02-22-2012 06:32 PM

And i still need the debug. See FAQ in post 2.

Zervesa 02-25-2012 09:52 AM

Same Problem here:

HTML Code:

DEBUG MODE is ON!
slider_img_filepath: http://www.xxx.de/forum/slider/
width: 600 height: 350
Strech or Crop? 1
show_articles_without_image: bool(false)
fallback_img: http://www.xxx.de/forum/slider/uf_fallback_slider.png
#img: 10
description_length: 95
directory /var/www/vhosts/xxx.de/httpdocs/forum

Warnung: imagejpeg() [function.imagejpeg]: Unable to open '[path]/http://www.xxx.de/forum/slider/slide_107.jpg' for writing: No such file or directory in [path]/packages/vbcms/widget/execphp.php(191) : eval()'d code (Zeile 200)
Error occurred: imagejpeg failed. http://www.xxx.de/forum/attachment.php?attachmentid=312&cid=24
directory: /var/www/vhosts/xxx.de/httpdocs/forum/http://www.xxx.de/forum/slider/slide_107.jpg#articles - featured and databasepull int(1) int(1)
Warnung: Cannot modify header information - headers already sent by (output started at [path]/packages/vbcms/widget/execphp.php(191) : eval()'d code:39) in [path]/includes/functions.php (Zeile 5302)


Mooff 02-25-2012 01:21 PM

silder_img_filepath should not be a http location. We need that to write the images to.

In your case
$slider_img_filepath = 'slider/';
should be the right choice.

Zervesa 02-25-2012 01:43 PM

Thank you!

virtualcash 03-01-2012 06:56 AM

Thanks for the great plugin, Mooff. After upgrading vb to 4.1.11 I'm getting the following debug output for http://e-mpire.com/ :

Code:

DEBUG MODE is ON!
slider_img_filepath: slider/
width: 780 height: 400
Strech or Crop?
show_articles_without_image: bool(false)
fallback_img: slider/uf_fallback_slider.png
#img: 10
description_length: 95
directory /home/e-mpire/public_html

Warning: getimagesize(attachment.php?attachmentid=14092&cid=18) [function.getimagesize]: failed to open stream: No such file or directory in [path]/packages/vbcms/widget/execphp.php(191) : eval()'d code on line 137
Error occurred: picture is not readable.attachment.php?attachmentid=14092&cid=18

Warning: getimagesize(attachment.php?attachmentid=14083&cid=18) [function.getimagesize]: failed to open stream: No such file or directory in [path]/packages/vbcms/widget/execphp.php(191) : eval()'d code on line 137
Error occurred: picture is not readable.attachment.php?attachmentid=14083&cid=18

Warning: getimagesize(attachment.php?attachmentid=14096&cid=18) [function.getimagesize]: failed to open stream: No such file or directory in [path]/packages/vbcms/widget/execphp.php(191) : eval()'d code on line 137
Error occurred: picture is not readable.attachment.php?attachmentid=14096&cid=18

Warning: getimagesize(attachment.php?attachmentid=14091&cid=18) [function.getimagesize]: failed to open stream: No such file or directory in [path]/packages/vbcms/widget/execphp.php(191) : eval()'d code on line 137
Error occurred: picture is not readable.attachment.php?attachmentid=14091&cid=18

Warning: getimagesize(attachment.php?attachmentid=14095&cid=18) [function.getimagesize]: failed to open stream: No such file or directory in [path]/packages/vbcms/widget/execphp.php(191) : eval()'d code on line 137
Error occurred: picture is not readable.attachment.php?attachmentid=14095&cid=18

Warning: getimagesize(attachment.php?attachmentid=14084&cid=18) [function.getimagesize]: failed to open stream: No such file or directory in [path]/packages/vbcms/widget/execphp.php(191) : eval()'d code on line 137
Error occurred: picture is not readable.attachment.php?attachmentid=14084&cid=18

Warning: getimagesize(attachment.php?attachmentid=14090&cid=18) [function.getimagesize]: failed to open stream: No such file or directory in [path]/packages/vbcms/widget/execphp.php(191) : eval()'d code on line 137
Error occurred: picture is not readable.attachment.php?attachmentid=14090&cid=18

Warning: getimagesize(attachment.php?attachmentid=14088&cid=18) [function.getimagesize]: failed to open stream: No such file or directory in [path]/packages/vbcms/widget/execphp.php(191) : eval()'d code on line 137
Error occurred: picture is not readable.attachment.php?attachmentid=14088&cid=18

Warning: getimagesize(attachment.php?attachmentid=14081&cid=18) [function.getimagesize]: failed to open stream: No such file or directory in [path]/packages/vbcms/widget/execphp.php(191) : eval()'d code on line 137
Error occurred: picture is not readable.attachment.php?attachmentid=14081&cid=18

Warning: getimagesize(attachment.php?attachmentid=14082&cid=18) [function.getimagesize]: failed to open stream: No such file or directory in [path]/packages/vbcms/widget/execphp.php(191) : eval()'d code on line 137
Error occurred: picture is not readable.attachment.php?attachmentid=14082&cid=18
#articles - featured and databasepull int(10) int(20)


Griphus 03-03-2012 01:48 PM

Quote:

Originally Posted by virtualcash (Post 2304963)
Thanks for the great plugin, Mooff. After upgrading vb to 4.1.11 I'm getting the following debug output for http://e-mpire.com/ :

Code:

DEBUG MODE is ON!
slider_img_filepath: slider/
width: 780 height: 400
Strech or Crop?
show_articles_without_image: bool(false)
fallback_img: slider/uf_fallback_slider.png
#img: 10
description_length: 95
directory /home/e-mpire/public_html

Warning: getimagesize(attachment.php?attachmentid=14092&cid=18) [function.getimagesize]: failed to open stream: No such file or directory in [path]/packages/vbcms/widget/execphp.php(191) : eval()'d code on line 137
Error occurred: picture is not readable.attachment.php?attachmentid=14092&cid=18

Warning: getimagesize(attachment.php?attachmentid=14083&cid=18) [function.getimagesize]: failed to open stream: No such file or directory in [path]/packages/vbcms/widget/execphp.php(191) : eval()'d code on line 137
Error occurred: picture is not readable.attachment.php?attachmentid=14083&cid=18

Warning: getimagesize(attachment.php?attachmentid=14096&cid=18) [function.getimagesize]: failed to open stream: No such file or directory in [path]/packages/vbcms/widget/execphp.php(191) : eval()'d code on line 137
Error occurred: picture is not readable.attachment.php?attachmentid=14096&cid=18

Warning: getimagesize(attachment.php?attachmentid=14091&cid=18) [function.getimagesize]: failed to open stream: No such file or directory in [path]/packages/vbcms/widget/execphp.php(191) : eval()'d code on line 137
Error occurred: picture is not readable.attachment.php?attachmentid=14091&cid=18

Warning: getimagesize(attachment.php?attachmentid=14095&cid=18) [function.getimagesize]: failed to open stream: No such file or directory in [path]/packages/vbcms/widget/execphp.php(191) : eval()'d code on line 137
Error occurred: picture is not readable.attachment.php?attachmentid=14095&cid=18

Warning: getimagesize(attachment.php?attachmentid=14084&cid=18) [function.getimagesize]: failed to open stream: No such file or directory in [path]/packages/vbcms/widget/execphp.php(191) : eval()'d code on line 137
Error occurred: picture is not readable.attachment.php?attachmentid=14084&cid=18

Warning: getimagesize(attachment.php?attachmentid=14090&cid=18) [function.getimagesize]: failed to open stream: No such file or directory in [path]/packages/vbcms/widget/execphp.php(191) : eval()'d code on line 137
Error occurred: picture is not readable.attachment.php?attachmentid=14090&cid=18

Warning: getimagesize(attachment.php?attachmentid=14088&cid=18) [function.getimagesize]: failed to open stream: No such file or directory in [path]/packages/vbcms/widget/execphp.php(191) : eval()'d code on line 137
Error occurred: picture is not readable.attachment.php?attachmentid=14088&cid=18

Warning: getimagesize(attachment.php?attachmentid=14081&cid=18) [function.getimagesize]: failed to open stream: No such file or directory in [path]/packages/vbcms/widget/execphp.php(191) : eval()'d code on line 137
Error occurred: picture is not readable.attachment.php?attachmentid=14081&cid=18

Warning: getimagesize(attachment.php?attachmentid=14082&cid=18) [function.getimagesize]: failed to open stream: No such file or directory in [path]/packages/vbcms/widget/execphp.php(191) : eval()'d code on line 137
Error occurred: picture is not readable.attachment.php?attachmentid=14082&cid=18
#articles - featured and databasepull int(10) int(20)


I am also getting this error at www.tribegaming.com since updating Vbulletin this morning:

Code:

DEBUG MODE is ON!
slider_img_filepath: /slideshow/
width: 650 height: 250
Strech or Crop?
show_articles_without_image: bool(false)
fallback_img: /slideshow/uf_fallback_slider.png
#img: 10
description_length: 95
directory /home/content/08/8830708/html

Warning: getimagesize(attachment.php?attachmentid=3628&cid=18) [function.getimagesize]: failed to open stream: No such file or directory in [path]/packages/vbcms/widget/execphp.php(191) : eval()'d code on line 133
Error occurred: picture is not readable.attachment.php?attachmentid=3628&cid=18

Warning: getimagesize(attachment.php?attachmentid=3541&cid=18) [function.getimagesize]: failed to open stream: No such file or directory in [path]/packages/vbcms/widget/execphp.php(191) : eval()'d code on line 133
Error occurred: picture is not readable.attachment.php?attachmentid=3541&cid=18

Warning: getimagesize(attachment.php?attachmentid=3545&cid=18) [function.getimagesize]: failed to open stream: No such file or directory in [path]/packages/vbcms/widget/execphp.php(191) : eval()'d code on line 133
Error occurred: picture is not readable.attachment.php?attachmentid=3545&cid=18

Warning: getimagesize(attachment.php?attachmentid=3527&cid=18) [function.getimagesize]: failed to open stream: No such file or directory in [path]/packages/vbcms/widget/execphp.php(191) : eval()'d code on line 133
Error occurred: picture is not readable.attachment.php?attachmentid=3527&cid=18

Warning: getimagesize(attachment.php?attachmentid=3509&cid=18) [function.getimagesize]: failed to open stream: No such file or directory in [path]/packages/vbcms/widget/execphp.php(191) : eval()'d code on line 133
Error occurred: picture is not readable.attachment.php?attachmentid=3509&cid=18

Warning: getimagesize(attachment.php?attachmentid=3502&cid=18) [function.getimagesize]: failed to open stream: No such file or directory in [path]/packages/vbcms/widget/execphp.php(191) : eval()'d code on line 133
Error occurred: picture is not readable.attachment.php?attachmentid=3502&cid=18

Warning: getimagesize(attachment.php?attachmentid=3497&cid=18) [function.getimagesize]: failed to open stream: No such file or directory in [path]/packages/vbcms/widget/execphp.php(191) : eval()'d code on line 133
Error occurred: picture is not readable.attachment.php?attachmentid=3497&cid=18

Warning: getimagesize(attachment.php?attachmentid=3474&cid=18) [function.getimagesize]: failed to open stream: No such file or directory in [path]/packages/vbcms/widget/execphp.php(191) : eval()'d code on line 133
Error occurred: picture is not readable.attachment.php?attachmentid=3474&cid=18

Warning: getimagesize(attachment.php?attachmentid=3490&cid=18) [function.getimagesize]: failed to open stream: No such file or directory in [path]/packages/vbcms/widget/execphp.php(191) : eval()'d code on line 133
Error occurred: picture is not readable.attachment.php?attachmentid=3490&cid=18

Warning: getimagesize(attachment.php?attachmentid=3462&cid=18) [function.getimagesize]: failed to open stream: No such file or directory in [path]/packages/vbcms/widget/execphp.php(191) : eval()'d code on line 133
Error occurred: picture is not readable.attachment.php?attachmentid=3462&cid=18
#articles - featured and databasepull int(10) int(20)


Mooff 03-03-2012 11:59 PM

At first glance it seems like they change how the picture url for attachments are saved in the database (we are not on 4.1.11 yet, so i can't check).

untested:

change
Code:

                                        if(is_resource($sprite) AND $article['previewimage'] )
                                        {                                                 
                                                $imageinfo = getimagesize($article['previewimage']);
                                                if(is_array($imageinfo))
                                                {

to
Code:

                                        if(is_resource($sprite) AND $article['previewimage'] )
                                        {                                                 
                                                if(substr($article['previewimage'],0,10) == 'attachment')
                                                {
                                                      $article['previewimage'] = 'http://www.your_site/' . $article['previewimage'];
                                                };
                                                $imageinfo = getimagesize($article['previewimage']);
                                                if(is_array($imageinfo))
                                                {

with 'your_site' beeing your site. ;)


All times are GMT. The time now is 09:19 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.01741 seconds
  • Memory Usage 1,797KB
  • 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
  • (5)bbcode_code_printable
  • (1)bbcode_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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