View Full Version : why is my vb install.php saying this
tomrep
01-27-2013, 02:42 AM
Strict Standards: Non-static method vB_Shutdown::instance() should not be called statically, assuming $this from incompatible context in /home/elitegam/public_html/includes/class_core.php on line 3314
Warning: Cannot modify header information - headers already sent by (output started at /home/elitegam/public_html/includes/class_core.php:3314) in /home/elitegam/public_html/install/includes/class_upgrade_ajax.php on line 744
Warning: Cannot modify header information - headers already sent by (output started at /home/elitegam/public_html/includes/class_core.php:3314) in /home/elitegam/public_html/install/includes/class_upgrade_ajax.php on line 745
squidsk
01-27-2013, 02:48 AM
Strict Standards: Non-static method vB_Shutdown::instance() should not be called statically, assuming $this from incompatible context in /home/elitegam/public_html/includes/class_core.php on line 3314
Warning: Cannot modify header information - headers already sent by (output started at /home/elitegam/public_html/includes/class_core.php:3314) in /home/elitegam/public_html/install/includes/class_upgrade_ajax.php on line 744
Warning: Cannot modify header information - headers already sent by (output started at /home/elitegam/public_html/includes/class_core.php:3314) in /home/elitegam/public_html/install/includes/class_upgrade_ajax.php on line 745
This is a question for vbulletin.com (http://www.vbulletin.com/forum) not here, but my guess would be its related to your version of php.
Max Taxable
01-27-2013, 02:51 AM
Warning: Cannot modify header information - headers already sent by (output started at /home/elitegam/public_html/includes/class_core.php:3314) in /home/elitegam/public_html/install/includes/class_upgrade_ajax.php on line 744
Warning: Cannot modify header information - headers already sent by (output started at /home/elitegam/public_html/includes/class_core.php:3314) in /home/elitegam/public_html/install/includes/class_upgrade_ajax.php on line 745Alot of times you get these errors from PHP scripts after editing them with something like notepad, which for some reason places a invisible character at the top. Try it with TextEdit or even Notepad++
Using either of those, you'll be able to see the extra character(s) at the top, it's usually something like >? Sometimes, it's even just a extra space.
tomrep
01-27-2013, 02:55 AM
i used the web root editor can that cause the issue ?
Max Taxable
01-27-2013, 03:06 AM
i used the web root editor can that cause the issue ?I don't know... You'll find out by trying either of the two options I posted. This has happened to many of us.
Lynne
01-27-2013, 03:10 AM
What version of vB? What version of PHP? vB4.2 is currently not compatible with PHP5.4.
tomrep
01-27-2013, 04:24 AM
is there any version what supports 5.4.11
Lynne
01-27-2013, 06:37 PM
No. But there is a thread on vbulletin.com that discusses the issue with some changes you may make to make it work with PHP5.4
tomrep
01-28-2013, 08:46 PM
whats the link
Lynne
01-28-2013, 10:08 PM
Just try a search.
https://www.vbulletin.com/forum/showthread.php/397407-PHP-5-4-support-(released-March-1st)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.