Devox Tech Website Developer

Magic Sound and Fun

Organization
Organization Info

Organization Name: Panchayati Swami Rankawatan Bikaner

Address: Outside Jassusar Gate, Bikaner  

Mobile No: 0000000000  

Email: xxxxxxx@gmail.com  

Registration Date:  125 / 1-7 -2011  

Year Founded:  

State: Rajasthan  

City:                 Bikaner                                                    

Donation: Contact To Admistraion For Make a Payment Gateway ID.

Organization Description

 

 

Panchayati Swami Rankawatan Bikaner

Registration  125 / 1-7 -2011


 

Panchayati Swami Rankawat Bikaner

 

The Panchayati Swami Rankawat Sanstha was formed in 1905 in accordance with the immediate arrangements of the Panchas of the society. In the said time, the cremation ground was taken by donation or purchase by the institution. The able brothers built four walls, kothi. In 1927, Panchayati Rankawat Nyati Mandal was formed under the leadership of Panchas, Mahanto in which many enlightened trustees were members, the said Nyati Mandal land is still in status in Nayashahar.

 

Panchayati Swami Rankawatan was run by Panchas, members from 1927 to 1984. In 1984, the said members handed over the responsibility to the institution of Rankawat Samaj Sabha. The Panchayati and Sabha institution jointly took over the organization. Initially the construction work on 21/4/1984, the building land was in the name of Panchayati Swami Rankavatan. For this, in the process of re-constitution of the institution, Shri Hanuman Das Swami in August 2009, in a joint meeting of Panchayati members and Rankawat Samaj Sabha members, formed a committee with the aim of handing over the responsibility of the maintenance of the Panchayati to the management of the building. Chairman, B.L. Girdhar was made treasurer and in cooperation, the responsibility was given to the co-secretaries Ghanshyam Swami , Farsaram, Ramchandra Sadh, Chunnilal Swami , Bajrang Lal Kachuria etc.

 

In order to give the organization the proper form, the registration process of the organization was completed and made a new executive in the general meeting of the members, in which the following members were entrusted with the responsibility.

 

President: Dwarka Prasad Suvata

Minister: Chunnilal Swami

 Vice-Chairman: Ramchandra Sadh

Deputy Minister: Dharmendra Swami

Treasurer: Ghanshyam Swami

Organization Minister: Bhagirath Swami

 

Members - Parsaram, Navratan Swami , Shyam Sundar Swami , Thakur Das Hanuman Das Swami, Bhagirath Swami etc.

After the registration of the institution, the said executive was working for one year, with the consent of all, the said executive completed his two-year term, after becoming a new member, Shri Hanuman Das Swami was given the chairman's charge on July 2013. In the executive committee selected by the chairman, the executive was employed by Vice President Shiv Ratan Rankawat, Minister Shyam Sundar Swami  etc.

 

President: Hanuman Das Swami

Vice President: Shiv Rantan Rankawat

Minister: Syam Sundar Swami

Treasurer:  Premratan Swami

Member: Damodar Swami, Satya Narayan Swami Dwarka Prasad Swami, Bulaki Das Swami, Mukes Swami, Chandra Prakas Swami, Ramchandra Sadh, Ghansyam Swami

 

 

Whoops! There was an error.
5. ErrorException
…/­vendor/­symfony/­http-foundation/­Response.php1156
4. Illuminate\Exception\Handler handleError
<#unknown>0
3. ob_end_flush
…/­vendor/­symfony/­http-foundation/­Response.php1156
2. Symfony\Component\HttpFoundation\Response closeOutputBuffers
…/­vendor/­symfony/­http-foundation/­Response.php377
1. Symfony\Component\HttpFoundation\Response send
…/­vendor/­laravel/­framework/­src/­Illuminate/­Foundation/­Application.php643
0. Illuminate\Foundation\Application run
…/­index.php63

ErrorException (E_NOTICE)

Callstack information; navigate with mouse or keyboard using Ctrl+↑ or Ctrl+↓
Copy-to-clipboard button
Exception message and its type
Code snippet where the error was thrown
Server state information
Application provided context information
ErrorException thrown with message "ob_end_flush(): failed to send buffer of zlib output compression (0)" Stacktrace: #5 ErrorException in /home/rankawatsamaj/public_html/vendor/symfony/http-foundation/Response.php:1156 #4 Illuminate\Exception\Handler:handleError in <#unknown>:0 #3 ob_end_flush in /home/rankawatsamaj/public_html/vendor/symfony/http-foundation/Response.php:1156 #2 Symfony\Component\HttpFoundation\Response:closeOutputBuffers in /home/rankawatsamaj/public_html/vendor/symfony/http-foundation/Response.php:377 #1 Symfony\Component\HttpFoundation\Response:send in /home/rankawatsamaj/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:643 #0 Illuminate\Foundation\Application:run in /home/rankawatsamaj/public_html/index.php:63

