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

Reply
 
Thread Tools Display Modes
  #1  
Old 06-26-2013, 01:04 AM
lilbballer27 lilbballer27 is offline
 
Join Date: Jul 2007
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Please help!! Can't install vbulletin and I'm not sure why

Hello,

I have an expired vbulletin license that will only allow me to use 3.6.8. So that is what I am working with. Anyways the issue I am having is actually installing it. I have never had this issue before and for the life of me cannot figure out what I'm doing wrong.


When I go to the URL to do the install these are already at the top of the page:

Quote:
Deprecated: Assigning the return value of new by reference is deprecated in /home/lilbball/public_html/ydj.us/upload/includes/class_core.php on line 2373

Deprecated: Function set_magic_quotes_runtime() is deprecated in /home/lilbball/public_html/ydj.us/upload/includes/class_core.php on line 1530

Deprecated: Assigning the return value of new by reference is deprecated in /home/lilbball/public_html/ydj.us/upload/includes/functions.php on line 804

Deprecated: Assigning the return value of new by reference is deprecated in /home/lilbball/public_html/ydj.us/upload/includes/functions.php on line 808
Then after I enter my customer number I get this error:

Quote:
Warning: Cannot modify header information - headers already sent by (output started at /home/lilbball/public_html/ydj.us/upload/includes/class_core.php:2373) in /home/lilbball/public_html/ydj.us/upload/install/authenticate.php on line 56
Please if anyone can tell me what the hell I am doing wrong that would be great! Usually I can do these installs in 5 minutes.

Thank You,

Bill
Reply With Quote
  #2  
Old 06-26-2013, 12:18 PM
Simon Lloyd's Avatar
Simon Lloyd Simon Lloyd is offline
 
Join Date: Aug 2008
Location: Manchester
Posts: 3,481
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Your issue is with the version of php and MySQL that you are running on your server, there's absolutely nothing wrong with the vbulletin itself.
Reply With Quote
Благодарность от:
Big Al
  #3  
Old 06-26-2013, 02:54 PM
lilbballer27 lilbballer27 is offline
 
Join Date: Jul 2007
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Simon Lloyd View Post
Your issue is with the version of php and MySQL that you are running on your server, there's absolutely nothing wrong with the vbulletin itself.
I never thought that there was anything wrong with vbulletin. How do I change the version of php or MySQL so I can get this working properly?

Thanks for the reply.
Reply With Quote
  #4  
Old 06-26-2013, 03:07 PM
kh99 kh99 is offline
 
Join Date: Aug 2009
Location: Maine
Posts: 13,185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You could talk to your host, sometimes they have a way to configure things to allow you to use an older version of php. (I don't know offhand what version you need - you can probably find that out at vbulletin.com).

Otherwise, you will need to make some changes to the source code to remove the warning messages.
Reply With Quote
  #5  
Old 06-26-2013, 03:23 PM
lilbballer27 lilbballer27 is offline
 
Join Date: Jul 2007
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by kh99 View Post
You could talk to your host, sometimes they have a way to configure things to allow you to use an older version of php. (I don't know offhand what version you need - you can probably find that out at vbulletin.com).

Otherwise, you will need to make some changes to the source code to remove the warning messages.
Thank you I will ask them! You said I might need to make changes to the source code. Would I do that if my host is unable to help me? Or what exactly would I change in the source code. I am terrible with coding lol
Reply With Quote
  #6  
Old 06-26-2013, 03:31 PM
snakes1100 snakes1100 is offline
 
Join Date: Dec 2001
Location: Michigan
Posts: 3,733
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

There is no need to change php versions.

Set display_errors to off using a local php.ini or htaccess file.
Reply With Quote
  #7  
Old 06-26-2013, 04:19 PM
lilbballer27 lilbballer27 is offline
 
Join Date: Jul 2007
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by snakes1100 View Post
There is no need to change php versions.

Set display_errors to off using a local php.ini or htaccess file.
If you could explain that in the most basic terms possible that would be amazing! Is that file already located in the upload folder?
Reply With Quote
  #8  
Old 06-26-2013, 04:51 PM
snakes1100 snakes1100 is offline
 
Join Date: Dec 2001
Location: Michigan
Posts: 3,733
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Add a php.ini file to your vbulletin main folder, its contents should be this:
display_errors = Off

OR

Add in your .htaccess file, in vbulletins main folder:
php_flag display_errors Off

OR

In the servers php.ini file, typically in /etc, edit php.ini via ssh & turn off display_errors & restart apache/nginx etc.
Reply With Quote
  #9  
Old 06-26-2013, 07:15 PM
Simon Lloyd's Avatar
Simon Lloyd Simon Lloyd is offline
 
Join Date: Aug 2008
Location: Manchester
Posts: 3,481
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@snakes1100 that wont help him if the server is running the latest stable version of php or the latest version of MySQL as only vb3.8.7 and above work on them (there's even been a release for the last vb3.8 version so it will work on the latest version of php)
Reply With Quote
  #10  
Old 06-26-2013, 07:38 PM
snakes1100 snakes1100 is offline
 
Join Date: Dec 2001
Location: Michigan
Posts: 3,733
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@Simon, how about we just let him report back, before you go making assumptions.
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 10:39 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.04194 seconds
  • Memory Usage 2,258KB
  • Queries Executed 11 (?)
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
  • (5)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
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (1)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete