no windows workstation here lol. Small webhoster here with a couple VPS's managing sites & registration of domains for a couple local businesses. The site this is happening on is one of them. Did some more digging. Out of curiousity i figured lets check out the actual file. The code line is this:
Code: Select all
$allowed_admins_prm_arr[] = $allowed_admins_prm[0];
Doesn't look like hikashop code to me, and had i not initially scrolled down to line 96 i would not even have to look at the code. From the file header:
Code: Select all
/* ======================================================
# Login as User for Joomla! - v3.4.1 (Pro version)
# -------------------------------------------------------
# For Joomla! CMS
# Author: Web357 (Yiannis Christodoulou)
# Copyright (©) 2009-2020 Web357. All rights reserved.
# License: GNU/GPLv3, http://www.gnu.org/licenses/gpl-3.0.html
# Website: https:/www.web357.com/
# Demo: https://demo.web357.com/joomla/loginasuser
# Support: support@web357.com
# Last modified: 04 Sep 2020, 17:09:33
========================================================= */
This isn't a hikashop problem AT ALL, its a "Login As User" component causing the problem. Uninstalled everything related to it (framework AND component) and still getting the error :s
don't know if its related but when now setting the site debugging i get
Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /var/www/vhosts/movi.be/httpdocs/plugins/user/improved_profile/improved_profile.php on line 481
Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /var/www/vhosts/movi.be/httpdocs/plugins/user/improved_profile/improved_profile.php on line 483
Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /var/www/vhosts/movi.be/httpdocs/plugins/user/improved_profile/improved_profile.php on line 485
Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /var/www/vhosts/movi.be/httpdocs/plugins/user/improved_profile/improved_profile.php on line 487
Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /var/www/vhosts/movi.be/httpdocs/plugins/user/improved_profile/improved_profile.php on line 489
Didn't see that one before