Page 1 of 2

installerror with memorysize

Posted: Thu Sep 21, 2023 11:46 am
by Henk_2a
Hi all
after installing my logfile gives the error :

Allowed memory size of 268435456 bytes exhausted

The errorline is
$b = debug_backtrace();
thanks for your help!

Re: installerror with memorysize

Posted: Thu Sep 21, 2023 11:48 am
by kev1n
Hi,

Can you identify any issues in the server error logs?

Re: installerror with memorysize

Posted: Thu Sep 21, 2023 1:09 pm
by Henk_2a
no, no other errors, this is the complete log:
2023-09-21 13:04:53 [proxy_fcgi:error] [pid 26672:tid 140521028695808] [client xx:58474] AH01071: Got error 'PHP message: PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 36864 bytes) in /sites/xx/httpdocs/test/core/nudatabase.php on line 146'

Re: installerror with memorysize

Posted: Thu Sep 21, 2023 1:13 pm
by kev1n
Are you doing a fresh install or updating an existing database?

Re: installerror with memorysize

Posted: Thu Sep 21, 2023 1:20 pm
by Henk_2a
Fresh

Re: installerror with memorysize

Posted: Thu Sep 21, 2023 1:21 pm
by Henk_2a
No, not True, it is a fresh install on an existing database, i will do a fresh install, good idea

Re: installerror with memorysize

Posted: Mon Sep 25, 2023 6:00 pm
by Henk_2a
I've got it stabel now, tried several times and always the same error

AH01071: Got error 'PHP message: PHP Fatal error: Uncaught Error: Class 'nuBuilderSessionData' not found in /../core/nuchoosesetup.php:49\nStack trace:\n#0 /../core/nuchoosesetup.php(15): nuLoadNewSession()\n#1 /../index.php(15): require_once('...n...')\n#2 {main}\n thrown in /../test_dh/core/nuchoosesetup.php on line 49'

Any idea?

Re: installerror with memorysize

Posted: Tue Sep 26, 2023 12:03 am
by kev1n
What's you PHP version?

Re: installerror with memorysize

Posted: Tue Sep 26, 2023 5:28 pm
by Henk_2a
Version 7.3.33

Re: installerror with memorysize

Posted: Tue Sep 26, 2023 5:33 pm
by kev1n
I don't encounter any problems with version 7.3.33. Have you double-checked that you've replaced all the existing files with the ones from GitHub?