View Full Version : vBulletin 4 not processing images
betterthanyours
10-23-2016, 02:51 PM
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 1477242088 at 1477242088 ---------------
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 1477242121 at 1477242121 ---------------
Help Results
No errors occurred while opening the uploaded file for reading.
--------------- Added 1477327823 at 1477327823 ---------------
....bump?
betterthanyours
10-31-2016, 09:50 PM
Anyone know how I can resolve this please?
RichieBoy67
11-01-2016, 01:30 AM
Can you be more specific? Do you get an error? How are you uploading the images?
betterthanyours
11-01-2016, 12:15 PM
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.
Lynne
11-01-2016, 03:26 PM
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?
RichieBoy67
11-01-2016, 03:57 PM
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
betterthanyours
11-01-2016, 09:45 PM
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
[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.
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
Paul M
11-02-2016, 01:46 PM
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.
Lynne
11-02-2016, 06:20 PM
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.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.