vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Please help!! Can't install vbulletin and I'm not sure why (https://vborg.vbsupport.ru/showthread.php?t=299505)

lilbballer27 06-26-2013 01:04 AM

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

Simon Lloyd 06-26-2013 12:18 PM

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.

lilbballer27 06-26-2013 02:54 PM

Quote:

Originally Posted by Simon Lloyd (Post 2430598)
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.

kh99 06-26-2013 03:07 PM

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.

lilbballer27 06-26-2013 03:23 PM

Quote:

Originally Posted by kh99 (Post 2430614)
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

snakes1100 06-26-2013 03:31 PM

There is no need to change php versions.

Set display_errors to off using a local php.ini or htaccess file.

lilbballer27 06-26-2013 04:19 PM

Quote:

Originally Posted by snakes1100 (Post 2430619)
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?

snakes1100 06-26-2013 04:51 PM

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.

Simon Lloyd 06-26-2013 07:15 PM

@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)

snakes1100 06-26-2013 07:38 PM

@Simon, how about we just let him report back, before you go making assumptions.

Zachery 06-26-2013 07:49 PM

3.6 is going to have problems running on newer versions of php.

lilbballer27 06-26-2013 09:45 PM

Quote:

Originally Posted by snakes1100 (Post 2430636)
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.


I tried this and unfortunately it didn't work for me. I still get the same errors. This is frustrating! I thank everyone for all the help provided so far.

ForceHSS 06-26-2013 10:00 PM

have you tried talking to your host to install the right version of php and MySQL for the vb version you are using

lilbballer27 06-26-2013 11:00 PM

Quote:

Originally Posted by ForceHSS (Post 2430682)
have you tried talking to your host to install the right version of php and MySQL for the vb version you are using

No, that is going to be my next thing I do. Hoping that they will be able to help.

Simon Lloyd 06-27-2013 04:53 AM

Quote:

Originally Posted by lilbballer27 (Post 2430681)
I tried this and unfortunately it didn't work for me. I still get the same errors. This is frustrating! I thank everyone for all the help provided so far.

Assumption confirmed ;)

lilbballer27 06-27-2013 11:00 AM

So after speaking with my host, they will not allow me to use an older version of PHP or MySql. So am I just screwed now?

ForceHSS 06-27-2013 11:59 AM

Looks like you have two options either cancel your hosting or upgrade your vb to vb5. I would go for option one

Simon Lloyd 06-27-2013 12:07 PM

You can find a host that will install an older version of php, buy a dedicated box then you can install what you like or install vb4 or later. Check your licence and see if a version of vb4 is available to you.

You should be good to go on these versions:

Apache v2.2.16 (cgi-fcgi)

PHP 5.2.14

MySQL Version 5.0.96-community

lilbballer27 06-28-2013 12:16 PM

Quote:

Originally Posted by Simon Lloyd (Post 2430784)
You can find a host that will install an older version of php, buy a dedicated box then you can install what you like or install vb4 or later. Check your licence and see if a version of vb4 is available to you.

You should be good to go on these versions:

Apache v2.2.16 (cgi-fcgi)

PHP 5.2.14

MySQL Version 5.0.96-community

VB 4 isn't available to me of course :( why does it have to be so much to upgrade a license? Only a $50 dollar discount? That's crap in my opinion, but I also don't want to cancel hosting. I have been with them for years!

Simon Lloyd 06-28-2013 12:21 PM

The versions I've given above should work for you, supply these to your host and ask if they can manage that, it may be that you have to move from shared hosting to VPS in order to get your set up as you need.

skol 06-28-2013 12:46 PM

But it's not the vb script thats calling the shots,it's your hosting.Everything has a lifetime, if your not prepared to move on when you have the chance then simply you get left behind..Is that not the fact with everything in life?

kh99 06-28-2013 12:49 PM

What I did (a few years ago when this problem came up) is this: do a global search and replace on all the source file, changing
PHP Code:

error_reporting(E_ALL & ~E_NOTICE); 

to
PHP Code:

error_reporting(E_ALL & ~E_NOTICE & ~8192); 


That just turns off the "deprecated" error messages (and hopefully the "headers already sent" message will then also go away). I think I also made a few other changes but I can't remember exactly what. If you have php5.4, my understanding is that there are other issues that might cause some features not to work correctly, but I don't have any details about that.

ForceHSS 06-28-2013 03:33 PM

Quote:

Originally Posted by lilbballer27 (Post 2430982)
VB 4 isn't available to me of course :( why does it have to be so much to upgrade a license? Only a $50 dollar discount? That's crap in my opinion, but I also don't want to cancel hosting. I have been with them for years!

If they cant help you after you have been with them for years then it is time to move


All times are GMT. The time now is 01:31 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.01285 seconds
  • Memory Usage 1,774KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (23)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete