Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 10-23-2016, 02:51 PM
betterthanyours betterthanyours is offline
 
Join Date: May 2012
Posts: 193
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default vBulletin 4 not processing images

Hello

My vBulletin 4 install is not processing images. The library is GD.

I created a test site to verify that it is not a server / php issue. The test site confirmed that it was not

www.unrealkillers.com/test

However, my main site still refuses to process images / thumbnail them correctly.

--------------- Added [DATE]1477242088[/DATE] at [TIME]1477242088[/TIME] ---------------

Maintenance > Diagnostics > Upload


Help Pertinent PHP Settings
file_uploads: On
open_basedir: None
safe_mode: Off
upload_tmp_dir: None
upload_max_filesize: 1.00 GB

--------------- Added [DATE]1477242121[/DATE] at [TIME]1477242121[/TIME] ---------------

Help Results
No errors occurred while opening the uploaded file for reading.

--------------- Added [DATE]1477327823[/DATE] at [TIME]1477327823[/TIME] ---------------

....bump?
Reply With Quote
  #2  
Old 10-31-2016, 09:50 PM
betterthanyours betterthanyours is offline
 
Join Date: May 2012
Posts: 193
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyone know how I can resolve this please?
Reply With Quote
  #3  
Old 11-01-2016, 01:30 AM
RichieBoy67's Avatar
RichieBoy67 RichieBoy67 is offline
 
Join Date: Apr 2004
Location: CT - Down in a hole..
Posts: 3,057
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can you be more specific? Do you get an error? How are you uploading the images?
Reply With Quote
  #4  
Old 11-01-2016, 12:15 PM
betterthanyours betterthanyours is offline
 
Join Date: May 2012
Posts: 193
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

There is no error. I am using the upload function be that basic uploader of the multi uploader. As soon as I switch to php 5.6 the images do not process.

However, I setup a test site with a fresh install and it processed the images just fine.
Reply With Quote
  #5  
Old 11-01-2016, 03:26 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

4.2.3 is compatible with PHP5.5, but I'm not sure how much it has been tested with PHP5.6.

Is your live site default like your test site is? All default files and no modifications? Is there anything in your error_logs (if you don't know where they are, ask your host) when you try to upload an image?
Reply With Quote
  #6  
Old 11-01-2016, 03:57 PM
RichieBoy67's Avatar
RichieBoy67 RichieBoy67 is offline
 
Join Date: Apr 2004
Location: CT - Down in a hole..
Posts: 3,057
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Did you try to test by switching from gd to imagemagik.

Do you have the same issue when using the attachment manager?

I have an image issue as well:https://vborg.vbsupport.ru/showthread.php?t=323362
Reply With Quote
  #7  
Old 11-01-2016, 09:45 PM
betterthanyours betterthanyours is offline
 
Join Date: May 2012
Posts: 193
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
Is your live site default like your test site is? All default files and no modifications? Is there anything in your error_logs (if you don't know where they are, ask your host) when you try to upload an image?
No, I couldn't possible get my live site down to no mods....however, does the below count as the same?

I deleted error_log disabled all plugins

define('DISABLE_HOOKS', true);

The page output was blank

Code:
[01-Nov-2016 18:41:55 America/New_York] PHP Deprecated:  Function split() is deprecated in /home/unrealk1/public_html/forum.php(791) : eval()'d code on line 111
[01-Nov-2016 18:48:03 America/New_York] PHP Fatal error:  Class 'USERTAG' not found in /home/unrealk1/public_html/usertag.php on line 150
[01-Nov-2016 18:48:04 America/New_York] PHP Fatal error:  Call to undefined function print_portal_output() in /home/unrealk1/public_html/index.php on line 46
[01-Nov-2016 18:48:59 America/New_York] PHP Fatal error:  Call to undefined function print_portal_output() in /home/unrealk1/public_html/index.php on line 46
[01-Nov-2016 18:49:01 America/New_York] PHP Fatal error:  Call to undefined function print_portal_output() in /home/unrealk1/public_html/index.php on line 46
[01-Nov-2016 18:49:03 America/New_York] PHP Fatal error:  Call to undefined function print_portal_output() in /home/unrealk1/public_html/index.php on line 46
[01-Nov-2016 18:49:05 America/New_York] PHP Fatal error:  Call to undefined function print_portal_output() in /home/unrealk1/public_html/index.php on line 46
[01-Nov-2016 18:49:08 America/New_York] PHP Fatal error:  Call to undefined function print_portal_output() in /home/unrealk1/public_html/index.php on line 46

I tried to switch to imagemagick and I attach the error.


Quote:
Originally Posted by Lynne View Post
4.2.3 is compatible with PHP5.5, but I'm not sure how much it has been tested with PHP5.6.
It does the same when I switch to 5.5
Attached Images
File Type: png imagick.png (7.3 KB, 0 views)
Reply With Quote
  #8  
Old 11-02-2016, 01:46 PM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
4.2.3 is compatible with PHP5.5, but I'm not sure how much it has been tested with PHP5.6.
Its been tested by hundreds of live sites running it (probably more).

The same for 3.8.9, which is essentially the same core code.
If there were core image problems we would have heard about them long ago.
Reply With Quote
  #9  
Old 11-02-2016, 06:20 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well, it works fine on a totally default site, but doesn't work on a modified site. So, that tells me that something that was modified is causing the issue. So, you really need to figure out what that is. I would suggest adding the exact same modifications to your test site, one-by-one, and then seeing afterwards if your image problem exists. You need to add all Products, file edits, and template edits. As I said though, do them one-by-one and test after each one so you can figure out what is causing the problem.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:16 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.04003 seconds
  • Memory Usage 2,263KB
  • Queries Executed 12 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (9)post_thanks_box
  • (9)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (9)post_thanks_postbit_info
  • (9)postbit
  • (1)postbit_attachment
  • (9)postbit_onlinestatus
  • (9)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • postbit_attachment
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete