Jump to content
Bicrypto v3.7.0 + All Plugins ×

WhatsCloud v6.8 - Seamless Cloud API Integration SAAS NULLED


Mahmoud

Recommended Posts

I installed both version 6.5 and 6.8, in both cases error 500 is occurring when accessing the domain where the application is located. The php version is 8.2, and I have also removed the .htaccess file, but the 500 error continues. Can someone help me?

image.png.efecb792cb0bbac960311bbc3f8ad39b.png

Link to comment
Share on other sites

  • 2 weeks later...
Posted (edited)

@Adegboye Rapheal 

1. Please change to this in line 35 ( resources\views\installer\requirements.blade.php )

<a href="{{ $enabled == true ? url('/install/info') : 'javascript:void(0)' }}" class="btn btn-outline-primary col-4 float-right mt-3">

2. Please change to this in line 142 - 169 ( app\Http\Controllers\Installer\InstallerController.php )

public function show($type)
    {
    //    if ($type == 'purchase') {
    //        if (!Cache::has('files')) {
    //         return view('installer.purchase');
    //       }
    //    }

    //    elseif ($type == 'info') {
        if ($type == 'info') {
    //        if (!Cache::has('files')) {
    //            Session::flash('purchase-key-error','Activate your license first');

    //            return redirect('/install/purchase');
    //        }

            return view('installer.info');
        }

        elseif ($type == 'congratulations') {
        //    if (!Cache::has('files')) {
        //        Session::flash('purchase-key-error','Activate your license first');
        //        return redirect('/install/purchase');
        //    }

            return view('installer.congratulations');
        }
    }

3.  Please change to this in line 43 - 56 ( resources\views\installer\app.blade.php )

<!--<div class="card mb-3">

             <div class="card-body text-center">                    
                     <i class="fi fi-rs-unlock f-20 {{ url()->current() == url('/install/purchase') ? '' : 'text-muted' }}"></i>
                     <h3 class="{{ url()->current() == url('/install/purchase') ? '' : 'text-muted' }}"> {{ __('Verification') }}</h3>                     
              </div>

</div>-->
           
           
<div class="card mb-3">
           <div class="card-body text-center">                     
                     <i class="fi fi-rs-database f-20 {{ url()->current() == url('/install/info') ? '' : 'text-muted' }}"></i>
                     <h3 class="{{ url()->current() == url('/install/info') ? '' : 'text-muted' }}"> {{ __('Database Setup') }}</h3>                    
         </div>
 </div> 

It's work for me.

 

Screenshot 2024-05-05 002747.png

Screenshot 2024-05-05 002717.png

Screenshot 2024-05-05 003246.png

Edited by Sukur
1 solving again, forget.
  • Like 1
Link to comment
Share on other sites

On 5/1/2024 at 1:54 AM, Jay Dubey said:

please help 
how to setup on localhost

- I used Laragon in my PC, put the file and folder in Main folder to the folder that you create in localhost ex: whatsapp.

- go to terminal run composer update,

- open the link http://whatsapp.test/install  ( my app in folder www/whatsapp )(Laragon)

  • Like 1
Link to comment
Share on other sites

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...