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

Reply
 
Thread Tools Display Modes
  #11  
Old 01-13-2019, 03:41 PM
iA1 iA1 is offline
 
Join Date: Jul 2018
Posts: 150
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Check your server logs for php errors.
Reply With Quote
  #12  
Old 01-13-2019, 03:43 PM
tbellik tbellik is offline
 
Join Date: Jan 2015
Posts: 65
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by iA1 View Post
Check your server logs for php errors.
Where can I find logs ?
Reply With Quote
  #13  
Old 01-13-2019, 03:46 PM
iA1 iA1 is offline
 
Join Date: Jul 2018
Posts: 150
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Do you use cpanel or plesk? Do you have root access to your server?
Reply With Quote
  #14  
Old 01-13-2019, 03:47 PM
tbellik tbellik is offline
 
Join Date: Jan 2015
Posts: 65
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by iA1 View Post
Check your server logs for php errors.
Inside the error log in includes.


Code:
[05-Jun-2017 09:35:10 America/Chicago] PHP Warning:  require_once(./includes/functions_navigation.php): failed to open stream: No such file or directory in /home4/omega/public_html/includes/functions.php on line 40


[05-Jun-2017 09:35:10 America/Chicago] PHP Fatal error:  require_once(): Failed opening required './includes/functions_navigation.php' (include_path='.:/opt/php54/lib/php') in /home4/omega/public_html/includes/functions.php on line 40
--------------- Added [DATE]1547401687[/DATE] at [TIME]1547401687[/TIME] ---------------

Quote:
Originally Posted by iA1 View Post
Do you use cpanel or plesk? Do you have root access to your server?

I have cpanel, and I have access my roort right now.
Reply With Quote
  #15  
Old 01-13-2019, 03:52 PM
iA1 iA1 is offline
 
Join Date: Jul 2018
Posts: 150
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It could be due to a plugin. Disable plugins using config.php or from admincp and run upgrade again.

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

Make sure you have uploaded all vbulletin files properly.
./includes/functions_navigation.php is part of vbulletin and your error says it is missing.
Reply With Quote
  #16  
Old 01-13-2019, 04:16 PM
tbellik tbellik is offline
 
Join Date: Jan 2015
Posts: 65
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by iA1 View Post
It could be due to a plugin. Disable plugins using config.php or from admincp and run upgrade again.

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

Make sure you have uploaded all vbulletin files properly.
./includes/functions_navigation.php is part of vbulletin and your error says it is missing.
it was giving error below.

Code:
Parse error: syntax error, unexpected '*' in /home4/omega/public_html/includes/functions.php on line 1576
--------------- Added [DATE]1547403423[/DATE] at [TIME]1547403423[/TIME] ---------------

Quote:
Originally Posted by iA1 View Post
It could be due to a plugin. Disable plugins using config.php or from admincp and run upgrade again.

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

Make sure you have uploaded all vbulletin files properly.
./includes/functions_navigation.php is part of vbulletin and your error says it is missing.

I uploaded all my files from members.vbulletin.com
Reply With Quote
  #17  
Old 01-13-2019, 04:25 PM
iA1 iA1 is offline
 
Join Date: Jul 2018
Posts: 150
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Line 1576 in functions.php is:
Code:
if (intval($profilefield_value) & (2**$key))
Edit: make sure your php version is at least 5.6 or higher.
Reply With Quote
  #18  
Old 01-13-2019, 04:32 PM
tbellik tbellik is offline
 
Join Date: Jan 2015
Posts: 65
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by iA1 View Post
Line 1576 in functions.php is:
Code:
if (intval($profilefield_value) & (2**$key))
I am not sure whether the double ** is a typo or not. I think you should open a support ticket at vbulletin.com

If they say it is a typo then delete the extra * and it should work.

I have not upgraded from a previous version to vB 4.2.5, but I run a new installation of vB 4.2.5 on my forum and it works fine without any issues.


When I changed php version from 5.4 to 7 or 7.1 It gives this is en error



Code:
Unexpected Text:
<?xml version="1.0" encoding="windows-1252"?>
<?xml version="1.0" encoding="windows-1252"?>
<errors>
	<error><![CDATA[<p>Database Error</p>

Invalid SQL:

			SELECT bt.userid, bt.dateline, blogtextid, ipaddress, firstblogtextid
			FROM blog_text bt
			JOIN blog bl USING (blogid)
			LEFT JOIN ipdata ip ON (
				bt.ipaddress = ip.ipid AND bt.blogtextid  = ip.contentid
				AND bt.userid = ip.userid AND ip.contenttypeid IN (, )
			)
			WHERE ipid IS NULL;

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' )
			)
			WHERE ipid IS NULL' at line 6]]></error>
	<error_html><![CDATA[<p>Database error in vBulletin 4.2.5</p>
<p>Invalid SQL:

			SELECT bt.userid, bt.dateline, blogtextid, ipaddress, firstblogtextid
			FROM blog_text bt
			JOIN blog bl USING (blogid)
			LEFT JOIN ipdata ip ON (
				bt.ipaddress = ip.ipid AND bt.blogtextid  = ip.contentid
				AND bt.userid = ip.userid AND ip.contenttypeid IN (, )
			)
			WHERE ipid IS NULL;<p>
<p>
<strong>MySQL Error</strong>   : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' )
			)
			WHERE ipid IS NULL' at line 6<br />
<strong>Error Number</strong>  : 1064<br />
<strong>Request Date</strong>  : Sunday, January 13th 2019 @ 12:30:41 PM<br />
<strong>Error Date</strong>    : Sunday, January 13th 2019 @ 12:30:42 PM<br />
<strong>Script</strong>        : http://www.defineyolu.com/install/upgrade.php<br />
<strong>Referrer</strong>      : https://www.defineyolu.com/install/upgrade.php<br />
<strong>Classname</strong>     : vB_Database_MySQLi<br />
<strong>MySQL Version</strong> : 5.6.41-84.1<br />
</p>]]></error_html>
</errors>
Reply With Quote
  #19  
Old 01-13-2019, 04:47 PM
snakes1100 snakes1100 is offline
 
Join Date: Dec 2001
Location: Michigan
Posts: 3,733
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

To upgrade as it appears you have the Suite, the blog & cms have to be enabled to upgrade, if they are disabled it will fail.

Add this on the 2nd line of config.php:

error_reporting(E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED & ~E_WARNING);
Reply With Quote
  #20  
Old 01-13-2019, 04:53 PM
tbellik tbellik is offline
 
Join Date: Jan 2015
Posts: 65
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by snakes1100 View Post
To upgrade as it appears you have the Suite, the blog & cms have to be enabled to upgrade, if they are disabled it will fail.

Add this on the 2nd line of config.php:

error_reporting(E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED & ~E_WARNING);
Thats respond

Code:
Warning: require_once(./install/includes/language.php): failed to open stream: No such file or directory in /home4/omega/public_html/installl/upgrade.php on line 25

Fatal error: require_once(): Failed opening required './install/includes/language.php' (include_path='.:/opt/php71/lib/php') in /home4/omega/public_html/installl/upgrade.php on line 25
--------------- Added [DATE]1547405771[/DATE] at [TIME]1547405771[/TIME] ---------------

Also I didnot complete it but my forum looking updated, is it normal ?

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 04:46 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.04770 seconds
  • Memory Usage 2,268KB
  • 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
  • (6)bbcode_code
  • (7)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
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (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
  • 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
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete