PHPBB 3 error while disapprove a post - phpbb3

Hi I have installed PHPBB3 and I tried to disapprove a post and i am getting following error
Fatal error: Uncaught exception
'Symfony\Component\DependencyInjection\Exception\InvalidArgumentException'
with message 'The service definition
"phpbb.report.report_reason_list_provider" does not exist.' in
/var/www/html/ddugky/forum/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerBuilder.php:871
Stack trace: 0
/var/www/html/ddugky/forum/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerBuilder.php(478):
Symfony\Component\DependencyInjection\ContainerBuilder->getDefinition('phpbb.report.re...')
1 /var/www/html/ddugky/forum/includes/mcp/mcp_queue.php(1245): Symfony\Component\DependencyInjection\ContainerBuilder->get('phpbb.report.re...')
2 /var/www/html/ddugky/forum/includes/mcp/mcp_queue.php(122): mcp_queue::disapprove_posts(Array, 'queue', 'unapproved_post...') #3
/var/www/html/ddugky/forum/includes/functions_module.php(674):
mcp_queue->main('queue', 'unapproved_post...') #4
/var/www/html/ddugky/forum/mcp.php(311): p_master->load_active() #5
{main} in
/var/www/html/ddugky/forum/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerBuilder.php
on line 871
I found out reason because phpbb did not contain reports folder and now i created report folder and its contents yet again same error is displayed
Can anyone please help

Related

How can i solve fatal error in installation of bwaap

I'm trying to install bwapp but when I clicked link I showed me an error something like
Fatal error: Uncaught mysqli_sql exception. Unknown database 'bwapp' in C\xampp\htdocs\bWAPP_latest bWAPP install php:40 Stack trace: #0 C\xampp/htdocs/bWAPP latest bWAPPnstall php(40) mysql select db(Object(mysqli), bWAPP) #1 (main) thrown in C:\xampp\htdocs\bWAPP latest bWAPP install.php on line 40
Can anyone suggest a method to solve this?

Error reporting issue in Laravel project for login as well as in other pages

Fatal error: Uncaught ErrorException: Undefined variable: e in /var/www/html/project/app/Exceptions/Handler.php:51 Stack trace: #0 /var/www/html/project/app/Exceptions/Handler.php(51): Illuminate\Foundation\Bootstrap\HandleExceptions->handleError(8, 'Undefined varia...', '/var/www/html/s...', 51, Array) #1 /var/www/html/project/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(112): App\Exceptions\Handler->render(Object(Illuminate\Http\Request), Object(ErrorException)) #2 /var/www/html/project/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(89): Illuminate\Foundation\Bootstrap\HandleExceptions->renderHttpResponse(Object(ErrorException)) #3 [internal function]: Illuminate\Foundation\Bootstrap\HandleExceptions->handleException(Object(ErrorException)) #4 {main} thrown in /var/www/html/project/app/Exceptions/Handler.php on line 51
getting this error if I submit the login page with wrong username and password.
This is even showing when I do ini_set('display_errors',true); otherwise just blank page
I have given write permission for storage folder as well as debug mode is true.
Error messages are not properly showing in any places.
Please help

How to fix "photos can not be regenerated" bug in Piwigo?

This question also posted on GitHub at https://github.com/Piwigo/Piwigo/issues/1003.
Getting error # photos can not be regenerated in Batch -> Generate Multiple Batch Size Images. Image sizes not being generated on upload.
Piwigo appears to be looking in the wrong directory for uploaded image files.
From the php_errors.log file:
[13-Apr-2019 18:48:48 America/New_York] PHP Fatal error: Uncaught exception 'ImagickException' with message 'unable to open image `././upload/2019/04/13/20190413172232-f087ab9d.jpg': No such file or directory # error/blob.c/OpenBlob/2702' in ...\piwigo\admin\include\image.class.php:415
Stack trace:
#0 ...\piwigo\admin\include\image.class.php(415): Imagick->__construct('././upload/2...')
#1 ...\piwigo\admin\include\image.class.php(87): image_imagick->__construct('././upload/2...')
#2 ...\piwigo\i.php(524): pwg_image->__construct('././upload/2...')
#3 {main}
thrown in ...\piwigo\admin\include\image.class.php on line 415
Installed on Windows 10 x64 with Apache 2.4 and PHP 5.6.2.

How to check where is this error on laravel [duplicate]

