PDA

View Full Version : Error in ACP user.php


Hostboard
07-12-2020, 02:08 PM
Running PHP 7.3.20

The error:

syntax error, unexpected 'userid' (T_STRING) on line 17 in /home/hostboard/public_html/forums/management/user.php(549) : eval()'d code
#0 {main}


The code:

// #################### PRE-CACHE TEMPLATES AND DATA ######################
$phrasegroups = array('cpuser', 'forum', 'timezone', 'user', 'cprofilefield', 'subscription', 'banning', 'profilefield');
$specialtemplates = array();

snakes1100
07-12-2020, 06:45 PM
Thats a hook call to a plugin, so you'll need to check that addon to see what the issue is, but i dont think anyone is upgrading addons for php 7.3

Hostboard
07-12-2020, 10:44 PM
Thats a hook call to a plugin, so you'll need to check that addon to see what the issue is, but i dont think anyone is upgrading addons for php 7.3

We are almost 100% converted to run under PHP 7.3 with the exception of a few errors here and there that pop up. I was hoping it was an easy one... No worries we'll get it tracked down...