• ঢাকা
  • |
  • শনিবার ২৭শে ভাদ্র ১৪৩৩ রাত ১২:১৫:৪১ (12-Sep-2026)
  • - ৩৩° সে:

আরাফাত রহমান কোকোর দশম মৃত্যুবার্ষিকীতে দোয়া মাহফিল

২৬ জানুয়ারী ২০২৫ সকাল ১১:০৬:১৬

আরাফাত রহমান কোকোর দশম মৃত্যুবার্ষিকীতে দোয়া মাহফিল

নিজস্ব প্রতিবেদক: বাংলাদেশ জাতীয়তাবাদী দল বিএনপির প্রতিষ্ঠাতা শহীদ প্রেসিডেন্ট জিয়াউর রহমানের কনিষ্ঠপুত্র আরাফাত রহমান কোকোর দশম মৃত্যুবার্ষিকী উপলক্ষে আলোচনা দোয়া ও মিলাদ মাহফিল অনুষ্ঠিত হয়েছে।

২৫ জানুয়ারি শনিবার দুপুরে এই দোয়া মাহফিলের আয়োজন করে তুরাগ থানা ৫২ নং ওয়ার্ড বিএনপি।

তুরাগ থানা বিএনপি নেতা মো. ইসহাক মিয়ার সভাপতিত্বে প্রধান অতিথি হিসেবে উপস্থিত ছিলেন ঢাকা মহানগর উত্তর বিএনপির সদস্য সচিব হাজী মোস্তফা জামান। বিশেষ অতিথি হিসেবে উপস্থিত ছিলেন তুরাগ থানা বিএনপির ভারপ্রাপ্ত আহ্বায়ক হারুন অর রশিদ খোকা। এছাড়াও উপস্থিত ছিলেন ঢাকা মহানগর উত্তর যুবদলের যুগ্ম আহ্বায়ক শিমুল আহমেদ, তুরাগ থানা স্বেচ্ছাসেবক দলের আহ্বায়ক আব্দুল হালিমসহ উত্তরা ও তুরাগ থানা বিএনপি ও অঙ্গ সংগঠনের নেতাকর্মীবৃন্দ।

প্রধান অতিথির বক্তব্যে হাজী মোস্তফা জামান বলেন, আওয়ামী লীগ এদেশের মানুষের সাথে প্রতারণা করেছে। দশ টাকা চালের কথা বলে ১০০ টাকায় চাল খাইয়েছে। প্রথমবার ভোট প্রতারণার মাধ্যমে নিয়েছে, পরবর্তী ভোট তারা নিজেরাই দিয়েছে। সেই ভোটে জনগণের কোনো সায় ছিল না। জনগণের কোনো সম্মতিও ছিল না। আমরা আওয়ামী লীগ হতে চাই না আমরা স্বাধীনতায় বিশ্বাসী, আমরা গণতন্ত্রে বিশ্বাসী, জনগণের রায়ই আমাদের সিদ্ধান্ত।

আলোচনা শেষে শহীদ প্রেসিডেন্ট জিয়াউর রহমানের কনিষ্ঠপুত্র আরাফাত রহমান কোকোর রূহের মাগফেরাত কামনা করে বিশেষ দোয়া করা হয়।

Recent comments

Latest Comments section by users

No comment available

সর্বশেষ সংবাদ








পাবনায় পানিতে ডুবে প্রাণ গেল ৩ শিশুর
পাবনায় পানিতে ডুবে প্রাণ গেল ৩ শিশুর
১১ সেপ্টেম্বর ২০২৬ সন্ধ্যা ০৭:৫৯:৩৩

সিলেটে ৪৮ বিজিবির অভিযানে চোরাচালানি পণ্য জব্দ
সিলেটে ৪৮ বিজিবির অভিযানে চোরাচালানি পণ্য জব্দ
১১ সেপ্টেম্বর ২০২৬ সন্ধ্যা ০৭:৫০:৩৩



Unclosed '{' on line 2 (500 Internal Server Error)

Symfony Exception

ParseError

HTTP 500 Internal Server Error

Unclosed '{' on line 2

Exception

ParseError

  1. <?php
  2. return function () use ($news) {
  3.                 ;
Native->__unserialize()
  1.         if (static::$signer && ! static::$signer->verify($signature)) {
  2.             throw new InvalidSignatureException();
  3.         }
  4.         /** @var \Laravel\SerializableClosure\Contracts\Serializable $serializable */
  5.         $serializable unserialize($signature['serializable']);
  6.         $this->closure $serializable->getClosure();
  7.     }
  8. }
