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 03-22-2015, 04:23 PM
rabeel rabeel is offline
 
Join Date: Jun 2010
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Attachment problem since i upgarade my vbulltin 4.0.3 to 4.2.2

I am facing alot of problems. When i upgrade my current version from the previous one i am unable to upload attachments. unable to upload images and i am unable to edit any post with admin id. This is a huge problem my site is
www.vuhelp.net
please do help me.
i am uploading several screen shots which show that what's going on server
PHP 5.3.29
Web Server Apache v2.2.29 (cgi-fcgi)
MySQL Version 5.5.42-cll

I will be thankful to you if you help me in this matter
regards
Attached Images
File Type: jpg vbulletin-error.jpg (67.8 KB, 0 views)
File Type: jpg vb-img.jpg (52.0 KB, 0 views)
Reply With Quote
  #2  
Old 03-22-2015, 05:09 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Please add the following line to your config.php file under the <?php line:

PHP Code:
define('SKIP_DS_ERRORS'true); 
Then see if you still have the same problems.
Reply With Quote
  #3  
Old 03-23-2015, 08:01 AM
rabeel rabeel is offline
 
Join Date: Jun 2010
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I did make the changes in config.php here is the screen shot but still i am facing the same problem dear. i don't understand it please i do need help.
Attached Images
File Type: jpg changes-config-php.jpg (59.2 KB, 0 views)
Reply With Quote
  #4  
Old 03-23-2015, 08:16 AM
ForceHSS ForceHSS is offline
 
Join Date: Apr 2008
Posts: 6,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Make sure you edit the config or any other files with notepad++
Reply With Quote
  #5  
Old 03-23-2015, 10:17 AM
rabeel rabeel is offline
 
Join Date: Jun 2010
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Dear i did it online and here is the screen shot but it did not work for me.
What else i have to do?
Attached Images
File Type: jpg changes.jpg (88.0 KB, 0 views)
Reply With Quote
  #6  
Old 03-23-2015, 05:13 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

A few things...

Maintenance > Diagnostics > Suspect File Versions - no files should be listed as not containing expected results - is that the case with your site?

Try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php

PHP Code:
define('DISABLE_HOOKS'true); 
Try using a totally default style and see if you still have the same problem. To create a default style, create a new style with no parent:
  • Styles & Templates > Style Manager > Add New Style
  • Parent Style: No Parent Style
  • Title: Default vBulletin
  • Allow User Selection: Yes
  • Save
Set this as the default in AdminCP > Settings > Options > Styles & Languages > Set Default Style. Then go to Maintenance > Clear System Cache. Then browse the site using that totally default vbulletin style - do you still have the same problem?

Take a look at your error_logs (if you don't know where they are, ask your host) and see if anything is in there.
Reply With Quote
  #7  
Old 03-24-2015, 02:19 PM
rabeel rabeel is offline
 
Join Date: Jun 2010
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I did disable all the plugins and try it does not work
second option you told me to add the new template i did the same.
but i am unable to select the other i am sending the screen shot which you can check that the website does not allow to select .
i have added the two screen shot which you can see in attachment. one for the added template other for the selection.
please do help i guess i am near by this. Once i generate support ticket they said that java script has some issue something then they didn't reply me. they were saying i am having the commet chat and delete it i did the thing but still the problem is there.
i will be thankful to you if you do help me.
regards
Attached Images
File Type: jpg unable-to-open.jpg (35.2 KB, 0 views)
File Type: jpg added-template.jpg (95.5 KB, 0 views)
Reply With Quote
  #8  
Old 04-04-2015, 01:46 PM
rabeel rabeel is offline
 
Join Date: Jun 2010
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Dear i am still waiting for my answer please solve this issue. my forum is in great pain.
Reply With Quote
  #9  
Old 04-04-2015, 04:15 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I would suggest if you have ticket support that you put in a support ticket.
Reply With Quote
  #10  
Old 04-04-2015, 08:38 PM
pattycake pattycake is offline
 
Join Date: Jan 2009
Posts: 97
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by rabeel View Post
I am facing alot of problems. When i upgrade my current version from the previous one i am unable to upload attachments. unable to upload images and i am unable to edit any post with admin id. This is a huge problem my site is
www.vuhelp.net
please do help me.
i am uploading several screen shots which show that what's going on server
PHP 5.3.29
Web Server Apache v2.2.29 (cgi-fcgi)
MySQL Version 5.5.42-cll

I will be thankful to you if you help me in this matter
regards
Exactly what problem are you having with the attachments?
You do what, it does what, exactly.

What happens when you try to upload?
What happens when you try to upload images? Inside a post? In the albums?
Give me something to go on and maybe I can help
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 01:57 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.04778 seconds
  • Memory Usage 2,286KB
  • 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
  • (2)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (6)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete