1

Topic: New Installation

Hi

Thought I'd give installation of the warehouse a go - but after following the guide and changing a few permissions I'm now confronted with an orange

Unable to Complete Request
You can go to the home page or try again

dialog.

This is on Ubuntu server 18.04 with indicia 4.0.3

curl (7.53.1) and pgsql (11.8) show up as enabled in php.info and PHP is 7.4.6

Any thoughts on what I can try next - is there a log file somewhere that might shed a bit of light on what's happening behind the scenes?

ta

Iain

2

Re: New Installation

ah, seems like since PHP 7.4 there's a few wee bits of code that are throwing exceptions due to deprecation - now sorted and up and running

for reference the issues are

Uncaught ErrorException: Function get_magic_quotes_runtime() is deprecated in file system/libraries/Input.php on line 57 (commented out section)

Error converted to exception. Array and string offset access syntax with curly braces is deprecated at line 171 in file /opt/lampp/htdocs/indicia/modules/indicia_setup/helpers/config_test.php (changed to [ ])

ta

Iain