This is a comment on Uncaught TypeError: Unsupported operand types, posted by WikiAdmin at 04.02.2023 12:32

View source for Re: Uncaught TypeError: Unsupported operand types

The following line is missing in your **config_defaults.php**
%%
	'max_page_size'					=> 2048 * 1024,
%%

It is very likely that you have just a older version of this file in your config folder. This is causing the Unsupported operand types error.

Please replace the old version of the file with the new one and this should solve the issue.