Unable to upload images after 4.2.2 upgrade

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • somethingfishy
    New Member
    • Sep 2012
    • 3

    Unable to upload images after 4.2.2 upgrade

    Hello wondering if i can get some help

    Just upgraded our forum from 4.2.? to 4.2.2 and have lots of issue (mainly with VBSEO)

    The biggest issue i have at the moment is that im unable to upload any images "attachments"

    When i try to upload the pop up appears and you can select files ect. However once you select upload the pop up disappears and nothing actually uploads?
  • Muhammad Rahman
    Member
    • Jun 2012
    • 69
    • 4.2.X

    #2
    maybe this problem from bug in YUI uploader .. read here : http://www.vbulletin.org/forum/showt...hreadid=307008

    Comment

    • donald1234
      Senior Member
      • Oct 2011
      • 1953
      • 4.1.x

      #3
      If you are having issues with vbseo you are better to remove it as it is no longer supported, even though it probably has nothing to do with your uploading issue.

      Here is instructions from their website before it closed.

      "If you ever need to uninstall vBSEO , you can use the following instructions. Make sure you carefully follow each step.

      Login to your vBSEO Cp and disable vBSEO
      Login to your Admincp and Browse to Plugins & Products
      Uninstall vBSEO product file , on the next step you'll be given 2 options
      If you ever plan to install vBSEO on the same domain , choose Keep vBSEO data in Database
      If you will not use vBSEO again choose Cleanup vBSEO Data
      Delete all files include .htaccess from your server via ftp. You can find the list of files that needs to be deleted below.


      Files that needs to be deleted

      admincp
      admin_vbseo.php
      clientscript
      vbseo_ajax.js
      images
      vbseo
      anchor.png
      delicious.gif
      digg.gif
      facebook.gif
      furl.gif
      goto_linkbacks.gif
      linkback.gif
      linkback_about.gif
      linkback_url.gif
      mister-wong
      pingback.gif
      post_linkback.gif
      reddit.gif
      refback.gif
      spurl.gif
      technorati.gif
      trackback.gif
      includes
      cron
      vbseo_serviceupdate.php
      xml
      bitfield_vbseo.xml
      cpnav_vbseo.xml
      vbseo_urls_001.xml
      vbseo_urls_002.xml
      vbseo_urls_003.xml
      vbseo_urls_004.xml
      vbseo_urls_005.xml
      vbseo_urls_006.xml
      vbseocp_deutsch (du).xml
      vbseocp_deutsch (sie).xml
      vbseocp_dutch.xml
      vbseocp_english.xml
      vbseocp_russian.xml
      vbseocp_turkce.xml
      functions_vbseo.php
      functions_vbseo_cache.php
      functions_vbseo_createurl.php
      functions_vbseo_crr.php
      functions_vbseo_db.php
      functions_vbseo_hook.php
      functions_vbseo_linkback.php
      functions_vbseo_misc.php
      functions_vbseo_pre.php
      functions_vbseo_seo.php
      functions_vbseo_startup.php
      functions_vbseo_url.php
      functions_vbseo_vb.php
      md5_sums_crawlability_vbseo.php
      modcp
      vbseo_moderate.php
      vbseo.php
      vbseocp.php
      vbseocpform.php
      .htaccess


      After uninstallation you can also redirect your indexed content to original vBulletin urls. Please carefully check the rewrite rules and use the one that fits your current url structure. If your url structure isn't listed below please post a sample example so we can supply the correct rules.

      If you have your thread rewrite rules set as forum-name/threadid-threadname.html use the following .htaccess
      Code:
      RewriteEngine on
      RewriteRule [^/]+/([0-9]+)-[^/]+\.html http://www.domain.com/forums/showthread.php?t=$1 [L,R=301]
      If you have your thread rewrite rules set as forum-name/threadname-threadid.html use the following .htaccess
      Code:
      RewriteEngine on
      RewriteRule [^/]+/[^/]+-([0-9]+)\.html http://www.domain.com/forums/showthread.php?t=$1 [L,R=301]
      If you have your thread rewrite rules set as forum-name/threadname-threadid/ use the following .htaccess
      Code:
      RewriteEngine on
      RewriteRule [^/]+/[^/]+-([0-9]+)/ http://www.domain.com/forums/showthread.php?t=$1"

      Comment

      • Lynne
        Former vBulletin Support
        • Oct 2004
        • 26255

        #4
        Additionally, as of vBulletin 4.2.2, notices and warnings are no longer suppressed by default like in previous versions of the software. This means that on some servers, you may see warnings that you never saw before and these can affect post editing and uploading of images. In order to stop them from showing, please add the following line to your config.php file under the <?php line:

        PHP Code:
        define('SKIP_ALL_ERRORS'true); 

        Please don't PM or VM me for support - I only help out in the threads.
        vBulletin Manual & vBulletin 4.0 Code Documentation (API)
        Want help modifying your vbulletin forum? Head on over to vbulletin.org
        If I post CSS and you don't know where it goes, throw it into the additional.css template.

        W3Schools &lt;- awesome site for html/css help

        Comment

        widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
        Working...