ob_end_flush(): failed to send buffer of zlib output compression (0)

    {
        $status = ob_get_status(true);
        $level = count($status);
        $flags = defined('PHP_OUTPUT_HANDLER_REMOVABLE') ? PHP_OUTPUT_HANDLER_REMOVABLE | ($flush ? PHP_OUTPUT_HANDLER_FLUSHABLE : PHP_OUTPUT_HANDLER_CLEANABLE) : -1;

        while ($level-- > $targetLevel && ($s = $status[$level]) && (!isset($s['del']) ? !isset($s['flags']) || ($s['flags'] & $flags) === $flags : $s['del'])) {
            if ($flush) {
                ob_end_flush();
            } else {
                ob_end_clean();
<#unknown>
    {
        $status = ob_get_status(true);
        $level = count($status);
        $flags = defined('PHP_OUTPUT_HANDLER_REMOVABLE') ? PHP_OUTPUT_HANDLER_REMOVABLE | ($flush ? PHP_OUTPUT_HANDLER_FLUSHABLE : PHP_OUTPUT_HANDLER_CLEANABLE) : -1;

        while ($level-- > $targetLevel && ($s = $status[$level]) && (!isset($s['del']) ? !isset($s['flags']) || ($s['flags'] & $flags) === $flags : $s['del'])) {
            if ($flush) {
                ob_end_flush();
            } else {
                ob_end_clean();
    {
        $this->sendHeaders();
        $this->sendContent();

        if (function_exists('fastcgi_finish_request')) {
            fastcgi_finish_request();
        } elseif (!\in_array(PHP_SAPI, array('cli', 'phpdbg'), true)) {
            static::closeOutputBuffers(0, true);
        }

	 */
	public function run(SymfonyRequest $request = null)
	{
		$request = $request ?: $this['request'];

		$response = with($stack = $this->getStackedClient())->handle($request);

		$response->send();

		$stack->terminate($request, $response);
| Once we have the application, we can simply call the run method,
| which will execute the request and send the response back to
| the client's browser allowing them to enjoy the creative
| and wonderful application we have whipped up for them.
|
*/

$app->run();
 
empty
empty
empty
empty
empty
Key Value
PATH /usr/local/bin:/bin:/usr/bin
HTTP_ACCEPT */*
HTTP_ACCEPT_ENCODING gzip, br, zstd, deflate
HTTP_HOST www.rankawatsamaj.in
HTTP_USER_AGENT Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
HTTP_X_HTTPS 1
DOCUMENT_ROOT /home/rankawatsamaj/public_html
REMOTE_ADDR 216.73.217.153
REMOTE_PORT 42842
SERVER_ADDR 5.9.161.137
SERVER_NAME www.rankawatsamaj.in
SERVER_ADMIN webmaster@rankawatsamaj.in
SERVER_PORT 443
REQUEST_SCHEME https
REQUEST_URI /organization/detail/29/Panchayati-Swami-Rankawatan-Bikaner
REDIRECT_URL /organization/detail/29/Panchayati-Swami-Rankawatan-Bikaner
REDIRECT_REQUEST_METHOD GET
HTTPS on
REDIRECT_STATUS 200
X_SPDY HTTP2
SSL_PROTOCOL TLSv1.3
SSL_CIPHER TLS_AES_256_GCM_SHA384
SSL_CIPHER_USEKEYSIZE 256
SSL_CIPHER_ALGKEYSIZE 256
SCRIPT_FILENAME /home/rankawatsamaj/public_html/index.php
QUERY_STRING
SCRIPT_URI https://www.rankawatsamaj.in/organization/detail/29/Panchayati-Swami-Rankawatan-Bikaner
SCRIPT_URL /organization/detail/29/Panchayati-Swami-Rankawatan-Bikaner
SCRIPT_NAME /index.php
SERVER_PROTOCOL HTTP/1.1
SERVER_SOFTWARE LiteSpeed
REQUEST_METHOD GET
X-LSCACHE on
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1785608381.3013
REQUEST_TIME 1785608381
argv Array ( )
argc 0
empty
0. Whoops\Handler\PrettyPageHandler