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

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 05-17-2016, 10:02 AM
VIP Hawaii VIP Hawaii is offline
 
Join Date: Aug 2008
Location: Maine
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default "Imageinfo Failed: The system cannot find the path specified." on profilepic upload

Hello all ...

First of all, I want to say that I have searched vbulletin.com and vbulletin.org forums thoroughly, plus many Google searches and have not found a working answer to my problem.

I'm serving using Windows XP Professional SP3 (POSReady) with all updates up to two days ago ... YES, even though XP has reached its End-Of-Life (EOL), POSReady is still updatable until (at this point) 'September' of '2019'; everything seems to working fine in XP. I'm using Apache webserver for Windows version 2.2.4 and I'm hosting it locally right here at home, so there are no VPS issues I have to deal with.

More details here :

Here's my data from the AdminCP :

Server Type WINNT Data Usage 147.66 MB
Web Server Apache v2.2.4 Index Usage 8.37 MB
PHP 5.2.4 Attachment Usage 0
PHP Max Post Size 9.77 GB Avatar Usage 0
PHP Maximum Upload Size 8.79 GB
PHP Memory Limit 2.00 GB
MySQL Version 5.0.45-community-nt
MySQL Packet Size 1,024.00 MB

as WAMPServer version 1.7.3, with Safe Mode OFF in both Server and Optimization Settings in VBulletin AdminCP > VBulletin Options, Safe Mode=Off in php.ini, open_basedir is commented out, upload_tmp_dir set to upload_tmp_dir = /tmp , with Apache documentroot as F:/www/html which points to an external Western Digital My Book 1230 external USB 4 TB hard drive (which is serving the site just fine).

I have ImageMagick properly installed and the path is correct in Human Verification Settings; the test image shows properly when choosing either GD or ImageMagick, but set for either GD or ImageMagick, I get the same error when trying to upload a profile picture. Attachments settings allow for any size upload, any image dimensions (not set so as to limit these) and of course, set to Yes for uploads. Usergroup Permissions (I am logged in an trying to upload my profile pic as Administrator, UID 1) allow uploading of profile pics (default).

