Hey all.. My index.php file half the time shows page not found..
I checked for the error file and have three listings all the same but different times. It says:
"[13-Mar-2015 16:24:49 EST] PHP Warning: array_merge(): Argument #2 is not an array in /home/xxxxxxx/public_html/templates/base/scripts/BxBaseProfileView.php on line 917"
Now I looked at that file and on line 917 is this:
$aProfileInfo = array_merge($aProfileStatus, $aProfileInfo);
Is this one of those cases that random errors will pop-up on the logs?
Thank for your help and input..