MyBB Community Forums

Full Version: MYBB admin panel is.. Broken?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Im getting invalid credentials when trying to login, However i have already reset them and tried logging in with the new ones.

But, i do get these errors on the login page:


Warning [2] Use of undefined constant THIS_SCRIPT - assumed 'THIS_SCRIPT' (this will throw an Error in a future version of PHP) - Line: 37 - File: inc/plugins/google_seo/404.php PHP 7.2.4 (Linux)
File 	Line 	Function
/inc/plugins/google_seo/404.php 	37 	errorHandler->error
/inc/plugins/google_seo.php 	311 	require_once
/inc/class_plugins.php 	38 	require_once
/inc/init.php 	233 	pluginSystem->load
/admin/index.php 	18 	require_once
Warning [2] Use of undefined constant THIS_SCRIPT - assumed 'THIS_SCRIPT' (this will throw an Error in a future version of PHP) - Line: 159 - File: inc/plugins/google_seo/url.php PHP 7.2.4 (Linux)
File 	Line 	Function
/inc/plugins/google_seo/url.php 	159 	errorHandler->error
/inc/plugins/google_seo.php 	311 	require_once
/inc/class_plugins.php 	38 	require_once
/inc/init.php 	233 	pluginSystem->load
/admin/index.php 	18 	require_once
Warning [2] Use of undefined constant THIS_SCRIPT - assumed 'THIS_SCRIPT' (this will throw an Error in a future version of PHP) - Line: 1101 - File: inc/plugins/google_seo/url.php PHP 7.2.4 (Linux)
File 	Line 	Function
/inc/plugins/google_seo/url.php 	1101 	errorHandler->error
/inc/plugins/google_seo/url.php 	174 	google_seo_url_hook
/inc/plugins/google_seo.php 	311 	require_once
/inc/class_plugins.php 	38 	require_once
/inc/init.php 	233 	pluginSystem->load
/admin/index.php 	18 	require_once
Warning [2] Cannot modify header information - headers already sent by (output started at /home/daniella/fastest-news-feeds.com/inc/class_error.php:229) - Line: 24 - File: admin/index.php PHP 7.2.4 (Linux)
File 	Line 	Function
[PHP] 	  	errorHandler->error
/admin/index.php 	24 	header
Warning [2] Cannot modify header information - headers already sent by (output started at /home/daniella/fastest-news-feeds.com/inc/class_error.php:229) - Line: 25 - File: admin/index.php PHP 7.2.4 (Linux)
File 	Line 	Function
[PHP] 	  	errorHandler->error
/admin/index.php 	25 	header
Warning [2] Cannot modify header information - headers already sent by (output started at /home/daniella/fastest-news-feeds.com/inc/class_error.php:229) - Line: 64 - File: admin/index.php PHP 7.2.4 (Linux)
File 	Line 	Function
[PHP] 	  	errorHandler->error
/admin/index.php 	64 	header
Warning [2] Cannot modify header information - headers already sent by (output started at /home/daniella/fastest-news-feeds.com/inc/class_error.php:229) - Line: 1928 - File: inc/functions.php PHP 7.2.4 (Linux)
File 	Line 	Function
[PHP] 	  	errorHandler->error
/inc/functions.php 	1928 	header
/inc/functions.php 	1941 	my_setcookie
/admin/index.php
MyBB is not yet fully compatible with php 7.2.x

can you downgrade php to 7.1.x (or 7.0.x) and then try the login process again ..
(2018-04-06, 06:04 PM).m. Wrote: [ -> ]MyBB is not yet fully compatible with php 7.2.x

can you downgrade php to 7.1.x (or 7.0.x) and then try the login process again ..

Awesome, thanks. Heart

(2018-04-06, 06:04 PM).m. Wrote: [ -> ]MyBB is not yet fully compatible with php 7.2.x

can you downgrade php to 7.1.x (or 7.0.x) and then try the login process again ..

Worked perfectly, thanks so much dude!