Checked in Diagnostics / Suspect File Versions and for some unknown reason, all files show as either "File not recognized as part of VBulletin" (probably due to the Patch Level 2 patch : I suppose that the VBulletin developers did not create a separate and updated diagnostic file for PL2, so all files show as "not recognized" ... I double-checked all this by re-downloading 3.8.4 PL2 from vbulletin.com and overwriting all files (except for install.php and the PayPal payment API, which was patched with the "October 7 [2013] Paypal Mod" (which should not affect this anyway).

I have tried many things, based on what I have read in forums, including :

1. Turning Safe Mode on and off, both in VBulletin and php.ini (and of course, restarting all web services and checking again)

2. Trying an upload of an image from the www which I have verified is a fully readable flat file

3. Putting the desired profile images into /html

4. Checking to be sure that the /tmp directory is CHMOD 0777 (equivalent in Windows is simply to uncheck "Read Only" in Properties for the directory)

5. Checking to be sure that the my customprofilepics, customavatarpics, etc. directories are also CHMOD 777

6. Changing from database mode for storing the images to flat-file storage and back again

7. Disabling all hooks in /includes/config.php

8. Downloading and installing freetype for Windows (GNUWin32 package) version 2.3.5

9. Checking my error logs at /www/html/errorlog/ (nothing found relating to this, only en email error log having to do with someone trying to register to my site, also no e-mails sent to me about this as it should have)

10. Checking to see if eaccellerator is installed as part of PHP (it isn't.)

11. Commenting out the extension=php_apc.dll line (even though an official VBulletin.Com post told all users of VBulletin version 3.8.4 to optimally use PHP version 5.2.9 with APC memcaching enabled (ref. : http://www.vbulletin.com/forum/forum...3-8-4-released )

12. Checking the WINDOWS/system32/Comctrl32.dll file version: mine is version 5.6 something: I read about "ImageInfo" and it seems it is a Windows function of the Common Control Library (Comctrl32.dll) and it says something on Microsoft's MSDN website about how a call for GetImageInfo, which is related to ImageInfo, is only available on Windows Vista, using Comctrl32.dll versions 6.0 and newer ... there was one Windows Hotfix dealing with issues with Comctrl32 version conflicts which is NOT installed on my computer but which seems to be no longer available for download, KB883884 ... who knows, if I could download this fix (and I have searched everywhere including the Wayback Machine), maybe this problem would be solved. Yeah, I know, XP is 'outdated' (although patches are still available for the POSReady version through ('9/2019') but I hate Windows 7, 8, 8.1 and 10 and will only 'upgrade' if absolutely necessary; my knowledge of (CentOS) Linux is pretty rudimentary so I moved from CentOS 6.7 32-bit to Windows XP Pro SP3 POSReady 32-bit, clean install)

13. Tried the File Upload test function in AdminCP > Maintenance >, and there were no errors reported (just like everyone else who has had this problem, read the forums, thanks).

14. Contemplating my navel (didn't do much but gave me a sense of well-being until my neck started hurting from looking down for so long)

15. Banging my head against the wall repeatedly, which only gave me a headache .

and so far nothing has worked (except for some cool water for my aching head, which of course didn't fix the profile pic upload problem ).

I realize I am using PHP 5.2.4 and not 5.2.9, which could be causing a problem! ... this is the next thing I will try to do but in the meantime I am posting this here and in the vbulletin.com Support Ticket area for some real help.


I am running PHP with the following dll files enabled in php.ini (and yes, the extension_dir is correct):

extension=php_ffmpeg.dll
extension=php_mbstring.dll
extension=php_curl.dll
extension=php_exif.dll
extension=php_gd2.dll
extension=php_gettext.dll
extension=php_mysql.dll
extension=php_mysqli.dll
extension=php_sockets.dll
extension=php_tidy.dll
extension=php_pdo.dll
extension=php_pdo_sqlite.dll
extension=php_sqlite.dll
extension=php_imagick.dll
extension=php_pspell.dll
extension=php_soap.dll

and no other extensions are enabled.

NOTE : ffmpeg-php is correctly installed and tested, is working fine.
I am starting to think that I need to either disable or enable some more dlls in php.ini, change the PHP version, or ????

What the heck should I do now? UPDATE : I found out that ImageInfo: is a function only available (in Windows that is) to OSes newer that Windows XP (even with all / POSReady updates); the Comctrl32.dll file version is the cause of the problem. I am glad I do not have to spend another $209. (currently) in order to even upgrade their 3.8.x versions to the latest 3.8 version even (which I believe is 3.8.10 Beta 1, same version used by VBulletin.Org website here [or even all the way to 4.x]). VBulletin Dot Com support ticket has now been closed as SOLVED.

I have worked with Windows since early '1996', have worked on many websites, and have successfully set up (mostly CentOS or Red Hat Enterprise Linux - based) VBulletin websites starting with version 3.7.0, since about '2003' using Linux, so please don't dumb it down for me when you give a reply but do give details if you know what to do to help.

I have enabled public phpinfo for the developers who will hopefully help me troubleshoot this, and will PM AdminCP login info and FTP login info as well, if necessary. I would rather not post the website URL to this site right now but will send all details by PM or email to anyone sincerely interested in helping me ... help me out and I'll help you with your project, how about that?

Thanks in Advance (I hope!),


VIP Hawaii
Reply With Quote
 


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 07:24 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.03681 seconds
  • Memory Usage 2,409KB
  • 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
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (5)post_thanks_box
  • (5)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (5)post_thanks_postbit_info
  • (5)postbit
  • (5)postbit_onlinestatus
  • (5)postbit_wrapper
  • (1)showthread_list
  • (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_threadedmode.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • 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_threaded
  • showthread_threaded_construct_link
  • 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
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete