Jump to content

Featured Replies

Posted

Recently attempted to move storage to Amazon S3 and it started off fine, until i got the following error:

Technical Details

TypeError: Illegal offset type in isset or empty (0)

#0 /var/www/vhosts/domain.com/httpdocs/system/File/File.php(651): IPS\File::getClass()

#1 /var/www/vhosts/domain.com/httpdocs/system/Output/Javascript/Javascript.php(766): IPS\File::get()

#2 /var/www/vhosts/domain.com/httpdocs/system/Dispatcher/Standard.php(103): IPS\Output\Javascript::getLanguageUrl()

#3 /var/www/vhosts/domain.com/httpdocs/system/Dispatcher/Front.php(871): IPS\Dispatcher\Standard::baseJs()

#4 /var/www/vhosts/domain.com/httpdocs/system/Dispatcher/Front.php(146): IPS\Dispatcher\Front::baseJs()

#5 /var/www/vhosts/domain.com/httpdocs/system/Dispatcher/Dispatcher.php(126): IPS\Dispatcher\Front->init()

#6 /var/www/vhosts/domain.com/httpdocs/index.php(16): IPS\Dispatcher::i()

#7 {main}

These details only show because you are logged in as an administrator. You can view them again later in the System Logs section of the AdminCP.

Código de error: EX0

Nothing is accessible now, not even the ACP to clear cache as it's instructed on the error message.

There was a similar issue to this in 2022 but doing what was suggested there (removing datastore folder, etc) did not resolve the issue.

The constants file looks like this if matters:

\define( 'REDIS_ENABLED', false );
\define( 'STORE_METHOD', 'Database' );
\define( 'STORE_CONFIG', '[]' );
\define( 'CACHE_METHOD', 'None' );
\define( 'CACHE_CONFIG', '[]' );

Any solutions or suggestions is greatly appreciated.

THank you in advance!

Recently Browsing 0

  • No registered users viewing this page.