Signed->__unserialize()
  1.      * @throws \RuntimeException
  2.      */
  3.     protected function getCommand(array $data)
  4.     {
  5.         if (str_starts_with($data['command'], 'O:')) {
  6.             return unserialize($data['command']);
  7.         }
  8.         if ($this->container->bound(Encrypter::class)) {
  9.             return unserialize($this->container[Encrypter::class]->decrypt($data['command']));
  10.         }
  1.      * @param  string  $uuid
  2.      * @return void
  3.      */
  4.     public function failed(array $data$estring $uuid)
  5.     {
  6.         $command $this->getCommand($data);
  7.         if (! $command instanceof ShouldBeUniqueUntilProcessing) {
  8.             $this->ensureUniqueJobLockIsReleased($command);
  9.         }
  1.         $payload $this->payload();
  2.         [$class$method] = JobName::parse($payload['job']);
  3.         if (method_exists($this->instance $this->resolve($class), 'failed')) {
  4.             $this->instance->failed($payload['data'], $e$payload['uuid'] ?? '');
  5.         }
  6.     }
  7.     /**
  8.      * Resolve the given class.
  1.             // If the job has failed, we will delete it, call the "failed" method and then call
  2.             // an event indicating the job has failed so it can be logged if needed. This is
  3.             // to allow every developer to better keep monitor of their failed queue jobs.
  4.             $this->delete();
  5.             $this->failed($e);
  6.         } finally {
  7.             $this->resolve(Dispatcher::class)->dispatch(new JobFailed(
  8.                 $this->connectionName$this$e ?: new ManuallyFailedException
  9.             ));
  10.         }
  1.      */
  2.     protected function handleException(Job $queueJobThrowable $e)
  3.     {
  4.         $this->raiseExceptionOccurredJobEvent($queueJob$e);
  5.         $queueJob->fail($e);
  6.         throw $e;
  7.     }
  8.     /**
  1.             $queueJob->fire();
  2.             $this->raiseAfterJobEvent($queueJob);
  3.         } catch (Throwable $e) {
  4.             $this->handleException($queueJob$e);
  5.         }
  6.         return 0;
  7.     }
  1.         if (isset($command->delay)) {
  2.             return $queue->later($command->delay$command);
  3.         }
  4.         return $queue->push($command);
  5.     }
  6.     /**
  7.      * Dispatch a command to its appropriate handler after the current process.
  8.      *
  1.         if (method_exists($command'queue')) {
  2.             return $command->queue($queue$command);
  3.         }
  4.         return $this->pushCommandToQueue($queue$command);
  5.     }
  6.     /**
  7.      * Push the command onto the given queue instance.
  8.      *
  1.     public function dispatchSync($command$handler null)
  2.     {
  3.         if ($this->queueResolver &&
  4.             $this->commandShouldBeQueued($command) &&
  5.             method_exists($command'onConnection')) {
  6.             return $this->dispatchToQueue($command->onConnection('sync'));
  7.         }
  8.         return $this->dispatchNow($command$handler);
  9.     }
  1.      * @return void
  2.      */
  3.     public function dispatchAfterResponse($command$handler null)
  4.     {
  5.         $this->container->terminating(function () use ($command$handler) {
  6.             $this->dispatchSync($command$handler);
  7.         });
  8.     }
  9.     /**
  10.      * Set the pipes through which commands should be piped before dispatching.
  1.         if (static::isCallableWithAtSign($callback) || $defaultMethod) {
  2.             return static::callClass($container$callback$parameters$defaultMethod);
  3.         }
  4.         return static::callBoundMethod($container$callback, function () use ($container$callback$parameters) {
  5.             return $callback(...array_values(static::getMethodDependencies($container$callback$parameters)));
  6.         });
  7.     }
  8.     /**
  9.      * Call a string reference to a class using Class@method syntax.
  1.      * @param  mixed  ...$args
  2.      * @return mixed
  3.      */
  4.     public static function unwrapIfClosure($value, ...$args)
  5.     {
  6.         return $value instanceof Closure $value(...$args) : $value;
  7.     }
  8.     /**
  9.      * Get the class name of the given parameter's type, if possible.
  10.      *
  1.      * @return mixed
  2.      */
  3.     protected static function callBoundMethod($container$callback$default)
  4.     {
  5.         if (! is_array($callback)) {
  6.             return Util::unwrapIfClosure($default);
  7.         }
  8.         // Here we need to turn the array callable into a Class@method string we can use to
  9.         // examine the container and see if there are any method bindings for this given
  10.         // method. If there are, we can call this method binding callback immediately.
  1.         if (static::isCallableWithAtSign($callback) || $defaultMethod) {
  2.             return static::callClass($container$callback$parameters$defaultMethod);
  3.         }
  4.         return static::callBoundMethod($container$callback, function () use ($container$callback$parameters) {
  5.             return $callback(...array_values(static::getMethodDependencies($container$callback$parameters)));
  6.         });
  7.     }
  8.     /**
  1.             $this->buildStack[] = $className;
  2.             $pushedToBuildStack true;
  3.         }
  4.         $result BoundMethod::call($this$callback$parameters$defaultMethod);
  5.         if ($pushedToBuildStack) {
  6.             array_pop($this->buildStack);
  7.         }
  1.     public function terminate()
  2.     {
  3.         $index 0;
  4.         while ($index count($this->terminatingCallbacks)) {
  5.             $this->call($this->terminatingCallbacks[$index]);
  6.             $index++;
  7.         }
  8.     }
  1.      */
  2.     public function terminate($request$response)
  3.     {
  4.         $this->terminateMiddleware($request$response);
  5.         $this->app->terminate();
  6.         if ($this->requestStartedAt === null) {
  7.             return;
  8.         }
Kernel->terminate() in /var/www/asiantvonline.com/public/index.php (line 55)
  1. $response $kernel->handle(
  2.     $request Request::capture()
  3. )->send();
  4. $kernel->terminate($request$response);

Stack Trace

ParseError
ParseError:
Unclosed '{' on line 2

  at laravel-serializable-closure://function () use ($news) {:3
  at Laravel\SerializableClosure\Serializers\Native->__unserialize()
  at unserialize()
     (/var/www/asiantvonline.com/vendor/laravel/serializable-closure/src/Serializers/Signed.php:87)
  at Laravel\SerializableClosure\Serializers\Signed->__unserialize()
  at unserialize()
     (/var/www/asiantvonline.com/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php:97)
  at Illuminate\Queue\CallQueuedHandler->getCommand()
     (/var/www/asiantvonline.com/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php:246)
  at Illuminate\Queue\CallQueuedHandler->failed()
     (/var/www/asiantvonline.com/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php:236)
  at Illuminate\Queue\Jobs\Job->failed()
     (/var/www/asiantvonline.com/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php:215)
  at Illuminate\Queue\Jobs\Job->fail()
     (/var/www/asiantvonline.com/vendor/laravel/framework/src/Illuminate/Queue/SyncQueue.php:118)
  at Illuminate\Queue\SyncQueue->handleException()
     (/var/www/asiantvonline.com/vendor/laravel/framework/src/Illuminate/Queue/SyncQueue.php:47)
  at Illuminate\Queue\SyncQueue->push()
     (/var/www/asiantvonline.com/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php:254)
  at Illuminate\Bus\Dispatcher->pushCommandToQueue()
     (/var/www/asiantvonline.com/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php:230)
  at Illuminate\Bus\Dispatcher->dispatchToQueue()
     (/var/www/asiantvonline.com/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php:95)
  at Illuminate\Bus\Dispatcher->dispatchSync()
     (/var/www/asiantvonline.com/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php:267)
  at Illuminate\Bus\Dispatcher->Illuminate\Bus\{closure}()
     (/var/www/asiantvonline.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36)
  at Illuminate\Container\BoundMethod::Illuminate\Container\{closure}()
     (/var/www/asiantvonline.com/vendor/laravel/framework/src/Illuminate/Container/Util.php:41)
  at Illuminate\Container\Util::unwrapIfClosure()
     (/var/www/asiantvonline.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:81)
  at Illuminate\Container\BoundMethod::callBoundMethod()
     (/var/www/asiantvonline.com/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:35)
  at Illuminate\Container\BoundMethod::call()
     (/var/www/asiantvonline.com/vendor/laravel/framework/src/Illuminate/Container/Container.php:662)
  at Illuminate\Container\Container->call()
     (/var/www/asiantvonline.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:1303)
  at Illuminate\Foundation\Application->terminate()
     (/var/www/asiantvonline.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:215)
  at Illuminate\Foundation\Http\Kernel->terminate()
     (/var/www/asiantvonline.com/public/index.php:55)