This question already has answers here:
How to set up file permissions for Laravel?
(21 answers)
Closed 2 years ago.
Hi there i have an error on laravel but i don't know where is, this error make me website on error 404 , with another error HTTP 500
[26-Feb-2019 18:10:48 UTC] PHP Fatal error: Uncaught Symfony\Component\Debug\Exception\FatalThrowableError: syntax error, unexpected 'endif' (T_ENDIF), expecting end of file in /home2/website/website.com/storage/framework/views/6a75bc263740fca85e4609e4affe4f57142c2c3a.php:181
Stack trace:
#0 /home2/website/website.com/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(59): Illuminate\View\Engines\PhpEngine->evaluatePath('/home2/website...', Array)
#1 /home2/website/website.com/vendor/laravel/framework/src/Illuminate/View/View.php(142): Illuminate\View\Engines\CompilerEngine->get('/home2/website...', Array)
#2 /home2/website/website.com/vendor/laravel/framework/src/Illuminate/View/View.php(125): Illuminate\View\View->getContents()
#3 /home2/website/website.com/vendor/laravel/framework/src/Illuminate/View/View.php(90): Illuminate\View\View->renderContents()
#4 /home2/website/website.com/storage/framework/views/e5516c2faf25e2e2a432f5486f5485d6792013e9.php(53): Illuminate\View\View->render()
#5 /home2/website/website.com/vendo in /home2/website/website.com/storage/framework/views/6a75bc263740fca85e4609e4affe4f57142c2c3a.php on line 181
[26-Feb-2019 18:10:48 UTC] PHP Fatal error: Uncaught Symfony\Component\Debug\Exception\FatalThrowableError: syntax error, unexpected 'endif' (T_ENDIF), expecting end of file in /home2/website/website.com/storage/framework/views/6a75bc263740fca85e4609e4affe4f57142c2c3a.php:181
Stack trace:
#0 /home2/website/website.com/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(59): Illuminate\View\Engines\PhpEngine->evaluatePath('/home2/website...', Array)
#1 /home2/website/website.com/vendor/laravel/framework/src/Illuminate/View/View.php(142): Illuminate\View\Engines\CompilerEngine->get('/home2/website...', Array)
#2 /home2/website/website.com/vendor/laravel/framework/src/Illuminate/View/View.php(125): Illuminate\View\View->getContents()
#3 /home2/website/website.com/vendor/laravel/framework/src/Illuminate/View/View.php(90): Illuminate\View\View->renderContents()
#4 /home2/website/website.com/storage/framework/views/e5516c2faf25e2e2a432f5486f5485d6792013e9.php(53): Illuminate\View\View->render()
#5 /home2/website/website.com/vendo in /home2/website/website.com/storage/framework/views/6a75bc263740fca85e4609e4affe4f57142c2c3a.php on line 181
Just read the error that's beside the date posted.
HP Fatal error: Uncaught Symfony\Component\Debug\Exception\FatalThrowableError: syntax error, unexpected 'endif' (T_ENDIF), expecting end of file in /home2/website/website.com/storage/framework/views/6a75bc263740fca85e4609e4affe4f57142c2c3a.php:181
So in one of the views that's generated, there is an unexpected endif on line 181.
This file: 6a75bc263740fca85e4609e4affe4f57142c2c3a.php is the one that's generated, you'll have to look into this file in the storage/framework/views/ folder. From there, you can figure out the actual view (in your resources folder) that it's created from. The real problem will be there.
Just read the first line of the error log [26-Feb-2019 18:10:48 UTC] PHP Fatal error: Uncaught Symfony\Component\Debug\Exception\FatalThrowableError: syntax error, unexpected 'endif' (T_ENDIF), expecting end of file in /home2/website/website.com/storage/framework/views/6a75bc263740fca85e4609e4affe4f57142c2c3a.php:181
.
Seems that you forgot to put an #endif directive on the view you're trying to access.
For more, read here: Control Structures
Add Bugsnag to your application to automatically detect handled and unhandled Laravel errors.
Bugsnag integration Laravel guide

Joomla - Uncaught exception, Error 500 - less block

I've migrated a Joomla site to a new server, updated the configuration.php file, and I'm getting these errors:
Fatal error: Uncaught exception 'RuntimeException' with message 'Less Parse Error: parse error: unclosed block' in
/var/www/websites/alwaysevolving/libraries/gantry/core/gantry.class.php:1141 Stack trace: #0
/var/www/websites/alwaysevolving/templates/rt_cerulean/features/styledeclaration.php(45): Gantry->addLess('mediaqueries.le...') #1
/var/www/websites/alwaysevolving/libraries/gantry/core/gantry.class.php(415): GantryFeatureStyleDeclaration->init() #2
/var/www/websites/alwaysevolving/libraries/gantry/gantry.php(289): Gantry->initTemplate() #3
/var/www/websites/alwaysevolving/libraries/gantry/gantry.php(439): gantry_template_initialize() #4
/var/www/websites/alwaysevolving/templates/rt_cerulean/lib/gantry/gantry.php(21): include('/var/www/websit...') #5
/var/www/websites/alwaysevolving/templates/rt_cerulean/index.php(15): require_once('/var/www/websit...') #6
/var/www/websites/alwaysevolving/libraries/joomla/document/html/html.php(531): require('/var/www/websit...') #7
/var/www/websites/alwaysevolving/libraries/joomla/do in /var/www/websites/alwaysevolving/libraries/gantry/core/gantry.class.php on line 1141
It looks like there's a problem parsing one of the less files, but:
I can't tell which one of the less files has the issue
The less files were fine on the other server
The site seems fine, so it seems like something in this template doesn't like my new server.
Thoughts??
Thanks!
The error message is a stack trace, but looking at it, it appears that the Gantry framework parsing the less file called mediaqueries.less.
I strongly believe that you have forgetten to close braces }. make sure to check the line number will help you resolve the issue.

Resources