vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB5 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=263)
-   -   Vbulletin Can Not Install. (https://vborg.vbsupport.ru/showthread.php?t=312684)

devoidfeast 07-05-2014 01:08 AM

Vbulletin Can Not Install.
 
1 Attachment(s)
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

Lynne 07-05-2014 03:11 PM

The PHP version is too low on your server. You need at least version 5.3.7 (you show version 5.3.3).

devoidfeast 07-05-2014 08:31 PM

1 Attachment(s)
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.

Paul M 07-05-2014 09:19 PM

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

devoidfeast 07-05-2014 09:42 PM

Quote:

Originally Posted by Paul M (Post 2505400)
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

Lynne 07-06-2014 01:15 AM

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
}



All times are GMT. The time now is 10:55 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.01071 seconds
  • Memory Usage 1,725KB
  • 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
  • (5)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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