- You are here:
- Main › Forum › Application Support › cBB Blockgets
500 error after enable
Due to a lack of free time, both support on this forum and extension development are currently limited.
All bugs are noted and saved for fixes, even if there are no replies to the posts.
Normal activity will resume as soon as possible.
All bugs are noted and saved for fixes, even if there are no replies to the posts.
Normal activity will resume as soon as possible.
23 posts
• Page 1 of 3 • 1, 2, 3
-

- aLinux09
- Posts: 19
- Joined: Tue Sep 19, 2023 6:12 pm
Tue Dec 30, 2025 3:37 pm • via Web
Hello
i installed the extension and after enable on homepage i get error 500
i have phpbb 3.3.13 with SE GAMER DARK theme
added a capture with the extensions i have
also just the homepage gives error 500
i can browse admin pannel just fine.
thank you
i installed the extension and after enable on homepage i get error 500
i have phpbb 3.3.13 with SE GAMER DARK theme
added a capture with the extensions i have
also just the homepage gives error 500
i can browse admin pannel just fine.
thank you
- Attachments
-
-

- IvanPF
- Administrator
- Posts: 2264
- Joined: Fri Jun 17, 2011 12:15 am
- Location: España (Spain)
Tue Dec 30, 2025 5:29 pm • via Web
Hi,
A 500 error can mean anything. Do you have access to the hosting/server error log?
A 500 error can mean anything. Do you have access to the hosting/server error log?
-

- aLinux09
- Posts: 19
- Joined: Tue Sep 19, 2023 6:12 pm
Sat Jan 03, 2026 9:14 pm • via Web
IvanPF wrote:Hi,
A 500 error can mean anything. Do you have access to the hosting/server error log?
yes
also ssh
(debian with hestiacp)
-

- IvanPF
- Administrator
- Posts: 2264
- Joined: Fri Jun 17, 2011 12:15 am
- Location: España (Spain)
Sat Jan 03, 2026 9:24 pm • via Web
ok, Then we can try two things:
1. Edit the forum's config.php file and add this line:
With that change, instead of error 500, more error information should appear on the screen.
2. If the above doesn't work, you would need to look in the Apache error log for the error that appears when you see error 500 on the screen.
In the case of hestiaCP, the option to view the logs should appear in the domain settings, within the "Web" section. You'll see both the "Access Log" and the "Error Log." The second is where you might find information indicating the problem.
1. Edit the forum's config.php file and add this line:
- Code: Select all
@ini_set('display_errors', 'On');
With that change, instead of error 500, more error information should appear on the screen.
2. If the above doesn't work, you would need to look in the Apache error log for the error that appears when you see error 500 on the screen.
In the case of hestiaCP, the option to view the logs should appear in the domain settings, within the "Web" section. You'll see both the "Access Log" and the "Error Log." The second is where you might find information indicating the problem.
-

- aLinux09
- Posts: 19
- Joined: Tue Sep 19, 2023 6:12 pm
Sun Jan 04, 2026 7:26 pm • via Web
since i cant send you a pm with the error...
i replaced my domain and username
this is what i get after enabling and accessing the page
i replaced my domain and username
this is what i get after enabling and accessing the page
- Code: Select all
Fatal error: Uncaught Error: Call to undefined method canidev\core\media::getInstance() in /home/user/web/example.com/public_html/forum/ext/canidev/blockgets/libraries/helper.php:516 Stack trace: #0 /home/user/web/example.com/public_html/forum/ext/canidev/blockgets/blocks/menu_block.php(38): canidev\blockgets\libraries\helper->get_media() #1 /home/user/web/example.com/public_html/forum/ext/canidev/blockgets/libraries/blockgets.php(406): canidev\blockgets\blocks\menu_block->init() #2 /home/user/web/example.com/public_html/forum/ext/canidev/blockgets/libraries/blockgets.php(362): canidev\blockgets\libraries\blockgets->block_to_template() #3 /home/user/web/example.com/public_html/forum/ext/canidev/blockgets/libraries/blockgets.php(219): canidev\blockgets\libraries\blockgets->load_blocks() #4 /home/user/web/example.com/public_html/forum/ext/canidev/blockgets/event/listener.php(151): canidev\blockgets\libraries\blockgets->display_page() #5 /home/user/web/example.com/public_html/forum/vendor/symfony/event-dispatcher/EventDispatcher.php(214): canidev\blockgets\event\listener->on_footer() #6 /home/user/web/example.com/public_html/forum/vendor/symfony/event-dispatcher/EventDispatcher.php(44): Symfony\Component\EventDispatcher\EventDispatcher->doDispatch() #7 /home/user/web/example.com/public_html/forum/phpbb/event/dispatcher.php(62): Symfony\Component\EventDispatcher\EventDispatcher->dispatch() #8 /home/user/web/example.com/public_html/forum/phpbb/event/dispatcher.php(46): phpbb\event\dispatcher->dispatch() #9 /home/user/web/example.com/public_html/forum/includes/functions.php(4300): phpbb\event\dispatcher->trigger_event() #10 /home/user/web/example.com/public_html/forum/ext/canidev/blockgets/controller/main_controller.php(81): page_footer() #11 /home/user/web/example.com/public_html/forum/vendor/symfony/http-kernel/HttpKernel.php(151): canidev\blockgets\controller\main_controller->display() #12 /home/user/web/example.com/public_html/forum/vendor/symfony/http-kernel/HttpKernel.php(68): Symfony\Component\HttpKernel\HttpKernel->handleRaw() #13 /home/user/web/example.com/public_html/forum/app.php(35): Symfony\Component\HttpKernel\HttpKernel->handle() #14 {main} thrown in /home/user/web/example.com/public_html/forum/ext/canidev/blockgets/libraries/helper.php on line 516
-

