The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
Check your server logs for php errors.
|
#12
|
|||
|
|||
|
#13
|
|||
|
|||
Do you use cpanel or plesk? Do you have root access to your server?
|
#14
|
|||
|
|||
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 I have cpanel, and I have access my roort right now. |
#15
|
|||
|
|||
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. |
#16
|
|||
|
|||
Quote:
Code:
Parse error: syntax error, unexpected '*' in /home4/omega/public_html/includes/functions.php on line 1576 Quote:
I uploaded all my files from members.vbulletin.com |
#17
|
|||
|
|||
Line 1576 in functions.php is:
Code:
if (intval($profilefield_value) & (2**$key)) |
#18
|
|||
|
|||
Quote:
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> |
#19
|
|||
|
|||
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); |
#20
|
|||
|
|||
Quote:
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 Also I didnot complete it but my forum looking updated, is it normal ? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|