Go Back   vb.org Archive > vBulletin 5 Connect Discussion > vB5 Programming Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 07-05-2014, 01:08 AM
devoidfeast devoidfeast is offline
 
Join Date: Jun 2014
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Vbulletin Can Not Install.

Hello Fellows,
I am trying to install vbulletin 5 on our server.
i tried that php is installed and working on the server i have attached a snapshot of phpinfo().
Attachment 149613
but whenever i browse to mydomain.com/core/install/index.php i get a blank page.
How can i resolve this issue?
Thank You
Reply With Quote
  #2  
Old 07-05-2014, 03:11 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The PHP version is too low on your server. You need at least version 5.3.7 (you show version 5.3.3).
Reply With Quote
  #3  
Old 07-05-2014, 08:31 PM
devoidfeast devoidfeast is offline
 
Join Date: Jun 2014
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I updated the php and here is the new phpinfo() the attachement.

Attachment 149617

Here whenever i try to install vbulletin with dbtype in the manager with "mysql" i get the following error.
Attachment 149618


and when i try to install vbulletin with dbtype in the manager with "mysqli" i get

Attachment 149619

Thank you.
Reply With Quote
  #4  
Old 07-05-2014, 09:19 PM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Mysql is deprecated in php 5.5.x.

The latest vB3 & vB4 will auto switch you to mysqli if you run php 5.5 (or greater)
However, the powers decided not to do this in vB5, apparently preferring it to die with an error <shrug>.

As far as the mysqli error goes, it looks like you are not loading the mysqli module, thats normally done via php.ini
Reply With Quote
  #5  
Old 07-05-2014, 09:42 PM
devoidfeast devoidfeast is offline
 
Join Date: Jun 2014
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Paul M View Post
Mysql is deprecated in php 5.5.x.

The latest vB3 & vB4 will auto switch you to mysqli if you run php 5.5 (or greater)
However, the powers decided not to do this in vB5, apparently preferring it to die with an error <shrug>.

As far as the mysqli error goes, it looks like you are not loading the mysqli module, thats normally done via php.ini
Can you help me please, i will pm you my server details i am unable to do it so far.
thank you

--------------- Added [DATE]1404603568[/DATE] at [TIME]1404603568[/TIME] ---------------

php -m | grep mysqli
shows that mysqli is enabled the out output gives.
mysqli

--------------- Added [DATE]1404604242[/DATE] at [TIME]1404604242[/TIME] ---------------

Now As the mysqli module is installed and enabled but this time i get " There is a serious error and the page cannot be rendered" with mysqli enable as dbtype.

How can this be ressolved?
thanks
Reply With Quote
  #6  
Old 07-06-2014, 01:15 AM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Go into debug mode and then go to that same page and see what the actual error is.

To enable debug mode edit the /config.php file and change:

Code:
$config['debug'] = false;
To:
Code:
$config['debug'] = true;
Then edit the /core/includes/config.php file and change:

Code:
// $config['Misc']['debug'] = true;
To:
Code:
$config['Misc']['debug'] = true;
To set that up for only your IP address (replace xxx.xxx.xxx.xxx with your IP), put these lines around the code:

Code:
if($_SERVER['REMOTE_ADDR'] == "xxx.xxx.xxx.xxx") {
CODE HERE
}
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 07:50 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04089 seconds
  • Memory Usage 2,229KB
  • Queries Executed 14 (?)
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_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (6)post_thanks_box
  • (6)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (6)post_thanks_postbit_info
  • (6)postbit
  • (6)postbit_onlinestatus
  • (6)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_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
  • 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