ERROR on index.php?module=system_defaults&view=manage

SimpleInvoices Group Forum Forums Fearless359 SimpleInvoices Discussion Group ERROR on index.php?module=system_defaults&view=manage

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1703
    FreakWent
    Participant

    I get this:

    Fatal error: Uncaught TypeError: Return value of Inc\Claz\SystemDefaults::getDelete() must be of the type int, string returned in Inc/Claz/SystemDefaults.php:216 Stack trace: #0 modules/system_defaults/manage.php(28): Inc\Claz\SystemDefaults::getDelete() #1 index.php(446): include(‘…’) #2 {main} thrown in /Inc/Claz/SystemDefaults.php on line 216

    Trying to load system defaults.

    Does anyone have any suggestions where to start on this one? it’s a clean install onto an existing database that got updated just fine, as far as I can tell.

    Thanks all!

    #1704
    FreakWent
    Participant

    software expects 1/0, database had N in it.

    update si_system_defaults set value=1 where name=’delete’;

    Fixed!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.