- IvanPF
- Administrator
- Posts: 2264
- Joined: Fri Jun 17, 2011 12:15 am
- Location: España (Spain)
Sun Jan 04, 2026 8:38 pm • via Web
since i cant send you a pm with the error...
i replaced my domain and username
You can use the bbcode [private] for private things
this is what i get after enabling and accessing the page
It appears you're using an older version of the "core" folder (inside /ext/canidev/). Please ensure you upload all the files from the "core" folder of the latest package you downloaded, replacing any existing files.
-

- aLinux09
- Posts: 19
- Joined: Tue Sep 19, 2023 6:12 pm
Mon Jan 05, 2026 1:05 am • via Android
I'm also using chat
It uses the same core?
It uses the same core?
-

- IvanPF
- Administrator
- Posts: 2264
- Joined: Fri Jun 17, 2011 12:15 am
- Location: España (Spain)
Mon Jan 05, 2026 9:35 am • via Web
Yes, all my extensions use the same core, but whenever you install one, you have to overwrite that folder as well, since it gets modified.
-

- aLinux09
- Posts: 19
- Joined: Tue Sep 19, 2023 6:12 pm
Mon Jan 05, 2026 2:45 pm • via Web
updated the core
same error 500
same error 500
- Code: Select all
Fatal error: Uncaught Error: Call to undefined method canidev\core\media::getInstance() in /home/user/web/example.com/public_html/forum/ext/canidev/blockgets/libraries/helper.php:516 Stack trace: #0 /home/user/web/example.com/public_html/forum/ext/canidev/blockgets/blocks/menu_block.php(38): canidev\blockgets\libraries\helper->get_media() #1 /home/user/web/example.com/public_html/forum/ext/canidev/blockgets/libraries/blockgets.php(406): canidev\blockgets\blocks\menu_block->init() #2 /home/user/web/example.com/public_html/forum/ext/canidev/blockgets/libraries/blockgets.php(362): canidev\blockgets\libraries\blockgets->block_to_template() #3 /home/user/web/example.com/public_html/forum/ext/canidev/blockgets/libraries/blockgets.php(219): canidev\blockgets\libraries\blockgets->load_blocks() #4 /home/user/web/example.com/public_html/forum/ext/canidev/blockgets/event/listener.php(151): canidev\blockgets\libraries\blockgets->display_page() #5 /home/user/web/example.com/public_html/forum/vendor/symfony/event-dispatcher/EventDispatcher.php(214): canidev\blockgets\event\listener->on_footer() #6 /home/user/web/example.com/public_html/forum/vendor/symfony/event-dispatcher/EventDispatcher.php(44): Symfony\Component\EventDispatcher\EventDispatcher->doDispatch() #7 /home/user/web/example.com/public_html/forum/phpbb/event/dispatcher.php(62): Symfony\Component\EventDispatcher\EventDispatcher->dispatch() #8 /home/user/web/example.com/public_html/forum/phpbb/event/dispatcher.php(46): phpbb\event\dispatcher->dispatch() #9 /home/user/web/example.com/public_html/forum/includes/functions.php(4300): phpbb\event\dispatcher->trigger_event() #10 /home/user/web/example.com/public_html/forum/ext/canidev/blockgets/controller/main_controller.php(81): page_footer() #11 /home/user/web/example.com/public_html/forum/vendor/symfony/http-kernel/HttpKernel.php(151): canidev\blockgets\controller\main_controller->display() #12 /home/user/web/example.com/public_html/forum/vendor/symfony/http-kernel/HttpKernel.php(68): Symfony\Component\HttpKernel\HttpKernel->handleRaw() #13 /home/user/web/example.com/public_html/forum/app.php(35): Symfony\Component\HttpKernel\HttpKernel->handle() #14 {main} thrown in /home/user/web/example.com/public_html/forum/ext/canidev/blockgets/libraries/helper.php on line 516
-

- IvanPF
- Administrator
- Posts: 2264
- Joined: Fri Jun 17, 2011 12:15 am
- Location: España (Spain)
Mon Jan 05, 2026 2:51 pm • via Web
If you haven't already, delete the old core folder before uploading the new one. Some servers occasionally experience strange errors with old, unused core files.
23 posts
• Page 1 of 3 • 1, 2, 3
Who is online
Users browsing this forum: No registered users and 0 guests
- External Links
- phpBB Official
- phpBB Official (Spanish)
- Raul Arroyo Monzo
- PasionReef
- About CaniDev
- Terms of use
- Privacy Policy
- About Us
- Contact
- © 2011-2026 CaniDev