Hot Summer Deals are Here!
Celebrate with up to 99% off on 17,900 resources
00
Days
06
Hours
59
Mins
10
Secs

Xenforo Error (URGENT)

Status
This thread has been locked.

ScxryGxng

Banned
Feedback score
1
Posts
59
Reactions
4
Resources
0
What is the issue? Will give a vouch if someone can help!

Code:
An exception occurred: Argument 2 passed to XenForo_Application::mapMerge() must be of the type array, boolean given, called in /storage/ssd2/080/8559080/public_html/library/XenForo/Dependencies/Public.php on line 304 in /storage/ssd2/080/8559080/public_html/library/XenForo/Application.php on line 1174

XenForo_Application::mapMerge() in XenForo/Dependencies/Public.php at line 304
XenForo_Dependencies_Public->preRenderView() in XenForo/FrontController.php at line 582
XenForo_FrontController->renderView() in XenForo/FrontController.php at line 158
XenForo_FrontController->run() in /storage/ssd2/080/8559080/public_html/index.php at line 13
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Areeb

Supreme
Feedback score
41
Posts
1,251
Reactions
442
Resources
0
Was this during installation? If so a file is missing or a file has become corrupted.
 

Shaun

Web Developer, owner of Syncore LLC
Supreme
Feedback score
20
Posts
622
Reactions
408
Resources
0
This may/may not be file corruption.

The literal error is that you are passing a Boolean to a function that expected an array.

This error occurred in Public.php on line 304.

It's likely that this function is getting data from elsewhere and whatever that elsewhere does, it's passing the wrong data type to Public.php.

If we assume this to be a file error, an easy way is to reinstall all core XenForo files.

If it's something more specific, you will need a developer to go in and check why a Boolean is being passed and not an array.
 
Status
This thread has been locked.
Top